Oracle Error Message
ORA-13219: failed to create spatial index table [string]
Reason for the Error
An error was encountered while trying to create the index table.
Solution
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.