ILMG1-mod.sql |
|
set verify off
PROMPT specify a password for sys as parameter 1;
DEFINE sysPassword = &1
PROMPT specify a password for system as parameter 2;
DEFINE systemPassword = &2
--
-- This creates the database password file
--
host /xfer/oracle/OraHome10g/bin/orapwd file=/xfer/oracle/OraHome10g/dbs/orapwILMG1 password=&&sysPassword force=y
--
-- The scripts in green are required to create the database, underlying datafiles,
-- the data dictionary, and at the very end to stop and restart the database
--
@/u01/oracle/10g/ILMG1/scripts/CreateDB.sql
@/u01/oracle/10g/ILMG1/scripts/CreateDBFiles.sql
@/u01/oracle/10g/ILMG1/scripts/CreateDBCatalog.sql
@/u01/oracle/10g/ILMG1/scripts/postDBCreation.sql
OCPdba.Net