Database Administration (MOSC)

MOSC Banner

spatial Indexes

SQL> CREATE INDEX ARIS_DATA.ARIS_RESOURCE_GIDX ON ARIS_DATA.ARIS_RESOURCE

 2 (GEOMETRY)

 3 INDEXTYPE IS MDSYS.SPATIAL_INDEX

 4 PARAMETERS(' ');

CREATE INDEX ARIS_DATA.ARIS_RESOURCE_GIDX ON ARIS_DATA.ARIS_RESOURCE

*

ERROR at line 1:

ORA-00604: error occurred at recursive SQL level 2

ORA-00942: table or view does not exist

ORA-06512: at line 15

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center