Aangepast naar juiste formaat

svn path=/Customer/trunk/; revision=56714
This commit is contained in:
Robin Stoker
2022-07-28 15:10:06 +00:00
parent 670576791e
commit 53d74c11c0

View File

@@ -4,16 +4,22 @@
-- Script containing customer specific configuration sql statements for CSUN: CSU National Accounts
--
DEFINE thisfile = 'CSUN.SQL'
DEFINE dbuser = '^CSUN'
DEFINE thisfile = 'SAMPLE.SQL'
DEFINE dbuser = 'UWVA'
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 ------