addplg.sql

来自「Oracle PL/SQL procedure generator (secon」· SQL 代码 · 共 35 行

SQL
35
字号
/******************** PL/Generator from Quest Software *********************
||
||  Add PL/Generator to GenX
||  Author: Steven Feuerstein
||
|| This is a part of the PL/Generator 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 addplg.log

REM Load the table encapsulator driver
TRUNCATE TABLE plg_driver_source;
@@te.ins

COMMIT;

REM Confirm the installation
@@plgcnfrm

exec plgconfirm

SPOOL OFF

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?