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