April 2000
Intermediate to advanced
94 pages
1h 52m
English
At Sign (@)
@script_file [argument...]
The at sign is used to execute a SQL*Plus script file. For example:
@$ORACLE_HOME/rdbms/admin/utlxplan @add_user "TINA" "SECRETPASSWORD"
Is the name of the file to execute. You may include a path as part of
the name. If you do not specify a path, SQL*Plus will look in the
current directory and then follow the SQL*Plus search path. The
default extension is .sql.
Is an argument you wish to pass to the script. You may pass as many arguments as the script requires. Arguments must be separated from each other by at least one space.