From 34788665751ce4d0f8aeee13cdca0eea150d3e29 Mon Sep 17 00:00:00 2001 From: Maarten van der Heide Date: Wed, 25 Sep 2019 07:26:38 +0000 Subject: [PATCH] BLCC#37648 Opruimen ongeldige db-objecten (procedures/views) svn path=/Customer/; revision=44347 --- onces/BLCC/BLCC#37648.sql | 41 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 onces/BLCC/BLCC#37648.sql diff --git a/onces/BLCC/BLCC#37648.sql b/onces/BLCC/BLCC#37648.sql new file mode 100644 index 000000000..a23383ff7 --- /dev/null +++ b/onces/BLCC/BLCC#37648.sql @@ -0,0 +1,41 @@ +-- +-- $Id$ +-- +-- Customer specific once-script BLCC#37648.SQL. +DEFINE thisfile = 'BLCC#37648.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 ------ + +DROP PROCEDURE blcc_select_twinfield; +DROP VIEW blcc_v_export_twinfield; +DROP VIEW blcc_v_rap_tf_actual; +--DROP VIEW blcc_v_rap_tf_frozen; + +-- SSC-stuff! +--DROP PROCEDURE blcc_import_perslid; +--DROP PROCEDURE blcc_update_perslid; +DROP VIEW blcc_v_autorisatiegroepen; +DROP VIEW blcc_v_rap_ssc_cat_looplijst; +DROP VIEW blcc_v_rap_ssc_cat_factlijst; + +------ 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