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

-- script: 50_sol_920_build_ultrasearch_1.sql
-- Features: This sql script adds the Ultrasearch feature to the Oracle database.
--
-- Script Sequence#: 50
-- Used By: 8_sol_920_db_build_1.sh script
-- Copyright 2002 by .com Solutions Inc.
--
-- ---------------------- Revision History ---------------
-- Date By Changes
-- 10-06-2002 dsimpson Initial Release for Oracle 9.2.0
-- 11-01-2002 dsimpson Removed SID from connect string to match
-- Oracle dbca created scripts.
--
-- This output file was created by Installgen version 1.38 on Sun Nov 10 14:20:50 2002. By .com Solutions Inc. www.dotcomsolutionsinc.net
connect / as SYSDBA
set echo on
spool /u01/v901/assistants/dbca/logs/ultraSearch.log
@/u01/v901/ultrasearch/admin/wk0install.sql SYS change_on_install change_on_install DRSYS TEMP "" PORTAL false;
spool off
exit;

