Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> how to call oracle package procedure from DOS batch file?
Hi,
Just started to program on WindowXP side using DOS batch file. I have this question.
REM : try to call my_package.my_procedure with two parameters REM: %1 is user/pass_at_db
sqlplus -S %1 "exec my_package.my_procedure (:%2, :3% ) << EOF
exit
EOF
does not seem to work.
TIA. Guang
-- http://www.freelists.org/webpage/oracle-lReceived on Fri Mar 04 2005 - 16:57:34 CST