|
UnsatisfiedLinkError: lob_createTemporary
Hi All,
Can anyone help, my application and db access is working fine every where, its just i get this exception when performing a particular task.
The application is a third party, so i dont have the source code. also the application is working fine on other machines.
here is the some portion of error log.
Caused by: java.lang.UnsatisfiedLinkError: lob_createTemporary
at oracle.jdbc.oci8.OCIDBAccess.lob_createTemporary(N ative Method)
at oracle.jdbc.oci8.OCIDBAccess.createTemporaryLob(OC IDBAccess.java:3604)
at oracle.sql.LobDBAccessImpl.createTemporaryClob(Lob DBAccessImpl.java:723)
at oracle.sql.CLOB.createTemporary(CLOB.java:961)
Thanks.
|