Setup Instructions for Chapter 5

Database Setup

Before running the examples in Chapter 5, do the following:

  1. Set your current directory to ./orxmlapp/Examples/ch05
  2. If you have not created the following packages in the XMLBOOK schema, then make sure (public) synonyms are created for the following packages: SYS.XMLPARSER, SYS.XMLDOM, SYS.XSLPROCESSOR and make sure that XMLBOOK has been granted EXECUTE access to these packages.
  3. Run the following SQL scripts as the indicated user...

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