HOUT#37648 Opruimen ongeldige db-objecten (procedures/views)

svn path=/Customer/; revision=44349
This commit is contained in:
Maarten van der Heide
2019-09-25 07:58:56 +00:00
parent f3182ed594
commit b2d78ee84d

33
onces/HOUT/HOUT#37648.sql Normal file
View File

@@ -0,0 +1,33 @@
--
-- $Id$
--
-- Customer specific once-script HOUT#37648.SQL.
DEFINE thisfile = 'HOUT#37648.SQL'
DEFINE dbuser = '^HOUT'
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 hout_v_cnt_extra_noti;
DROP VIEW hout_v_rap_urenreg_facilities;
DROP VIEW hout_v_rap_wk_uren_facilities;
------ 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