How often a compliance rule will gets evaluated?
Hi,
I have a requirement where we need to check all the dba users with default profiles. since there is no out of box rule for this requirement, I have created a configuration extension with SQL "select username from dba_users where profile='DEFAULT'". Once after targets are deployed, it loaded all the necessary data in the view MGMT$CCS_DATA.
Using the data in the above view, I have created a custom rule and included the rule in the compliance standard. For the first time, the rule got evaluated and it gave compliance score correctly.
After few days, natively on the database siginificant users were added with default profiles. Now this latest information is there in the MGMT$CCS_DATA, but the rule is not getting evaluated with the latest information.