is it @ or &?
@ pathname Run an SQL Script (see START)
@MyScript.sql parameter1 parameter2 parameter3
In the SQL-Script, refer to the parameters as &1, &2, and &3.
@@ pathname Run a nested SQL Script.
/ Execute (or re-execute) commands in the SQL*Plus buffer
does not list commands before running




Reply With Quote