Home » SQL & PL/SQL » SQL & PL/SQL » Re: Running multiple procedures from one script file
Re: Running multiple procedures from one script file [message #2049] Tue, 18 June 2002 21:31
Todd Barry
Messages: 4819
Registered: August 2001
Senior Member
begin
  proc1;
  proc2;
  proc3;
end;
/


Make sure to have a carriage return after the slash at the end. Save this type of layout to a file (say myscript.sql), and then execute in SQL*Plus with:

@myscript
Previous Topic: Re: retrieving data from an OUT parameter
Next Topic: Inbedding a SELECT inside of a DECODE
Goto Forum:
  


Current Time: Wed Apr 17 23:08:42 CDT 2024