PDA

View Full Version : Configure JDBC Adapter 60 to connect to Oracle 81


anupamk
03-18-2003, 12:40
Hi,

I have tried several times to configure JDBC adapter to connect to oracle.

I am providing following settings:

DataSource Class : oracle.jdbc.pool.OracleDataSource
serverName: localhost (as it is installed in the same server)
user:system
password:manager
databasename:test(created by me when installing oracle)
portNumber:1521
network protocol: jdbc:oracle:thin

I have also included classess12.zip from oracle/jdbc/lib directory in my classpath..

Whenever I save it,
it displays following error:
Error encountered [ART.118.5011] Adapter Runtime (Connection): Unable to create new connection testpub:testConnection

I would really appreciate if somebody can help me figure out the problem.

Thanks

mraines
03-20-2003, 16:06
I have successful connection with
NetworkProtocol: blank (unset)
and
Other Properties: driverType=thin
hope this helps