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

  • Exam Code/Number: 1Z0-144
  • Exam Name/Title: Oracle Database 11g: Program with PL/SQL
  • Certification Provider: Oracle
  • Corresponding Certification: Other Oracle Certification
  • Exam Questions: 103
  • Updated On: Jul 07, 2026
Identify two situations where the DBMS_SQL package should be used. (Choose two.)
Correct Answer: A,B Vote an answer
View the Exhibit and examine the structure of the customer table.

You create the following trigger to ensure that customers belonging to category "A" or "B" in the customer table can have a credit limit of more than 8000.

What is the outcome?
Correct Answer: C Vote an answer
Examine the following block of code:

Which two statements are correct about the code above? (Choose two.)
Correct Answer: C,D Vote an answer
ORDER_TOTAL is a column in the orders table with the data type and size as number (8, 2) Examine the following code:

Which statement is correct about the above code?
Correct Answer: D Vote an answer
Examine the following PL/SQL code;

The execution of the code produces errors. Identify the error in the code.
Correct Answer: B Vote an answer
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 Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Examine the following command:
SQL>ALTER SESSION
SET plsql_warnings *
'enable: severe',
'enable: performance',
'ERROR: 05003';
What is the implication of the above command?
Correct Answer: B Vote an answer
0
0
0
10