Ora-01031 When Trying To Add Partition On Table With Spatial Index From Another Schema
(Doc ID 1283859.1)
Last updated on FEBRUARY 07, 2019
Applies to:
Oracle Spatial and Graph - Version 11.2.0.1 and laterInformation in this document applies to any platform.
Symptoms
Adding a partition on a table as a non-dba user other than the owner of the table raises an error if there is a Spatial index built on one of the columns of the table:
alter table XXX.YYY add partition Pxxxxxxxxx_2
values less than (to_date('14-12-2010 00:00','DD-MM-YYYY HH24:MI'));
ORA-01031: insufficient privileges
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |