2026-03-12 20:23:15

This commit is contained in:
root
2026-03-12 21:23:47 +01:00
parent eab4b36eca
commit 93039b8489
3332 changed files with 699614 additions and 0 deletions

52
vg/footer.sql Normal file
View 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