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

-- script: 20_win_901_build_spatial_1.sql
-- Features: This sql script adds the Spatial feature to the Oracle database.
--
-- Script Sequence#: 20
-- Used By: 3_win_901_prepinstall_1.pl script
-- Copyright 2002 by .com Solutions Inc.
--
-- ---------------------- Revision History ---------------
-- Date By Changes
-- 12-01-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 SYSTEM/manager
set echo on
spool c:\v901\assistants\dbca\logs\spatial.log
@c:\v901\md\admin\mdinst.sql;
spool off
exit;

