SKAF#62071 -- Meldingsregistratie dmv QR-codes inrichten
svn path=/Customer/trunk/; revision=46643
This commit is contained in:
@@ -5,9 +5,20 @@
|
||||
--
|
||||
-- Support: +31 53 4800710
|
||||
|
||||
set echo on
|
||||
DEFINE thisfile = 'SKAF.SQL'
|
||||
DEFINE dbuser = '^SKAF'
|
||||
|
||||
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 ------
|
||||
|
||||
spool skaf.lst
|
||||
|
||||
CREATE OR REPLACE VIEW skaf_v_import_log
|
||||
AS
|
||||
|
||||
Reference in New Issue
Block a user