FCLT#70969 -- 'TMP' tabellen met klantdata
svn path=/Customer/; revision=54963
This commit is contained in:
49
onces/YKPN/FCLT#70969.sql
Normal file
49
onces/YKPN/FCLT#70969.sql
Normal file
@@ -0,0 +1,49 @@
|
||||
--
|
||||
-- $Id$
|
||||
--
|
||||
-- Korte beschrijving wat het script doet
|
||||
-- Tijdelijke tabellen worden verwijderd
|
||||
--
|
||||
DEFINE thisfile = 'FCLT#70969.SQL'
|
||||
DEFINE dbuser = '^YKPN'
|
||||
|
||||
SET ECHO ON
|
||||
SET DEFINE ON
|
||||
COLUMN fcltlogfile NEW_VALUE fcltlogfile NOPRINT;
|
||||
COLUMN fcltcusterr NEW_VALUE fcltcusterr NOPRINT;
|
||||
WHENEVER SQLERROR CONTINUE;
|
||||
SELECT adm.getscriptspoolfile('&thisfile') AS fcltlogfile FROM DUAL;
|
||||
SPOOL &fcltlogfile
|
||||
WHENEVER SQLERROR EXIT;
|
||||
SELECT adm.checkscriptcust('&dbuser') AS fcltcusterr FROM DUAL;
|
||||
WHENEVER SQLERROR CONTINUE;
|
||||
PROMPT &fcltcusterr
|
||||
SET DEFINE OFF
|
||||
|
||||
------ payload begin ------
|
||||
|
||||
DROP TABLE TMP_IMP_CAT;
|
||||
DROP TABLE TMP_IMP_CATCONV;
|
||||
DROP TABLE TMP_IMP_EVE;
|
||||
DROP TABLE TMP_IMP_GEBOUW_CONVERSIE;
|
||||
DROP TABLE TMP_IMP_ORDERS;
|
||||
DROP TABLE TMP_IMP_ORDERS_MLD;
|
||||
DROP TABLE TMP_IMP_PERSLID;
|
||||
DROP TABLE TMP_IMP_PP;
|
||||
DROP TABLE TMP_IMP_REGISTRATIES;
|
||||
DROP TABLE TMP_IMP_RES_EENHEID;
|
||||
DROP TABLE TMP_IMP_VC;
|
||||
DROP TABLE TMP_RSV_RUIMTE_CONTACT;
|
||||
|
||||
|
||||
------ 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
|
||||
Reference in New Issue
Block a user