$Id: INSTALL,v 1.5 2003/12/27 23:46:47 jeff Exp $

 1) patch and rebuild DBD::Oracle using the supplied patch
    in DBD-Oracle source directory, run: patch < DBD-Oracle-1.14.patch
 2) set the ORACLE_HOME environment variable
 3) perl Makefile.PL -- follow instructions
 4) make
 5) su root
 6) make install
 7) configure listener for external procedures (see your DBA)
 8) edit extproc_perl.conf in the installation directory (see user's guide)
 9) connect to your database with sqlplus
10) run ep_package.sql by typing @ep_package
11) run ep_schema.sql by typing @ep_schema
12) restrict delete, truncate, insert, and update privileges on the code table
    as you (or your DBA) see fit
