YKPN#60086 -- Exchange koppeling realiseren, aanpassing ykpn_imp_exchange tabel

svn path=/Customer/; revision=54081
This commit is contained in:
Norbert Wassink
2021-12-09 13:10:23 +00:00
parent 471bc7bbaa
commit 6cd8f544b1

View File

@@ -0,0 +1,34 @@
--
-- $Id$
--
-- Mensen handmatig inlezen aangezien koppeling niet werkt.
DEFINE thisfile = 'YKPN#exchange.sql'
DEFINE dbuser = '^YKPN'
DEFINE custid = 'YKPN'
SET ECHO ON
SET DEFINE ON
SET serveroutput 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 ------
alter table ykpn_imp_exchange modify seq_nr NUMBER(13);
------ 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