Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Multiple instance dll oracle while using XMLType.create

394711Aug 29 2003
Hi !

I'm using oracle 9.2.0.3 and J2ee sun server.
I connect to the db with the oci8 driver.

In a table I have XmlType.
Sometimes, when I use my application I get an error :

java.lang.UnsatisfiedLinkError: Native Library D:\oracle\ora92\bin\orageneric9.dll already loaded in another classloader
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1437)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1397)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:832)
at oracle.xdb.XMLType.initConn(XMLType.java:1858)
at oracle.xdb.XMLType.(XMLType.java:846)
at oracle.xdb.XMLType.createXML(XMLType.java:469)


It comes always when I do a XMLType.createXML(object)
I have clean my ojdbc14.jar and have only one instance.

Any idea ???

Thanks

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 26 2003
Added on Aug 29 2003
0 comments
145 views