Exam 1z0-149 All QuestionsBrowse all questions from this exam
Question 54

Which two are true about using the ACCESSIBLE BY clause? (Choose two.)

    Correct Answer: A, D

    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).

Discussion
jfc1Options: AD

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

AlCoholic69Options: AD

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."

2oracleexamOptions: AD

A and D

thranduyl

C Its wrong

thranduylOptions: AD

C Its wrong