java.sql.SQLException: ORA-29540: class does not exist [message #91842] |
Wed, 09 April 2003 23:23 |
Fay Wang
Messages: 3 Registered: April 2003
|
Junior Member |
|
|
Hi,
I wrote a java stored procedure. After loading it (via loadjava) and registering it (CREATE OR REPLACE PROCEDURE), I was able to call it against the default database created during the installation of Oracle 9i.
However, when calling against the database I manually created, I got the following error:
Exception in thread "main" java.sql.SQLException: ORA-29540: class Test does not exist
Since it works just fine against the default database, I am wondering whether I miss anything in the database I manually created? Can anyone help?
|
|
|