Skip to Main Content

SQL & PL/SQL

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!

drop java class and java source

Saaz EnaApr 6 2009 — edited Apr 6 2009
Hi,

When I query user_objects I get some java class and java source objects

select * from user_objects where object_type like 'JAVA %';

How do I drop these java source and java class objects from the database

I tried using the following command

drop java class /4a524d89_AutoTransliteratorPk

drop java source AutoTransliteratorPkg

But I get error ORA-29501: invalid or missing Java source, class, or resource name

Please someone help me in dropping these objects

thanks
saaz
This post has been answered by Karthick2003 on Apr 6 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 4 2009
Added on Apr 6 2009
2 comments
5,209 views