Failed to switch thread security context w/ Oracle Connection Pooling
When using the getConnection method of a datasource set up on WAS 3.5 on S/390, I receive the following error: IBMConnMgrException: Failed to switch thread security context. In the getConnection method I include the userid and password for the Oracle database, which are different from userid/password used to authenticate to WAS. Could this be causing the problem? Any ideas on how to resolve the error?
Datasource Info:
Name: OracleJDBCis0u
Minimum Number of Connections: 10
Maximum Number of Connections: 80
Wait For Connection Timeout: 30 seconds
Idle Connection Timeout: 120 seconds
In-use Connection Timeout: disabled
Driver: oracle.jdbc.driver.OracleDriver
URL: jdbc:oracle:thin:@servername:1521:is0u
Datasource Name: is0u
Connection Identity From : connspec
NOTE: the real server name has been removed from the URL parameter above.
Environment Info:
WAS 3.5 (SE) installed on S/390 (v2.10)

