addgenx.sql
来自「Oracle PL/SQL procedure generator (secon」· SQL 代码 · 共 45 行
SQL
45 行
/******************** GenX from Quest Software *********************
||
|| Add GenX to PL/Generator installation
|| Author: Steven Feuerstein
||
|| This is a part of the GenX Code library.
|| Copyright (C) 1998-1999 Quest Software, Inc.
|| All rights reserved.
||
|| For more information, call Quest Software at 1-800-REVEAL4
|| or check out our Web page: www.Quest Software.com
||
******************************************************************/
ttitle off
set verify off
set echo off
set serveroutput on size 1000000
set termout off
set feedback off
spool addgenx.log
REM Make sure the confirmation programs are in place.
@@genxconfirm
REM Access to all objects...
@@genxaccess
REM This data source is NOT defined for PL/Generator
BEGIN
plgplsql.initialize;
COMMIT;
END;
/
SET TERMOUT ON
REM Confirm the installation
exec genxconfirm
SPOOL OFF
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?