FSN#40517 nieuw SQL script template

svn path=/Customer/trunk/; revision=34282
This commit is contained in:
Ruud Lipper
2017-06-15 09:32:55 +00:00
parent 6b34322ab7
commit 5c6fc10f3a

View File

@@ -1,13 +1,21 @@
-- Script containing customer specific configuration sql statements for VGLD
-- (c) 2013 SG|facilitor bv
-- $Revision$
--
-- $Id$
--
-- Support: +31 53 4800700
-- Script containing customer specific configuration sql statements for VGLD
set echo on
DEFINE thisfile = 'VGLD.SQL'
DEFINE dbuser = '^VGLD'
spool VGLD.lst
SET ECHO ON
SET DEFINE ON
COLUMN fcltlogfile NEW_VALUE fcltlogfile NOPRINT;
WHENEVER SQLERROR EXIT;
SELECT adm.scriptspoolfile('&dbuser', '&thisfile') AS fcltlogfile FROM DUAL;
WHENEVER SQLERROR CONTINUE;
SPOOL &fcltlogfile
SET DEFINE OFF
------ payload begin ------
CREATE OR REPLACE PROCEDURE vgld_import_prs (
p_import_key IN NUMBER
@@ -2301,15 +2309,14 @@ BEGIN
END ;
/
------ payload end ------
BEGIN adm.systrackscriptId('$Id$', 0); END;
SET DEFINE OFF
BEGIN adm.systrackscriptId ('$Id$', 0); END;
/
BEGIN fac.registercustversion('VGLD', 9); END;
/
commit;
spool off
COMMIT;
SET ECHO OFF
SPOOL OFF
SET DEFINE ON
PROMPT Logfile of this upgrade is: &fcltlogfile