From 4ca2fa58c65d1c69f7f7a4e0e1fc9630cea90610 Mon Sep 17 00:00:00 2001 From: Arthur Egberink Date: Tue, 6 Dec 2016 10:51:08 +0000 Subject: [PATCH] FSN#37648 -- Opruimen ongeldige procedures en andere objecten svn path=/Customer/; revision=31849 --- onces/GDFS/GDFS#37648.sql | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 onces/GDFS/GDFS#37648.sql diff --git a/onces/GDFS/GDFS#37648.sql b/onces/GDFS/GDFS#37648.sql new file mode 100644 index 000000000..a98095937 --- /dev/null +++ b/onces/GDFS/GDFS#37648.sql @@ -0,0 +1,35 @@ +-- +-- $Id$ +-- +-- Opruimen ongeldige view + +DEFINE thisfile = 'GDFS#37648.SQL' +DEFINE dbuser = '^GDFS' +DEFINE custid = 'GDFS' + +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 tmp_v_per_num; + +------ 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 + +@@ &custid \ No newline at end of file