To execute a script file in SQLPlus, type @ and then the file name.
SQL > @{file}
e.g if your file name is script.sql
then
SQL > @script.sql
If script is not in current directory you can specify the path
SQL > @{path}{file}
e.g
SQL >@/opt/oracle/script.sql
No comments:
Post a Comment