
Installgen
Features and Benefits
Installgen
Demo Available for download...

-- script: 51_sol_901_build_demos_1.sql
-- Features: This sql script adds the demo schemas to the Oracle database.
--
-- Script Sequence#: 51
-- Used By: 8_sol_901_db_build_1.sh script
-- Copyright 2002 by .com Solutions Inc.
--
-- ---------------------- Revision History ---------------
-- Date By Changes
-- 9-30-2001 dsimpson Initial Release
-- 10-06-2002 dsimpson Changed demo schemas loaded based upon EE vs
-- STD edition of database installed.
-- This output file was created by Installgen version 1.38 on Sun Nov 10 14:51:56 2002. By .com Solutions Inc. www.dotcomsolutionsinc.net
spool /u01/v901/assistants/dbca/logs/demoSchemas.log
connect SYSTEM/manager
@/u01/v901/demo/schema/human_resources/hr_main.sql change_on_install EXAMPLE TEMP change_on_install /u01/v901/assistants/dbca/logs/;
connect SYSTEM/manager
@/u01/v901/demo/schema/order_entry/oe_main.sql change_on_install EXAMPLE TEMP change_on_install change_on_install /u01/v901/assistants/dbca/logs/;
connect SYSTEM/manager
@/u01/v901/demo/schema/product_media/pm_main.sql change_on_install EXAMPLE TEMP change_on_install change_on_install /u01/v901/demo/schema/product_media/ /u01/v901/assistants/dbca/logs/ /u01/v901/demo/schema/product_media/;
connect SYSTEM/manager
@/u01/v901/demo/schema/sales_history/sh_main.sql change_on_install EXAMPLE TEMP change_on_install /u01/v901/demo/schema/sales_history /u01/v901/assistants/dbca/logs/;
@/u01/v901/demo/schema/sales_history/sh_olp_c.sql;
connect SYSTEM/manager
@/u01/v901/demo/schema/shipping/qs_main.sql change_on_install EXAMPLE TEMP manager change_on_install change_on_install /u01/v901/assistants/dbca/logs/;
spool off
exit;

