Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Delete Java Classes
Hi!
How do I delete Java classes from a schema?
I have a script that queries user_objects and genereates "drop table", "drop synonym" etc. statements.
After the script is run, there are still java classes left in the schema. I can use Enterprise Manager to drop them, but I would want to do it within sql*plus.
Any ideas?
dbms_java.dropjava(' -schema INTFACE') doesn't seem to work.
What does this statement do exactly?
This is 9.2 on HP-UX.
Thanks,
Helmut
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Daiminger, Helmut
INET: HELMUT.DAIMINGER_at_wwk.de
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Tue Dec 02 2003 - 01:09:25 CST