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

Home -> Community -> Usenet -> c.d.o.server -> Re: can call stored procedure from sql worksheet but not sql plus

Re: can call stored procedure from sql worksheet but not sql plus

From: Mohamad SALEH <msaleh_at_orsys.fr>
Date: Fri, 16 Apr 1999 13:16:56 +0200
Message-ID: <37171C28.954291EC@orsys.fr>


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

Original text of this message

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