Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to run stored procedure in DOS command line????

542856Jan 25 2012 — edited Jan 26 2012
Hi,
I want to run a stored procedure in DOS command line?

(My_Stored_Procedure is the stored procedure that I want to run )

This is what I did in DOS prompt

C:\>sqlplus scott/tiger exec lMy_Stored_Procedure <Return>


Obviously it is NOT working. Please send me the correct way to fix this.
Thanks so much in advance for helping.
Cuong
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 23 2012
Added on Jan 25 2012
20 comments
6,633 views