FMHN#72661 -- Index op fmhn_npq_export tabel

svn path=/Customer/; revision=56435
This commit is contained in:
Norbert Wassink
2022-06-30 06:31:53 +00:00
parent f942801a3a
commit 0b41928a78

33
onces/FMHN/FMHN#72661.sql Normal file
View File

@@ -0,0 +1,33 @@
--
-- $Id$
--
-- Customer specific once-script FMHN#EXP_NPQ.sql.
DEFINE thisfile = 'FMHN#72661.SQL'
DEFINE dbuser = '^FMHN'
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 ------
-- Create index on res_rsv_ruimte_key on Table fmhn_npq_export!
CREATE INDEX fmhn_I_npqexp_res_rsv_ruimte_key
ON fmhn_npq_export(res_rsv_ruimte_key);
------ 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