Examine these statements:
Which is true?
Examine these statements:
Which is true?
In Oracle, the ACCESSIBLE BY clause does not require that the referenced object be present at the compile time. This means the procedure 'protected_proc' will compile successfully even if 'calling_proc' does not exist, as objects referenced in an ACCESSIBLE BY clause are not checked at compile time.
C is the correct answer
Correct Answer is "C" "Oracle An entity named in an accessor is not required to exist." https://docs.oracle.com/en/database/oracle/oracle-database/12.2/lnpls/ACCESSIBLE-BY-clause.html#GUID-9720619C-9862-4123-96E7-3E85F240FF36
C is correct
C is correct.
C, TESTED!
Why is it show A as the correct answer when the correct answer is C?
C is correct from 12.2