Search notes:

loadjava

loadjava stores Java classes in the database by using the create java source SQL statement.

Error while creating CREATE$JAVA$LOB$TABLE

$ loadjava -d -verbose -user rene@db -password littleSecret -jarsasdbobjects -fileout loadjava.log lib/xyz.jar
exiting  : Failures occurred during processing


$ head loadjava.log
…
Error while creating CREATE$JAVA$LOB$TABLE
    ORA-01031: insufficient privileges

Error while getLoadLOB null
    ORA-00942: table or view does not exist
Does the user have the right to create tables:
grant create table to rene;
Does the user have enought quota on the default tablespace:
alter user rene quota unlimited on users;

See also

dbms_java.loadjava

Index