Hi,
I need to configure my application to use either Oracle9i database or DB2 database. I've tried doing so using only Oracle9ias. Havent succeeded as yet... :roll: Below i'm stating what all i'm doing :
1). Set up a
JDBC resource provider for Oracle.
2). Made sure tht the ojdbc14.jar file is in my classpath.
3). Also the JDBC driver class name being implemented is
"oracle.jdbc.pool.OracleConnectionPoolDataSource".
4). Then i setup a datasource i.e jdbc/testOra and filled in all the
parameters as was given by the Custom Properties of the datasource.
5). The URL for Oracle i entered was :- 'jdbc

racle:thin:@localhost:1521:sample'
i.e i'm using a Thin Driver.
After doing all this when i run the "Test Connection" button in the Datasource page in the Admin menu of Websphere , it gives me the following error :
Test Connection failed for datasource ChameleonDS on server server1 at node aanchal with the following exception: java.lang.Exception: java.sql.SQLException: invalid arguments in call. On checking the log files also i didnt get any much information as to what the error is.
So if anyone can help me and tell me where i'm goin wrong it wuld help me on movin ahead with understaning websphere.
aanchal.