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: Stefan Knecht <knecht.stefan_at_gmail.com>
Date: Mon, 2 Apr 2007 12:51:38 +0200
Message-ID: <486b2b610704020351s1bcd90f8heaa0937b628382b5@mail.gmail.com>


Oracle (or maybe sqlplus) coverts all text entered to upper case by default. Try putting the name of the object in double quotes.

Stefan

On 4/2/07, John Dunn <JDunn_at_sefas.com> 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*
>
> Sefas Innovation Ltd, CityPoint, Temple Gate, Bristol BS1 6PL, UK. Tel:
> +44 (0) 117 373 6114 Fax: +44 (0) 117 373 6115
>
> *Sefas Innovation Limited. *Registered No: 3769761 England. Registered
> Office: One New Street, Wells, Somerset, BA5 2LA, United Kingdom. VAT
> Registration No: GB 741 5377 32
>
> Unless stated to be non-confidential, this email and any attachments are
> private and confidential and are for the addressee only. Sefas monitors
> e-mails to ensure its systems operate effectively and to minimize the risk
> of viruses. Whilst Sefas has taken reasonable steps to scan this email, it
> does not accept liability for any virus that may be contained in it.
>
> Internet communications are not 100% secure and as such Sefas is not
> responsible for their abuse by 3rd parties, nor for any alteration or
> corruption in transmission.
>
>
>
>

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Apr 02 2007 - 05:51:38 CDT

Original text of this message

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