Database Error Messages

ORA-13219

failed to create spatial index table [string]

Cause

An error was encountered while trying to create the index table.


Action

There is a table in the index's schema with the specified name. The CREATE INDEX statement will try to create an index table with this name. Either rename this table or change the name of the index.