• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Weblogic Connection Pool, Oracle Stored Procedure, Remote Sybase Database

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic