sample_xxxx.sql

svn path=/Customer/trunk/; revision=57148
This commit is contained in:
Sander Schepers
2022-09-06 14:08:32 +00:00
parent d5e9008fa3
commit 320f4519d8

View File

@@ -6,11 +6,25 @@
--
-- Support: +31 53 4800700
spool xpchh.lst
set echo on
set define off
DEFINE thisfile = 'PCHH.SQL'
DEFINE dbuser = 'PCHH'
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 ------
-- Notificatie jobs
--
@@ -696,10 +710,14 @@ BEGIN
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