Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: passing values to a procedure from sql prompt
sql>
begin
myprocedure(myparameter => myvalue);
end;
/
or
exec myprocedure(myparameter => myvalue);
"raghav" <raghav_at_amsoft.net> wrote in message
news:717979a0.0205140741.781ef7eb_at_posting.google.com...
> Hi,
>
> I have a procedure, which takes some values. it compiles successfully
> without any errors. Now i want to pass the values manually to this
> procedure from sql prompt... how can i do that?
>
> please help
>
> thanks in advance.
>
> -Raghav
Received on Tue May 14 2002 - 11:28:31 CDT
![]() |
![]() |