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