Hi! I am trying to write java stored procedures (first time) but every time I call loadjava I get the following error:

$ loadjava -v -user spview/spview Violation.class
initialization complete
loading : Violation
Error while loading Violation
ORA-00942: table or view does not exist

creating : Violation
Error while creating class Violation
ORA-29506: invalid query derived from USING clause
ORA-00942: table or view does not exist

loadjava: 2 errors

*************
I set shared memory values as recomended (50M, 20M); I installed JBuilder about 3 times (manually and from CD). What else?
Thanks for your help