Hi all,
I have installed Websphere3.5 and want to connect it to
oracle81 database.I have made changes in admin.config file of the Websphere like dburl,dbuser,dbdriver,dbpassword,dbschema ..etc.Also i have placed classes111.zip file in /lib/ directory of websphere.
Even with all these changes,i am not able to load the oracle.jdbc.driver.OracleDriver.
The tracefile shows an exception saying that it can not load oracle.jdbc.driver.OracleDriver.
If someone could trace out my problem and give me an suitable suggestion,i shall remain grateful to you.
Thanks in advance,
Vijayendra.N
Discussions
EJB programming & troubleshooting: Very Urgent please.....Not able to load Oracle Driver
-
Very Urgent please.....Not able to load Oracle Driver (3 messages)
- Posted by: Vijayendra Nagraj
- Posted on: May 06 2001 10:07 EDT
Threaded Messages (3)
- Very Urgent please.....Not able to load Oracle Driver by Raghuram Ethirajan on May 06 2001 13:16 EDT
- Very Urgent please.....Not able to load Oracle Driver by prabin mahapatra on May 07 2001 01:47 EDT
- Very Urgent please.....Not able to load Oracle Driver by Kiran Kedlaya on May 17 2001 16:11 EDT
-
Very Urgent please.....Not able to load Oracle Driver[ Go to top ]
- Posted by: Raghuram Ethirajan
- Posted on: May 06 2001 13:16 EDT
- in response to Vijayendra Nagraj
Check your classpath once..... -
Very Urgent please.....Not able to load Oracle Driver[ Go to top ]
- Posted by: prabin mahapatra
- Posted on: May 07 2001 01:47 EDT
- in response to Vijayendra Nagraj
Open the Admin console.
There will be an option for creating JDBC driver.
After creating the JDBC driver, configure the DSN.
Then right click the jdbc driver, you will see an option for installing the driver. It will ask you for the location for the driver. Do that and your program should work fine.
There is no need to change in the admin.conf file.
-
Very Urgent please.....Not able to load Oracle Driver[ Go to top ]
- Posted by: Kiran Kedlaya
- Posted on: May 17 2001 16:11 EDT
- in response to prabin mahapatra
Should you be using classes12.zip (depending on your JDK version ofcourse) ?