Files
Customer/onces/UWVA/uwva109.sql
Maarten van der Heide aa48864def UWVA#40346 PHONEBOOK-API/Verwijderen flexvelden
svn path=/Customer/; revision=35823
2017-10-26 10:24:17 +00:00

36 lines
670 B
SQL

--
-- $Id$
--
-- Customer specific once-script UWVA109.
DEFINE thisfile = 'UWVA109.SQL'
DEFINE dbuser = '^UWVA'
SET ECHO ON
SET DEFINE ON
COLUMN fcltlogfile NEW_VALUE fcltlogfile NOPRINT;
WHENEVER SQLERROR EXIT;
SELECT adm.scriptspoolfile('&dbuser', '&thisfile') AS fcltlogfile FROM DUAL;
WHENEVER SQLERROR CONTINUE;
SPOOL &fcltlogfile
SET DEFINE OFF
------ payload begin ------
------ payload end ------
SET DEFINE OFF
BEGIN adm.systrackscriptId ('$Id$', 0); END;
/
COMMIT;
SET ECHO OFF
SPOOL OFF
SET DEFINE ON
PROMPT Logfile of this upgrade is: &fcltlogfile
@@uwva_prs.sql
--@@uwva_fin.sql
--@@uwva_hv.sql
@@uwva_misc.sql