BRCF#81737 -- Droppen van alle zaken gerelateerd aan de uitgefaseerde koppeling met Groendus
svn path=/Customer/; revision=63145
This commit is contained in:
45
onces/BRCF/BRCF#81737.sql
Normal file
45
onces/BRCF/BRCF#81737.sql
Normal file
@@ -0,0 +1,45 @@
|
||||
--
|
||||
-- $Id$
|
||||
--
|
||||
-- Opschonen van de uitgefaseerde koppeling met Groendus
|
||||
--
|
||||
DEFINE thisfile = 'BRCF#81737.SQL'
|
||||
DEFINE dbuser = 'BRCF'
|
||||
|
||||
SET ECHO ON
|
||||
SET DEFINE ON
|
||||
COLUMN fcltlogfile NEW_VALUE fcltlogfile NOPRINT;
|
||||
COLUMN fcltcusterr NEW_VALUE fcltcusterr NOPRINT;
|
||||
WHENEVER SQLERROR CONTINUE;
|
||||
SELECT adm.getscriptspoolfile('&thisfile') AS fcltlogfile FROM DUAL;
|
||||
SPOOL &fcltlogfile
|
||||
WHENEVER SQLERROR EXIT;
|
||||
SELECT adm.checkscriptcust('&dbuser') AS fcltcusterr FROM DUAL;
|
||||
WHENEVER SQLERROR CONTINUE;
|
||||
PROMPT &fcltcusterr
|
||||
SET DEFINE OFF
|
||||
|
||||
------ payload begin ------
|
||||
|
||||
-- Droppen van alle procedures en views gerelateerd aan de koppeling met Groendus
|
||||
|
||||
DROP PROCEDURE brcf_groendus_meters;
|
||||
DROP PROCEDURE brcf_groendus_locaties;
|
||||
DROP PROCEDURE brcf_groendus_eancodes;
|
||||
DROP PROCEDURE brcf_groendus_consumption;
|
||||
DROP VIEW brcf_v_groendus_history;
|
||||
DROP VIEW brcf_v_groendus_history_old;
|
||||
DROP VIEW brcf_v_groendus_latest;
|
||||
DROP VIEW brcf_v_groendus_meetwaarden;
|
||||
|
||||
------ 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