Hi !
I work in the Weblogic 5.1 on NT Workstation. Iam testing with the bean that has database interaction. The database does not reside in my machine. It actually resides in a remote Unix machine. In order to test the bean, Iam trying to create database connection pool. But when I restart my weblogic server it gives me an error saying that the driver for the database is not found . The error message is as follows :
Failed to create connection pool "buyplanPool"
java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
at weblogic.boot.ServerClassLoader.findLocalClass(ServerClassLoader.java, Compiled Code)
at java.lang.Exception.<init>(Exception.java, Compiled Code)
at java.lang.ClassNotFoundException.<init>(ClassNotFoundException.java, Compiled Code) ........
How to connect weblogic to the remote Oracle database.
Thanx
AJP
-
Accessign Remote Database ... (3 messages)
- Posted by: A JP
- Posted on: January 16 2001 15:29 EST
Threaded Messages (3)
- Accessign Remote Database ... by Emad Benjamin on January 16 2001 20:13 EST
- Accessign Remote Database ... by kangcheng kangcheng on January 17 2001 22:45 EST
- Accessign Remote Database ... by kangcheng kangcheng on January 17 2001 22:45 EST
-
Accessign Remote Database ...[ Go to top ]
- Posted by: Emad Benjamin
- Posted on: January 16 2001 20:13 EST
- in response to A JP
you need the oracle drivers in your CLASSPATH. -
Accessign Remote Database ...[ Go to top ]
- Posted by: kangcheng kangcheng
- Posted on: January 17 2001 22:45 EST
- in response to Emad Benjamin
can you give me the particular step?
thank you very much! -
Accessign Remote Database ...[ Go to top ]
- Posted by: kangcheng kangcheng
- Posted on: January 17 2001 22:45 EST
- in response to Emad Benjamin
can you give me the particular step?
thank you very much!