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:
hardya
2008-02-29 17:27:39 +00:00
parent 6dbf407063
commit 5649f4b934
25 changed files with 16249 additions and 15839 deletions

View File

@@ -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')