ExamQuestions.com

Register
Login
Oracle Database 11g Advanced PLSQL Exam Questions

Oracle

Oracle Database 11g Advanced PLSQL

15 / 68

Question 15:

Identify three guidelines for the DBMS_ASSERT package.(Choose three.) 

Answer options:

A. Prefix all calls to DBMS_ASSERT with the SYS schema name
B. Embed DBMS_ASSERT verification routines inside the injectable string
C. Escape single quotes when you use the ENQUOTE_LITERAL procedur e
D. Define and raise exceptions explicitly to handle DBMS_ASSERT exceptions
E. Prefix all calls to DBMS_ASSERT with a schema name that owns the subprogram that uses the DBMS_ASSERT package