I have configured the JDBC connection pool called demoPool in the examples domain of 
WebLogic 6.1. I configured it to use the Oracle 8i installation that I have on my 
machine:

URL        : jdbc:weblogic:oracle
Driver     : weblogic.jdbc.oci.Driver
Properties : user=scott
             server=sandata
password   : tiger

I have included the ejb20.jar and weblogic.jar file in my Win 2000 classpath, I also 
started my Oracle TNS listner and the SANDATA database on my machine. Yet, when I 
restart the WebLogic 6.1 exampleServer, it gives me the following error------------



D:\WebLogic6.1\config\examples>startexampleSserver
...
...
...
Starting Loading jDriver/Oracle .....
<Oct 4, 2001 3:10:29 PM IST> <Error> <JDBC> <Cannot startup connection pool "demoPool" 
weblogic.common.ResourceException:
Could not create pool connection. The DBMS driver exception was:
java.sql.SQLException: System.loadLibrary(weblogicoci37) threw 
java.lang.UnsatisfiedLinkError: no weblogicoci37 in java.library.path
        at weblogic.jdbc.oci.Driver.loadLibraryIfNeeded(Driver.java:226)
        at weblogic.jdbc.oci.Driver.connect(Driver.java:76)
        at 
weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ConnectionEnvFactory.java:189)
..........
..........
..........
..........


Why am I getting that error?

Sandeep

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to