Which two are true about using the ACCESSIBLE BY clause? (Choose two.)
Which two are true about using the ACCESSIBLE BY clause? (Choose two.)
The ACCESSIBLE BY clause can be used in the declaration of object types, ensuring only specified PL/SQL units can access the object type (A). It can also be used for individual procedures and functions declared in a package specification, to control access at a more granular level within the package (D).
AD is correct https://docs.oracle.com/en/database/oracle/oracle-database/12.2/lnpls/ACCESSIBLE-BY-clause.html#GUID-9720619C-9862-4123-96E7-3E85F240FF36
A, D https://docs.oracle.com/en/database/oracle/oracle-database/12.2/lnpls/ACCESSIBLE-BY-clause.html#GUID-9720619C-9862-4123-96E7-3E85F240FF36 "The ACCESSIBLE BY clause allows access only when the call is direct. The check will fail if the access is through static SQL, DBMS_SQL, or dynamic SQL."
A and D
C Its wrong
C Its wrong