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

Home -> Community -> Usenet -> c.d.o.misc -> Re: cannot delete a procedure

Re: cannot delete a procedure

From: Hans Forbrich <news.hans_at_telus.net>
Date: Fri, 24 Sep 2004 00:40:41 GMT
Message-ID: <d2K4d.78149$KU5.62720@edtnps89>


Lenny wrote:

>

>> do it from sql*plus
>>
>>

>
> wow
> it worked
>
> drop function "nvisite30(nvisite)"
>
> ok!
>
> many thanks.
> it should be a bug in plsql
>
> Lenny

It's not a PL/SQL language bug. It's operator error - the system did exactly what it was supposed to.

You might want to read the manual and learn about 'identifiers' and specifically about how double-quotes affect identifiers.

The secific manual is the 'SQL Reference Manual' found at http://tahiti.oracle.com

/Hans
(and they wonder why the 'negativity') Received on Thu Sep 23 2004 - 19:40:41 CDT

Original text of this message

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