Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Delete Java Classes

Re: Delete Java Classes

From: Tanel Poder <tanel.poder.003_at_mail.ee>
Date: Mon, 01 Dec 2003 23:24:25 -0800
Message-ID: <F001.005D8597.20031201232425@fatcity.com>


use drop java class "xxxx";

Use quotation marks and case-sensitive class names.

Tanel.

> 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).
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Tanel Poder
  INET: tanel.poder.003_at_mail.ee

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:24:25 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US