Hello All,
I am facing some strange issue in a tomcat application (Spring Batch application).
Below property is not working with one Oracle database user ID but perfectly working for other Oracle User ID.
connectionCacheProperties="(InitialLimit=5, MinLimit=5, MaxLimit=20, ConnectionWaitTimeout=30)"
[highlight #EF2929]Error Message: java.sql.SQLException: ORA-01017: invalid username/password; logon denied[/highlight]
[ it works fine for both IDs if I remove InitialLimit and MinLimit from above property]
I am just replacing User ID and respective password in Tomcat DB config file
Thanks in Advance.
I am facing some strange issue in a tomcat application (Spring Batch application).
Below property is not working with one Oracle database user ID but perfectly working for other Oracle User ID.
connectionCacheProperties="(InitialLimit=5, MinLimit=5, MaxLimit=20, ConnectionWaitTimeout=30)"
[highlight #EF2929]Error Message: java.sql.SQLException: ORA-01017: invalid username/password; logon denied[/highlight]
[ it works fine for both IDs if I remove InitialLimit and MinLimit from above property]
I am just replacing User ID and respective password in Tomcat DB config file
Thanks in Advance.