How to pass arguments to .sql file.......
sanju2Jan 9 2007 — edited Jan 10 2007Hello,
I want to pass arguments to .sql file which is being called from within a shell (.sh).
suppose this is the line in shell -
${ORACLE_HOME}/bin/sqlplus -s abcuser/abcuser@abc < ${ABCDB_DIR}/A.sql $val >>${LOG}
- now I want to pass '123456' to A.sql
Please suggest how to do that.
Thanks and regards,