
Oracle Database 11g: Program with PL/SQL - 1Z0-144 Exam Questions
QUESTION NO: 1
In which of the following scenarios would you recommend using associative arrays?
In which of the following scenarios would you recommend using associative arrays?
Correct Answer: A,B
QUESTION NO: 2
View the Exhibit and examine the structure of the departments table in SCOTT's schema.

Examine the following block of code:
CREATE OR REPLACE PROCEDURE add_dept(
p_id NUMBER, p_name VARCHAR2) IS
BEGIN
INSERT INTO departments VALUES <p_id, p_name, NULL, NULL);
END;
/
The above procedure is created by user SCOTT. Another user JONES needs to use the
procedure.
Which two statements are true in the above scenario? (Choose two.)
View the Exhibit and examine the structure of the departments table in SCOTT's schema.

Examine the following block of code:
CREATE OR REPLACE PROCEDURE add_dept(
p_id NUMBER, p_name VARCHAR2) IS
BEGIN
INSERT INTO departments VALUES <p_id, p_name, NULL, NULL);
END;
/
The above procedure is created by user SCOTT. Another user JONES needs to use the
procedure.
Which two statements are true in the above scenario? (Choose two.)
Correct Answer: A,C
QUESTION NO: 3
Examine the following code:

Which two statements are true about the above function? (Choose two.)
Examine the following code:

Which two statements are true about the above function? (Choose two.)
Correct Answer: B,E
QUESTION NO: 4
Which two statements are true about the handling of internally defined or user-defined PL7SQL exceptions? (Choose two.)
Which two statements are true about the handling of internally defined or user-defined PL7SQL exceptions? (Choose two.)
Correct Answer: A,D
QUESTION NO: 5
View the Exhibit and examine the code and its outcome on execution:

What would be the effect on the two procedures if the value of debug is set to false? (Choose two.)
View the Exhibit and examine the code and its outcome on execution:

What would be the effect on the two procedures if the value of debug is set to false? (Choose two.)
Correct Answer: A,D
QUESTION NO: 6
Identify two features of obfuscation. (Choose two.)
Identify two features of obfuscation. (Choose two.)
Correct Answer: A,C
QUESTION NO: 7
Which two statements are true about PL/SQL exception propagation? (Choose two.)
Which two statements are true about PL/SQL exception propagation? (Choose two.)
Correct Answer: B,C
QUESTION NO: 8
Which system events can be used to create triggers that fire both at database and schema levels? (Choose all that apply)
Which system events can be used to create triggers that fire both at database and schema levels? (Choose all that apply)
Correct Answer: B,D
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 9
View the Exhibit and examine the blocks of code that you plan to execute. Which statement is true about the blocks of code?

View the Exhibit and examine the blocks of code that you plan to execute. Which statement is true about the blocks of code?

Correct Answer: D
QUESTION NO: 10
View the Exhibit and examine the structure of the AUDIR_CUST table.
Exhibit Missing
CUST_ID and CUST_LIMIT are existing columns in the CUSTOMER table.
Examine the following trigger code:

Which statement is true about the above trigger?
View the Exhibit and examine the structure of the AUDIR_CUST table.
Exhibit Missing
CUST_ID and CUST_LIMIT are existing columns in the CUSTOMER table.
Examine the following trigger code:

Which statement is true about the above trigger?
Correct Answer: B




