Files
Customer/onces/ASLE/ASLE#37648_2.sql
Arthur Egberink b22dbb6f3c FSN#37648 -- Opruimen ongeldige procedures en andere objecten
svn path=/Customer/; revision=31892
2016-12-07 16:25:35 +00:00

38 lines
778 B
SQL

--
-- $Id$
--
-- Opruimen ongeldige view
DEFINE thisfile = 'ASLE#37648_2.SQL'
DEFINE dbuser = '^ASLE'
DEFINE custid = 'ASLE'
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 ASLE_V_DEPART;
DROP VIEW ASLE_V_RAP_EXP_KAMERSCHEMA;
DROP VIEW ASLE_V_RAP_EXP_WERKSCHEMA;
DROP VIEW ASLE_V_UITVOERENDE_VANDAAG;
------ 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