DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Run & Execute Stored Procedures

  1. #1
    Join Date
    Dec 2001
    Location
    Baltimore, MD
    Posts
    374
    Hi all,
    New in running stored procedures. I modified one and saved it as SGA_STAT.sql on the C:\.
    I run it as
    SQL> @C:\SGA_STAT.sql

    PL/SQL PROCEDURE SUCCESSFULLY COMPLETED.
    Question.
    How do I execute it?
    I did
    SQL> execute SGA_STAT.sql
    Could you please advise on how to run and execute a procedure?
    Thanks
    Arsene Lupain
    The lie takes the elevator, the truth takes the staircase but ends up catching up with the lie.

  2. #2
    Join Date
    Feb 2000
    Location
    Singapore
    Posts
    1,758
    EXECUTE procedure_name(p1, p2..);

    where p1, p2 are paramaeters if needed for the procedure.

    Sanjay

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width