2026-03-12 20:23:15
This commit is contained in:
52
vg/footer.sql
Normal file
52
vg/footer.sql
Normal file
@@ -0,0 +1,52 @@
|
||||
|
||||
/*
|
||||
*
|
||||
* Author : Vishal Gupta
|
||||
* Purpose : This script is called at end of every other script
|
||||
*
|
||||
* Revision History:
|
||||
* ===================
|
||||
* Date Author Description
|
||||
* --------- ------------ -----------------------------------------
|
||||
* 05-Aug-04 Vishal Gupta Created
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
-- VG_SPOOLFILE is being set in the login.sql
|
||||
-- spool again to flush the buffer contents to file
|
||||
--spool &&VG_SPOOLFILE append
|
||||
|
||||
CLEAR COLUMNS
|
||||
CLEAR BREAKS
|
||||
CLEAR COMPUTES
|
||||
|
||||
set trimspool on
|
||||
set feed on
|
||||
set arraysize 5000
|
||||
set lines 80
|
||||
set pages 80
|
||||
set verify on
|
||||
set sqlblankline on
|
||||
set serveroutput on
|
||||
set tab off
|
||||
set term on
|
||||
--start backupenv
|
||||
|
||||
DEFINE 1=""
|
||||
DEFINE 2=""
|
||||
DEFINE 3=""
|
||||
DEFINE 4=""
|
||||
DEFINE 5=""
|
||||
DEFINE 6=""
|
||||
DEFINE 7=""
|
||||
DEFINE 8=""
|
||||
DEFINE 9=""
|
||||
DEFINE 10=""
|
||||
|
||||
-- VG_SPOOLFILE is being set in the login.sql
|
||||
-- spool again to flush the buffer contents to file
|
||||
-- spool &&VG_SPOOLFILE append
|
||||
|
||||
--set echo on
|
||||
PROMPT
|
||||
Reference in New Issue
Block a user