FSN#37648 -- Opruimen ongeldige procedures en andere objecten

svn path=/Customer/; revision=31849
This commit is contained in:
Arthur Egberink
2016-12-06 10:51:08 +00:00
parent 2d987fb6fc
commit 4ca2fa58c6

35
onces/GDFS/GDFS#37648.sql Normal file
View File

@@ -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