October 2002
Beginner
864 pages
18h 41m
English
A SQL script file can include anything that you can type into the SQL buffer at the SQL> prompt, even commands that execute another SQL script. Yes, you can start a SQL script from within another SQL script. Figure BD3.4 shows a script file that was created using the EDIT command. The file contains multiple SQL statements as well as commands to run other SQL scripts.
SQL> edit main.sql
SQL> @main

By starting main.sql, you will be executing each SQL command ... |
Read now
Unlock full access