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

-- script: 54_win_901_build_olap_1.sql
-- Features: This sql script adds the OLAP data warehouse feature to the Oracle database.
--
-- Script Sequence#: 54
-- Used By: 3_win_901_prepinstall_1.pl script
-- Copyright 2002 by .com Solutions Inc.
--
-- ---------------------- Revision History ---------------
-- Date By Changes
-- 12-03-2001 dsimpson Initial Release
-- This output file was created by Installgen version 1.38 on Thu Nov 14 17:16:25 2002. By .com Solutions Inc. www.dotcomsolutionsinc.net
connect / as SYSDBA
set echo on
spool c:\v901\assistants\dbca\logs\cwmlite.log
@c:\v901\cwmlite\admin\oneinstl.sql CWMLITE TEMP;
connect / as SYSDBA
@c:\v901\olap\admin\olap.sql prod3;
spool off
exit;

