SVRZ#60631 INS_SCAN-import

svn path=/Customer/; revision=45947
This commit is contained in:
Maarten van der Heide
2020-02-21 17:04:56 +00:00
parent e13773bbd0
commit e1c47484ef

37
onces/SVRZ/SVRZ#60631.sql Normal file
View File

@@ -0,0 +1,37 @@
--
-- $Id$
--
-- Customer specific once-script BLCC#60631.SQL.
DEFINE thisfile = 'SVRZ#60631.SQL'
DEFINE dbuser = '^SVRZ'
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 ------
-- SVRZ#60631: Definitie tabel voor importfunctie CNT-algscope!
CREATE TABLE svrz_imp_ins_scan
(
plaatsofobject VARCHAR2 (60), -- Plaats=C10-C12-C10-C10 of Object=C60
volgorde NUMBER (10)
);
COMMIT;
------ payload end ------
SET DEFINE OFF
BEGIN adm.systrackscriptId ('$Id$', 1); END;
/
COMMIT;
SET ECHO OFF
SPOOL OFF
SET DEFINE ON
PROMPT Logfile of this upgrade is: &fcltlogfile