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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle Spatial Question

Re: Oracle Spatial Question

From: Hans Leirvik <hans.leirvik_at_vianova.no>
Date: Thu, 23 Mar 2000 15:26:01 +0100
Message-ID: <8bd9jq$gge$1@oslo-nntp.eunet.no>


Looks like it is the spatial index.

Try to drop the index and try again without it. If it works you know it is the index.

You should experiment with the index parameters, like this maybe:

drop index GEO_IX;
create index GEO_IX on SMALL(geometry)
 indextype is MDSYS.SPATIAL_INDEX PARAMETERS('SDO_LEVEL=6, SDO_NUMTILES=8');

Hans Received on Thu Mar 23 2000 - 08:26:01 CST

Original text of this message

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