Receiving ORA-46377 when auditing INHERIT ANY PRIVILEGES
(Doc ID 2048706.1)
Last updated on OCTOBER 10, 2022
Applies to:
Oracle Database Backup Service - Version N/A and laterOracle Database Cloud Exadata Service - Version N/A and later
Oracle Database Cloud Service - Version N/A and later
Oracle Database - Enterprise Edition - Version 12.1.0.2 and later
Oracle Database Cloud Schema Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
Unable to AUDIT or NOAUDIT INHERIT ANY PRIVILEGES in 12.1.0.2
SQL> audit INHERIT ANY PRIVILEGES by USER1 by access;
audit INHERIT ANY PRIVILEGES by USER1 by access
*
ERROR at line 1:
ORA-46377: Auditing cannot be configured on the specified system privilege.
SQL> noaudit INHERIT ANY PRIVILEGES by USER2 by access;
noaudit INHERIT ANY PRIVILEGES by USER2 by access
*
ERROR at line 1:
ORA-46377: Auditing cannot be configured on the specified system privilege.
audit INHERIT ANY PRIVILEGES by USER1 by access
*
ERROR at line 1:
ORA-46377: Auditing cannot be configured on the specified system privilege.
SQL> noaudit INHERIT ANY PRIVILEGES by USER2 by access;
noaudit INHERIT ANY PRIVILEGES by USER2 by access
*
ERROR at line 1:
ORA-46377: Auditing cannot be configured on the specified system privilege.
Changes
Trying to audit INHERIT ANY PRIVILEGES in 12c database.
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 |
References |