BLOS#79136 -- Herstructurering Locaties/Regio's/Clusters inclusief registratie Locatie - en Regiomanagers
svn path=/Customer/; revision=62044
This commit is contained in:
37
onces/BLOS/BLOS#79136_drop.sql
Normal file
37
onces/BLOS/BLOS#79136_drop.sql
Normal file
@@ -0,0 +1,37 @@
|
||||
-- Customer specific once-script voor BLOS
|
||||
|
||||
-- $Id$
|
||||
--
|
||||
-- Oncescript om de oude EXPORT WP_CLUSTER netjes te droppen
|
||||
|
||||
DEFINE thisfile = 'BLOS#79136_drop.SQL'
|
||||
DEFINE dbuser = '^BLOS'
|
||||
|
||||
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 VIEW blos_v_export_wpcluster;
|
||||
DROP PROCEDURE blos_select_wpcluster;
|
||||
DROP VIEW blos_v_cluster_personen_1;
|
||||
DROP VIEW blos_v_cluster_personen_2;
|
||||
|
||||
------ 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