# $Id: Install.oracle,v 1.1 2000/09/28 06:18:42 perlbug Exp perlbug $

# Installation script for Oracle based Perlbug database

svrmgrl 
connect internal
spool perlbug.out
@create_dbuser.oracle
@create_database.oracle
@create_tables.oracle
@insert_admin.oracle
@insert_flags.oracle
commit;
spool off;
exit;
