Skip to Main Content

Oracle Database Discussions

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!

using loadjava utility to load a 3rd party jar file

Luis A. PaoliniJan 10 2014 — edited Jan 13 2014

Hi Folks,

    I need to validate if a java class, stored into an Oracle Database, is able to connect to a SQLite database.

    In order to connect to SQLite I'm using the the jar file sqlite-jdbc-3.7.2.jar that I got from  https://bitbucket.org/xerial/sqlite-jdbc/downloads

    Then I tried to load the jar file into Oracle Database using the command:

    loadjava -resolve -user system/xpto@tm014_23 -schema novacap sqlite-jdbc-3.7.2.jar

   

    The result is a series of error messages with the error code ORA-29533.

    Ex: - Attempt to overwrite class or resource org/sqlite/Codes while defining or compiling SYSTEM.org/sqlite/Codes

   

    Can you guys help me?

Thanks,

Luis

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 10 2014
Added on Jan 10 2014
3 comments
765 views