Changes made for bulk load and 'flange size' (MESC_CODE on meters).
Store images used by the WebServer git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3797 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -21,7 +21,8 @@ create table ext_meters
|
||||
valid_from varchar2(240),
|
||||
valid_to varchar2(240),
|
||||
qnom varchar2(240),
|
||||
qmin varchar2(240)
|
||||
qmin varchar2(240),
|
||||
mesc_code VARCHAR2(240)
|
||||
)
|
||||
ORGANIZATION EXTERNAL
|
||||
( type oracle_loader
|
||||
@@ -31,7 +32,6 @@ access parameters
|
||||
READSIZE 10485760
|
||||
skip 1
|
||||
fields terminated by ','
|
||||
optionally enclosed BY '"'
|
||||
missing field values are null
|
||||
(
|
||||
code,
|
||||
@@ -47,7 +47,8 @@ access parameters
|
||||
valid_from,
|
||||
valid_to,
|
||||
qnom,
|
||||
qmin
|
||||
qmin,
|
||||
mesc_code
|
||||
)
|
||||
)
|
||||
location ('METERS.csv')
|
||||
|
||||
Reference in New Issue
Block a user