Skip to Main Content

Java and JavaScript in the Database

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!

Ora-29541

356295Oct 22 2002
hi
i have created a java source called myclass.java
then i've loaded it using this command at SQL*plus
exec sys.dbms_java.loadjava('-v -r -grant PUBLIC -synonym myclass.java');
then i have created a function to call this java class
but when i execute it, i recieve this message :
ERROR ` la ligne 1 :
ORA-29541: impossible de risoudre la classe WEB.myclass
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 20 2002
Added on Oct 22 2002
4 comments
469 views