To install the database simply do the following
-Login to your oracle account and run createDB.sql
-Edit the connect_db.php and add your database and login information
(NOTE: connect_db.php must be kept away from users, please don't let them have permissions
on it or they will see your password for the database)
-Edit runonce.php and change the super user's login and password to match your preference.  
Afterword run runonce.php one time to create the superuser account and then delete it.

ERRORS:
Small know errors (or hiccups, not really errors)

-You can add commas or apostrophes to fields.  They will produce a oracle error, as of current I don't know of
any oci8 function that escapes them.  The usual addslashes will not work with oracle as it will with PostgreSQL and MySQL.



