BLCC#37648 Opruimen ongeldige db-objecten (procedures/views)
svn path=/Customer/; revision=44347
This commit is contained in:
41
onces/BLCC/BLCC#37648.sql
Normal file
41
onces/BLCC/BLCC#37648.sql
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user