FSN#37648 -- Opruimen ongeldige procedures en andere objecten
svn path=/Customer/; revision=30653
This commit is contained in:
24
onces/ASDL/ASDL#37648.sql
Normal file
24
onces/ASDL/ASDL#37648.sql
Normal 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
|
||||
Reference in New Issue
Block a user