Database Install/Upgrade/Opatch (MOSC)

MOSC Banner

CIS Oracle Database 19c Benchmark V1.0.0

Currently looking at recommendation 5.1.3.2 - Ensure 'ALL' Is Revoked from Unauthorized 'GRANTEE' on 'DBA_%'

The implication for the remediation of this is that the below command will run and only the <Non-DBA/SYS grantee> needs to be replaced. 

REVOKE ALL ON <DBA_%> FROM <Non-DBA/SYS grantee>;

This is not the case as the <DBA_%> portion of the statement does not work either.

Does the statement need to be run for each table (e.g. DBA_FLASHBACK_ARCHIVE, DBA_TAB_PENDING_STATS) where PUBLIC is the grantee ?

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center