SQL aanpassen conform sample sql

svn path=/Customer/trunk/; revision=57438
This commit is contained in:
Suzan Wiegerinck
2022-09-29 10:32:31 +00:00
parent 5edf562ee3
commit fce296d767

View File

@@ -4,21 +4,26 @@
--
-- Script containing customer specific sql statements for the FACILITOR database
DEFINE thisfile = 'NYBU.SQL'
DEFINE dbuser = '^NYBU'
DEFINE custid = 'NYBU'
DEFINE dbuser = 'NYBU'
SET ECHO ON
SET DEFINE ON
COLUMN fcltlogfile NEW_VALUE fcltlogfile NOPRINT;
WHENEVER SQLERROR EXIT;
SELECT adm.scriptspoolfile ('&dbuser', '&thisfile') AS fcltlogfile FROM DUAL;
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 ------
@@ -20217,7 +20222,6 @@ END;
------ payload end ------
SET DEFINE OFF
BEGIN
adm.systrackscriptId (
'$Id$',