This is a discussion on import on spatial column extremely slow within the Oracle Database forums, part of the Database Server Software category; --> On oracle 9205, I have a table like this: CREATE TABLE SITE_NOS ( SITE_ID NUMBER(17) NULL, GEOLOC MDSYS.SDO_GEOMETRY NOT ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| On oracle 9205, I have a table like this: CREATE TABLE SITE_NOS ( SITE_ID NUMBER(17) NULL, GEOLOC MDSYS.SDO_GEOMETRY NOT NULL, GEOLOC_LINE MDSYS.SDO_GEOMETRY NULL ); because of this two sptial columns, the import is extremely slow, could any body give me any suggestions? Your help is highly appreciated Charlie |