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

-- script: 23_sol_920_build_sqlplus_help_1.sql
-- Features: This sql script adds the SQL Plus Help feature to the Oracle database.
--
-- Script Sequence#: 23
-- Used By: 8_sol_920_db_build_1.sh script
-- Copyright 2002 by .com Solutions Inc.
--
-- ---------------------- Revision History ---------------
-- Date By Changes
-- 9-29-2001 dsimpson Initial Release
-- 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 SYSTEM/manager
@/u01/v901/sqlplus/admin/pupbld.sql;
connect SYSTEM/manager
set echo on
spool /u01/v901/assistants/dbca/logs/sqlPlusHelp.log
@/u01/v901/sqlplus/admin/help/hlpbld.sql helpus.sql;
spool off
exit;

