PZEE#78747 Procedure pzee.prs_mandaten aanpassen
svn path=/Customer/; revision=60849
This commit is contained in:
39
onces/PZEE/PZEE#78747.sql
Normal file
39
onces/PZEE/PZEE#78747.sql
Normal file
@@ -0,0 +1,39 @@
|
||||
--
|
||||
-- $Id$
|
||||
--
|
||||
-- PZEE#78747 Procedure pzee.prs_mandaten aanpassen
|
||||
-- Leeggooien tabel met mandaten
|
||||
--
|
||||
DEFINE thisfile = 'PZEE#78747.SQL'
|
||||
DEFINE dbuser = '^PZEE'
|
||||
|
||||
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 ------
|
||||
|
||||
delete prs_perslidkostenplaats;
|
||||
|
||||
commit;
|
||||
|
||||
------ 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