I have installed WAS 5.0 in my machine recently and would like to
configure Oracle JDBC thin driver. I tried it with the admin console,
with the following parametners
JDBC provider implementation classname :
oracle.jdbc.pool.OracleConnectionPoolDataSource
classpath : <path>\oracle9i_12.jar
datasource
name : mydb
JNDI name : mydb
Custom properties
url : jdbc:oracle:thin:@mydb:1521:mydb
(server name is also mydb)
driver type : thin
databasename : mydb
servername:mydb
datasourcename:mydb
However, this is not connecting. Says java.sql.SQLException: invalid
arguments in call. Where do I specify the username and password for the
database ? Tried to find it myself but in vain. Forgive me , I am new
to Websphere.
Thanks for all help
Pramod R.
Fixed it. Found the J2CAuthentication link where I can set the
username/password.
regards