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

-- script: 20_sol_901_build_spatial_1.sql
-- Features: This sql script adds the Spatial feature to the Oracle database.
--
-- Script Sequence#: 20
-- 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
-- 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
connect SYSTEM/manager
set echo on
spool /u01/v901/assistants/dbca/logs/spatial.log
@/u01/v901/md/admin/mdinst.sql;
spool off
exit;

