Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: can call stored procedure from sql worksheet but not sql plus
Benjamin Tett a écrit :
> Can anybody shed light on why I would be able to call a stored procedure
> from SQL Worksheet but not from SQL-PLUS using the exact same sequence
> of calls.
>
> bt
There is no problem calling a stored procedure from SQL*Plus! Simply you can do the folowing :
EXEC name_of_your_procedure(your_parameters);
That is all. Received on Fri Apr 16 1999 - 06:16:56 CDT
![]() |
![]() |