From Oracle Database 12c Security Technical Implementation Guide
Part of SRG-APP-000063-DB-000017
Associated with: CCI-000366
This requirement is intended to limit exposure due to operating from within a privileged account or role. The inclusion of role is intended to address those situations where an access control policy, such as Role Based Access Control (RBAC), is being implemented and where a change of role provides the same degree of assurance in the change of access authorizations for both the user and all processes acting on behalf of the user as would be provided by a change between a privileged and non-privileged account.
Review permissions for objects owned by DBA or other administrative accounts.
If any objects owned by administrative accounts can be accessed by non-DBA/non-administrative users, either directly or indirectly, this is a finding.
Verify DBAs have separate administrative accounts.
If DBAs do not have a separate account for database administration purposes, this is a finding.
To list all objects owned by an administrative account that have had access granted to another account, run the query:
SELECT grantee, table_name, grantor, privilege, type from dba_tab_privs where owner= '
Revoke DBA privileges, and privileges to administer DBA-owned objects, from non-DBA accounts. Provide separate accounts to DBA for database administration.
Lavender hyperlinks in small type off to the right (of CSS
class id
, if you view the page source) point to
globally unique URIs for each document and item. Copy the
link location and paste anywhere you need to talk
unambiguously about these things.
You can obtain data about documents and items in other
formats. Simply provide an HTTP header Accept:
text/turtle
or
Accept: application/rdf+xml
.
Powered by sagemincer