ORA-1031 when setting Default Edition in 12c
(Doc ID 2444953.1)
Last updated on FEBRUARY 19, 2020
Applies to:
Oracle Database - Enterprise Edition - Version 12.1.0.2 and laterInformation in this document applies to any platform.
Symptoms
SQL> conn <user>
Connected.
SQL> select * from session_privs;
PRIVILEGE
----------------------------------------
ALTER ANY EDITION
DROP ANY EDITION
CREATE ANY EDITION
ALTER DATABASE
CREATE SESSION
SQL> alter database default EDITION=xxx;
alter database default EDITION=xxx
*
ERROR at line 1:
ORA-01031: insufficient privileges
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 |