cust sql conform nieuwe format

svn path=/Customer/trunk/; revision=58559
This commit is contained in:
Suzan Wiegerinck
2023-01-09 07:51:46 +00:00
parent 3a6ca3cba0
commit 2ca191e403

View File

@@ -4,16 +4,21 @@
-- Script containing customer specific sql statements for the FACILITOR database
DEFINE thisfile = 'NOUR.SQL'
DEFINE dbuser = '^NOUR'
DEFINE custid = 'NOUR'
DEFINE dbuser = 'NOUR'
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 ------