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

Home -> Community -> Usenet -> c.d.o.misc -> Re: call Oracle stored procedure

Re: call Oracle stored procedure

From: Frank <fbortel_at_home.nl>
Date: Tue, 10 Dec 2002 22:05:27 +0100
Message-ID: <3DF65717.8040608@home.nl>


FC wrote:
> Look at the "@" command in the SQL Plus User's Guide.
>
> You can find the docs here:
> http://tahiti.oracle.com/

That would be an external file.

>
> "Jenny" <jwang_at_housing.tamu.edu> wrote in message
> news:at5db7$f38$1_at_news.tamu.edu...
>

>>Need to know how to make a call to Oracle stored procedure from SQL plus.
>>Thanks in advance!
>>
>>Jenny
>>jennyw_at_housing.tamu.edu
>>

exec <procedure_name>. Oracle fixes that into: begin

   <procedure_name>
end;

which you could type yourself, too.

Grtz, Frank Received on Tue Dec 10 2002 - 15:05:27 CST

Original text of this message

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