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 ?