Hello,
I'm using Weblogic 8.1 to deploy a J2EE application which uses an oracle connection pool, but whenever the server starts up it prints the following error:
SQLException: System.loadLibrary(weblogicoci39) threw java.lang.UnsatisfiedLinkError: no weblogicoci39 in java.library.path
Any ideas?
-
Weblogic 8.1 connection pool problem (3 messages)
- Posted by: Mr Singh
- Posted on: October 01 2004 06:31 EDT
Threaded Messages (3)
- Weblogic 8.1 connection pool problem by Kambiz Kermanizadeh on October 01 2004 16:50 EDT
- Weblogic 8.1 connection pool problem by Mr Singh on October 04 2004 04:55 EDT
- Weblogic 8.1 connection pool problem by Kambiz Kermanizadeh on October 04 2004 12:26 EDT
- Weblogic 8.1 connection pool problem by Mr Singh on October 04 2004 04:55 EDT
-
Weblogic 8.1 connection pool problem[ Go to top ]
- Posted by: Kambiz Kermanizadeh
- Posted on: October 01 2004 16:50 EDT
- in response to Mr Singh
Which driver did you use to create your connection pool? -
Weblogic 8.1 connection pool problem[ Go to top ]
- Posted by: Mr Singh
- Posted on: October 04 2004 04:55 EDT
- in response to Kambiz Kermanizadeh
Weblogic's own jDriver -
Weblogic 8.1 connection pool problem[ Go to top ]
- Posted by: Kambiz Kermanizadeh
- Posted on: October 04 2004 12:26 EDT
- in response to Mr Singh
I think the best JDBC driver for Oracle will be oracle.jdbc.driver.OracleDriver and if you are using OCI driver you need add the weblogicoci39.dll location to your path.