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: dropping java class

Re: dropping java class

From: Stephane Faroult <sfaroult_at_roughsea.com>
Date: Mon, 02 Apr 2007 13:33:17 +0200
Message-ID: <4610E9FD.2010505@roughsea.com>


John,

    This is a shot in the dark but I wonder if the error isn't Oracle's way to say "Invalid object name" - in which case enclosing the name in double quotes might be all that you need.

HTH Stéphane Faroult

John Dunn wrote:
> I do a select from all_objects to get a list of database objects to drop
>
> For java classes I get something like
>
>
> DROP JAVA CLASS MYSCHEMA./f3f4f7ab_PatternParser;
>
> and when I run that I get an error
>
>
> ORA-29501: invalid or missing Java source, class, or resource name
>
> How do I drop these objects?
>
>
>
>
> John Dunn
>
> Product Consultant
>
> Sefas Innovation Limited
>
> Direct Dial + 44 (0) 117 373 6122
>
> _www.sefas.com_
> <file:///C:/Documents%20and%20Settings/ransty/Application%20Data/Microsoft/Signatures/www.sefas.com>
>
> S
>

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Apr 02 2007 - 06:33:17 CDT

Original text of this message

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