Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Passing Quotes to procedures in PL/SQL
Poorna Prakash wrote:
>
> Folks.
>
> I was reading a message about how to pass parameters with single
> quotes to procedures in PL/SQL. Could you please repost with your
> hints please.
>
> Thanks
>
> -Peter
Try (for example)
SQL> exec my_proc ( my_string => 'Peter O''Brien');
HTH
--
"The only difference between me and a madman is that I am not mad." Received on Sat Apr 18 1998 - 00:03:29 CDT
![]() |
![]() |