Setup Instructions for Chapter 14
Database Setup
Before running the examples in Chapter 14, do the following:
- Set your current directory to ./orxmlapp/Examples/ch14
- Run the following SQL scripts as the indicated user...
- If you have not already run it as part of the setup for Chapter 7, then as user XMLBOOK, run the create_empdept_tables.sql script.
Creates the familiar emp and dept tables used in this chapter
- As user XMLBOOK, run the create_ch14_tables.sql script.
Creates the tables used in this chapter
To run a script use the SQL*Plus command-line tool that
comes with your Oracle database using the command:
$ sqlplus username/password @scriptname.sql