Setup Instructions for Chapter 16

Database Setup

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

  1. Set your current directory to ./orxmlapp/Examples/ch16
  2. 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

Setup for External Java Libraries

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

  1. If you have not already created this library as part of the setup for Chapter 6, then obtain the JTidy library from http://www3.sympatico.ca/ac.quick/jtidy.html, create a JDeveloper library for the JTidyHome/lib/Tidy.jar archive, and add this library to the Chapter-16 project's library list.

For detailed instructions on creating a JDeveloper library to represent a Java archive, see the Using JDeveloper with Oracle XDK Components section of Chapter 4.