Application getting ORA-01017 - can i trace to get credentials they are submitting?
I have a java application that is getting an ORA-01017 invalid username/[password error after migrating from Websphere to Tomcat. I put tracing on the client side to ensure the TNS setup and that the connect string is properly formatted. I can even use that connect string with the username/password I supplied them and I can connect perfectly fine fron the application server. I traced the connection from the client machine to the listener.log so I know it is getting routed to the correct db.
This is an 11.2.0.3 RAC database and I also verified that the password being used is the proper case ( case sensitive ).
0