QuestionQ22
PL/SQL Language FundamentalsExamine the following statements:

Which statement is true?
- A It will result in a compilation error for protected_proc because calling_proc does not exist.
- B It will result in a compilation error for protected_proc because calling_proc must be prefixed with the schema name.
- C It will result in a successful compilation because objects referenced in an ACCESSIBLE BY clause are not checked at compile time.
- D With adequate privileges, PROTECTED_PROC procedure can be called by other programs apart from CALLING_PROC.
Community Discussion