#############################################################################
# README for create_new_database.sh
#
# Readme created 06/21/07 by Mark Scully at The MIND Institute, Albuquerque
#
# Shoud be found in, and requires the contents of
#  /dbms/oracle/v01/app/oracle/admin/hidprd/create/
#
# Supporting libraries or packages:
#  NONE
#
############################################################################

Assuming a machine has been setup and oracle installed but hidprd has not
been installed, new_hidprd_install will create an empty instance of hidprd.
This script will only work if the directories required already exist.  They can be created using the mkdir_hidprd.sh script as follows:

sudo ./mkdir_hidprd.sh 

It must be run using sudo since these directories exist off the root directory.

Assuming the directories have already been created, in order to install a blank
hidprd instance simply run:

./create_new_database.sh

This will take some time (less than one hour), so go have a cup of tea.


