Setup Instructions for Chapter 3
Database Setup
Before running the examples in Chapter 3, do the following:
- Set your current directory to ./orxmlapp/Examples/ch03
- Run the following SQL scripts as the indicated user...
- As user SYSTEM, run the createxmlbook.sql script.
This creates the XMLBOOK user account used by all the samples.
- As user XMLBOOK, run the create_faq_table.sql script.
This creates the tables needed by the Oracle FAQ examples.
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