Free Oracle 1Z0-149 Practice Test & Real Exam Questions

  • Exam Code/Number: 1Z0-149
  • Exam Name/Title: Oracle Database 19c: Program with PL/SQL
  • Certification Provider: Oracle
  • Corresponding Certification: Oracle Database PL/SQL Developer Certified Professional
  • Exam Questions: 67
  • Updated On: Aug 15, 2026
Which two statements are true about the RETURNING clause when used with DML? (Choose two.)
Correct Answer: C,D Vote an answer
Examine the SH.PRODUCTS table:

A row exists in SH.PRODUCTS with PDT_ID = 1.
Now, examine this code and output executed by SH:

Now, examine this block of code:

Which error message(s) does it display on execution by user SH?
Correct Answer: C Vote an answer
Examine this row of data from the EMPLOYEES table:

Now, examine this block of code which executes successfully:

What is the value of v_commission?
Correct Answer: D Vote an answer
Which two are true about packages? (Choose two.)
Correct Answer: B,E Vote an answer
Examine these statements:

Which two are true? (Choose two.)
Correct Answer: A,B Vote an answer
Which two are valid MODIFIER values for the PLSQL_WARNINGS parameter? (Choose two.)
Correct Answer: A,E Vote an answer
Examine this anonymous block of code:

Which two statements are true about the results of executing it? (Choose two.)
Correct Answer: A,D Vote an answer