Rebuild Index Online Has Generated ORA-01031: Insufficient Privileges
(Doc ID 1969875.1)
Last updated on MARCH 04, 2020
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.2 and laterInformation in this document applies to any platform.
Symptoms
On : 11.2.0.2 version, Database Security
When attempting to rebuild an index online
the following error occurs.
ERROR
-----------------------
ORA-01031: insufficient privileges
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. sqlplus / as sysdba
2. alter index <Schema Name>.<Index Name>rebuild online;
BUSINESS IMPACT
-----------------------
The issue has the following business impact:
Due to this issue, users cannot rebuild the index.
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 |
Cause |
Solution |
References |