Oracle 1Z1-144 Actual Free Exam Questions & Community Discussion

  • Exam Code/Number: 1Z1-144
  • Exam Name/Title: Oracle Database 11g: Program with PL/SQL
  • Certification Provider: Oracle
  • Corresponding Certification: Other Oracle Certification
  • Exam Questions: 103
  • Updated On: Sep 22, 2026
Examine the following DECLARE section of PL/SQL block:

Which line in the above declaration would generate an error?
Correct Answer: D Vote an answer
Examine the following package specification.
SQL>CREATE OR REPLACE PACKAGE emp_pkf IS PROCEDURE search_emp (empdet NUMBER); PROCEDURE search_emp (empdet DATE); PROCEDURE search_emp (empdet NUMBER); RETURN VERCHAR2 PROCEDURE search_emp (empdet NUMBER); RETURN DATE END emp_pkg / The package is compiled successfully
Why would it generate an error at run tune?
Correct Answer: C Vote an answer
View the Exhibit to examine the PL/SQL code:

SREVROUPUT is on for the session. Which statement Is true about the output of the PL/SQL block?
Correct Answer: C Vote an answer
You execute the following block of code:

Which statement is true about the outcome?
Correct Answer: A Vote an answer
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: D Vote an answer
Which two statements are true about the PL/SQL initialization parameters? (Choose two.)
Correct Answer: A,D Vote an answer
Which two statements are true about the instead of triggers? (Choose two.)
Correct Answer: A,C Vote an answer
Which two statements are true about anonymous blocks and named subprograms?
(Choose two)
Correct Answer: A,D Vote an answer
Identify situations in which the DBMS_SQL package is the only applicable method of processing dynamic SQL. (Choose all that apply.)
Correct Answer: B,C Vote an answer
You want to maintain an audit of the date and time when each user of the database logs off.
Examine the following code:

Which two clauses should be used to fill in the blanks and complete the above code?
(Choose two.)
Correct Answer: B,D Vote an answer
0
0
0
10