"Invalid" database objects in Oracle DB listed as vulnerability in CA Identity Manager for Virtual Appliance
search cancel

"Invalid" database objects in Oracle DB listed as vulnerability in CA Identity Manager for Virtual Appliance

book

Article ID: 16779

calendar_today

Updated On:

Products

CA Identity Manager CA Identity Governance CA Identity Portal

Issue/Introduction



After deploying Virtual Appliance 14.1 using Oracle 12c as an external database. A vulnerability report was ran and showed that the "invalid" database objects as a potential vulnerability. Should this value be changed to "valid" or can it be ignored?

Environment

Release: CAIDMB99000-14.1-Identity Manager-B to B
Component:

Resolution

These "invalid" objects will be formed if there is a change in the schema, automatically these will get converted into valid, whenever these objects are invoked.

These can be ignored are there won't be a problem leaving the objects as "invalid". If a decision is made to change the objects to valid, here are the following steps:

EXEC DBMS_UTILITY.compile_schema(schema => 'SCOTT');

This would make all the 'invalid' objects to 'valid'