Hi,
Can anyone figure out what is the exact problem.
This is the error log am getting at weblogic.log file.
Could not create pool connection. The DBMS driver exception was:
DriverManager failed with 'No suitable driver' while trying to create
a Connection for the 'myPool' pool. This indicates that the URL,
jdbc.Oracle:thin:@10.10.10.133:1521
is not supported by the Driver
oracle.jdbc.driver.OracleDriver
The acceptsURL method on oracle.jdbc.driver.OracleDriver retured false
for the url jdbc.Oracle:thin:@10.10.10.133:1521
Thankx in Advance
Yogi
-
Failed 2 create a connection pool (1 messages)
- Posted by: Yogi Yogi
- Posted on: September 21 2001 02:53 EDT
Threaded Messages (1)
- Failed 2 create a connection pool by regunath b on September 25 2001 08:35 EDT
-
Failed 2 create a connection pool[ Go to top ]
- Posted by: regunath b
- Posted on: September 25 2001 08:35 EDT
- in response to Yogi Yogi
Try
jdbc:oracle:thin:caesar/[email protected]:1521:pbjava for the URL. You need to replace the server and TNS names appropriately. Remember, it is case sensitive.
oracle.jdbc.driver.OracleDriver - for the driver name.
And these entries in the config properties:
dll=ocijdbc8
protocol=thin