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