FSN#37648 -- Opruimen ongeldige procedures en andere objecten

svn path=/Customer/; revision=30653
This commit is contained in:
Arthur Egberink
2016-09-08 14:39:43 +00:00
parent 4b88c84808
commit 8d026c99d5

24
onces/ASDL/ASDL#37648.sql Normal file
View File

@@ -0,0 +1,24 @@
-- Customer specific once-script
--
-- Support: +31 53 4800700
--
SET ECHO ON
SET DEFINE ON
column fcltlogfile new_value fcltlogfile NOPRINT;
select UPPER(USER) || '_ASDL#37648.lst' as fcltlogfile from dual;
spool &fcltlogfile
SET DEFINE OFF
DROP TABLE TMP_IMP_LOWFREQ;
DROP TABLE TMP_IMP_UITV;
DROP TABLE TMP_LOCATIE_OPM;
COMMIT;
BEGIN adm.systrackscriptid('$Id$'); END;
/
COMMIT;
SPOOL OFF