Files
Customer/onces/CSUN/CSUN#37648.sql
Arthur Egberink 64c7727ea1 FSN#37648 -- Opruimen ongeldige procedures en andere objecten
svn path=/Customer/; revision=31412
2016-11-10 11:15:55 +00:00

37 lines
720 B
SQL

--
-- $Id$
--
-- <<Korte omschrijving wat het script doet>>
DEFINE thisfile = 'CSUN#37648.sql'
DEFINE dbuser = '^CSUN'
DEFINE custid = 'CSUN'
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 PROCEDURE tmp_putnotificationsrtprio;
DROP VIEW csun_v_locatie;
------ 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