Dear all,

This may be a mundane question, but I'd appreciate any help on this.
While deploying the bean I am getting this error when the weblogic tries to
create a connection pool.

java.sql.SQLException: System.loadLibrary threw
java.lang.UnsatisfiedLinkError
 with the message 'no weblogicoci36 in java.library.path'.
        at weblogic.jdbcbase.oci.Driver.connect(Driver.java:116)


Since I am using this connection pool properties in weblogic.properties
file:

weblogic.jdbc.connectionPool.demoPool=\
       url=jdbc:weblogic:oracle@skuld:1521:pro2dev,\
       driver=weblogic.jdbc.oci.Driver,\
       initialCapacity=1,\
       maxCapacity=2,\
       capacityIncrement=1,\
       props=user="cdr";password="cdr";server="pro2dev"

I guess I would be using weblogic's driver, so I am confused what do I need
to include and where. I'll appreciate if any one of you could enlighten me
on this one.

Thanks and regards,
Atul Prasad

===========================================================================
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