
Installgen
Features and Benefits
Installgen
Demo Available for download...
Bookmark This Page

-- script: 54_macosx_920_build_olap_1.sql
-- Features: This sql script adds the OLAP data warehouse feature to the Oracle database.
--
-- Script Sequence#: 54
-- Used By: 8_macosx_920_db_build_1.sh script
-- Copyright 2002 by .com Solutions Inc.
--
-- ---------------------- Revision History ---------------
-- Date By Changes
-- 9-30-2001 dsimpson Initial Release
-- This output file was created by Installgen version 1.38 on Sat Nov 23 07:13:32 2002. By .com Solutions Inc. www.dotcomsolutionsinc.net
connect / as SYSDBA
set echo on
spool /Users/oracle/v920/assistants/dbca/logs/cwmlite.log
@/Users/oracle/v920/cwmlite/admin/oneinstl.sql CWMLITE TEMP;
connect SYS/change_on_install as SYSDBA
@/Users/oracle/v920/olap/admin/olap.sql prod1;
spool off
exit;

