Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: cannot delete a procedure
"Dave" <david.sharples3_at_ntlXworld.com> wrote in message
news:hHD4d.292$g11.222_at_newsfe4-gui.ntli.net...
>
> "Lenny" <lucascri_at_QUESTOLOTOGLItiscali.it> wrote in message
> news:ArD4d.19779$B06.1036_at_news.edisontel.com...
> >
> >> i've created a procedure like this
> >>
> >> create or replace function "nvisite30(nvisite)" return number is
> >>
> >
> > ooops......
> > a function...
> >
> > Lenny
> >
>
> show the full cut and paste of you trying to drop it
>
>
Use the double quotes and lower case (the way you typed it above). If you create something using double quotes, then the name is case-sensitive, and you must use the double quotes to tell Oracle that you are being case-sensitive. Received on Thu Sep 23 2004 - 13:57:12 CDT
![]() |
![]() |