July 2006
Intermediate to advanced
560 pages
12h 57m
English
To practice the hands-on exercises in this chapter, you need to start SQL*Plus as instructed in Exercise 2.11 and run the following command script:
location\handsonxe\sql\chap07.sql
where location is the file directory where you expanded the support archive that accompanies this book. For example, after starting SQL*Plus, you can run this chapter's SQL command script using the SQL*Plus command @, as in the following example (assuming that your chap07.sql file is in C:\temp\handsonxe\sql):
SQL> @C:\temp\handsonxe\sql\chap07.sql;
Once you reply to all of the prompts and the script completes successfully, leave the current SQL*Plus session open—you'll need it later on in several of this chapter's exercises.
Read now
Unlock full access