December 2010
Intermediate to advanced
451 pages
11h 16m
English
You have stored an SQL script to your file system and want to execute it in SQL*Plus.
Assume you have a stored script named my_stored_script.sql and that it is saved within a directory named /Oracle/scripts/. You can execute that script using any one of the following approaches:
@my_stored_script.sql
@/Oracle/scripts/my_stored_script.sql
sqlplus username/password@database my_stored_script.sql ...Read now
Unlock full access