SVRZ#60631 INS_SCAN-import
svn path=/Customer/; revision=45947
This commit is contained in:
37
onces/SVRZ/SVRZ#60631.sql
Normal file
37
onces/SVRZ/SVRZ#60631.sql
Normal file
@@ -0,0 +1,37 @@
|
||||
--
|
||||
-- $Id$
|
||||
--
|
||||
-- Customer specific once-script BLCC#60631.SQL.
|
||||
DEFINE thisfile = 'SVRZ#60631.SQL'
|
||||
DEFINE dbuser = '^SVRZ'
|
||||
|
||||
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 ------
|
||||
|
||||
-- SVRZ#60631: Definitie tabel voor importfunctie CNT-algscope!
|
||||
CREATE TABLE svrz_imp_ins_scan
|
||||
(
|
||||
plaatsofobject VARCHAR2 (60), -- Plaats=C10-C12-C10-C10 of Object=C60
|
||||
volgorde NUMBER (10)
|
||||
);
|
||||
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