PNBR#62081: Inrichten bezoekersmodule + aanzetten, daily task aanpassen voor nieuwe notificatie
svn path=/Customer/; revision=48049
This commit is contained in:
42
onces/PNBR/PNBR#62081.sql
Normal file
42
onces/PNBR/PNBR#62081.sql
Normal file
@@ -0,0 +1,42 @@
|
||||
--
|
||||
-- $Id$
|
||||
--
|
||||
-- 62081: Inrichten bezoekersmodule + aanzetten
|
||||
-- Notificatie zal plaatsvinden door dagelijks aanroepen van een procedure
|
||||
-- View komt daarmee te vervallen
|
||||
--
|
||||
DEFINE thisfile = 'PNBR#62081.SQL'
|
||||
DEFINE dbuser = '^PNBR'
|
||||
|
||||
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 VIEW PNBR_V_NOTI_BEZOEKERS;
|
||||
|
||||
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