Setup Instructions for Chapter 13
Database Setup
Before running the examples in Chapter 13, do the following:
- Set your current directory to ./orxmlapp/Examples/ch13
- Run the following SQL scripts as the indicated user...
- As user XMLBOOK, run the create_ch13_tables.sql script.
Creates the tables and XML indexes 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