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

svn path=/Customer/; revision=44348
This commit is contained in:
Maarten van der Heide
2019-09-25 07:50:48 +00:00
parent 3478866575
commit f3182ed594

31
onces/VLKC/VLKC#37648.sql Normal file
View File

@@ -0,0 +1,31 @@
--
-- $Id$
--
-- Customer specific once-script VLKC#37648.SQL.
DEFINE thisfile = 'VLKC#37648.SQL'
DEFINE dbuser = '^VLKC'
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 vlkc_v_rap_coda_export;
------ 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