From 82d5d98e48348d7faede488a256a417a083e973e Mon Sep 17 00:00:00 2001 From: Maarten van der Heide Date: Thu, 8 Sep 2022 13:05:29 +0000 Subject: [PATCH] Script header/footer formaat svn path=/Customer/trunk/; revision=57197 --- ALLV/allv.sql | 40 ++++++++++++++++++++++++++++++---------- 1 file changed, 30 insertions(+), 10 deletions(-) diff --git a/ALLV/allv.sql b/ALLV/allv.sql index fa69ed603..b2659bac3 100644 --- a/ALLV/allv.sql +++ b/ALLV/allv.sql @@ -1,12 +1,26 @@ --- Script containing customer specific db-configuration for ALLV. --- (c) 2007 SG|facilitor bv --- $Revision$ +-- -- $Id$ -- --- Support: +31 53 4800700 +-- Script containing customer specific db-configuration for ALLV. +DEFINE thisfile = 'ALLV.SQL' +DEFINE dbuser = '^ALLV' -spool xallv.lst -set echo on +SET ECHO ON +SET DEFINE ON +COLUMN fcltlogfile NEW_VALUE fcltlogfile NOPRINT; +COLUMN fcltcusttxt NEW_VALUE fcltcusttxt NOPRINT; +WHENEVER SQLERROR CONTINUE; +SELECT adm.getscriptspoolfile('&thisfile') AS fcltlogfile FROM DUAL; +SPOOL &fcltlogfile +WHENEVER SQLERROR EXIT; +SELECT adm.checkscriptcust('&dbuser') AS fcltcusttxt FROM DUAL; +WHENEVER SQLERROR CONTINUE; +--------------------------------------- +PROMPT &fcltcusttxt +--------------------------------------- +SET DEFINE OFF + +------ payload begin ------ /* Formatted on 29-3-2013 20:52:02 (QP5 v5.115.810.9015) */ CREATE OR REPLACE VIEW allv_v_rap_import_log @@ -2573,9 +2587,15 @@ AS AND sn.fac_srtnotificatie_code = 'CUST02'; */ -BEGIN fac.registercustversion('ALLV', 6); END; -/ -BEGIN adm.systrackscriptId('$Id$', 0); END; +------ payload end ------ + +SET DEFINE OFF + +BEGIN adm.systrackscriptId ('$Id$', 0); END; / + COMMIT; -spool off +SET ECHO OFF +SPOOL OFF +SET DEFINE ON +PROMPT Logfile of this upgrade is: &fcltlogfile