Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> import on spatial column extremely slow

import on spatial column extremely slow

From: charlie cs <cfs3526_at_ureach.com>
Date: Thu, 02 Dec 2004 03:19:50 GMT
Message-ID: <qRvrd.7384$1z5.7170@trnddc06>


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 Received on Wed Dec 01 2004 - 21:19:50 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US