BLCC#59468 Koppelvlakken/Stoppen aanlevering POWERBI-export per SFTP (incl. schonen)

svn path=/Customer/; revision=47387
This commit is contained in:
Maarten van der Heide
2020-07-13 11:38:37 +00:00
parent 238a47a19a
commit 4c6ccd6c11

54
onces/BLCC/BLCC#59468.sql Normal file
View File

@@ -0,0 +1,54 @@
--
-- $Id$
--
-- Customer specific once-script BLCC#59468.SQL.
DEFINE thisfile = 'BLCC#59468.SQL'
DEFINE dbuser = '^BLCC'
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 ------
-- BLCC#59468: Koppelvlakken/Stoppen aanlevering POWERBI-export per SFTP (incl. schonen).
DROP VIEW blcc_v_fact_actual;
COMMIT;
DROP VIEW blcc_v_export_fact_cv;
DROP VIEW blcc_v_rap_export_fact_cv;
DROP VIEW blcc_v_export_fact_crf;
DROP VIEW blcc_v_rap_export_fact_crf;
COMMIT;
DROP VIEW blcc_v_export_pwrbi_cat;
DROP VIEW blcc_v_export_pwrbi_mld;
DROP VIEW blcc_v_export_pwrbi_opdr;
DROP VIEW blcc_v_export_pwrbi_mldtrk;
DROP VIEW blcc_v_export_pwrbi_ordtrk;
DROP VIEW blcc_v_export_pwrbi_kosten;
DROP VIEW blcc_v_export_pwrbi_vastgoed;
DROP VIEW blcc_v_export_pwrbi_contract;
DROP VIEW blcc_v_export_pwrbi_addd;
COMMIT;
--DROP VIEW blcc_v_rap_vastgoedgeg;
--DROP VIEW blcc_v_rap_contractgeg;
--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