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 command script
location\handsonxe\sql\chap03.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 chap03.sql file is in C:\temp\handsonxe\sql):
SQL> @C:\temp\handsonxe\sql\chap03.sql;
Once you reply to all of the prompts and the script completes successfully, leave the current SQL*Plus session open and use it to perform this chapter's exercises in the order that they appear.
Read now
Unlock full access