Chad Holmes

Greenhorn
+ Follow
since May 13, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Chad Holmes

I am currently working on a project where we are trying to access a Sybase database from an Oracle Stored Procedure. In order to retrieve the connection to the Sybase database, the Stored Procedure gets a connection from a weblogic connection pool.

I am able to run command line programs with no problems, but when I enter the code in the stored procedure, I receive the following error:

Java call terminated by uncaught Java Exception: java.lang.Error: java.lang.ClassNotFoundException: weblogic/jndi/WLInitialContextFactoryDelegate

I believe that my path and classpath variables are set correctly for oracle, and I have tried loading most of the weblogic jar files into the Oracle jvm.

Any help would be appreciated.
18 years ago