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 using the OR REPLACE clause when creating named subprograms? (Choose two.)
Correct Answer: A,D Vote an answer
Which two are true about lexical units? (Choose two.)
Correct Answer: B,E Vote an answer
Which three are true about user-defined functions? (Choose three.)
Correct Answer: A,B,D Vote an answer
Which two are true about exception handling? (Choose two.)
Correct Answer: C,E Vote an answer
In which type of trigger can :OLD and :NEW identifiers be used?
Correct Answer: C Vote an answer
Which is true about counter variables in a FOR loop?
Correct Answer: B Vote an answer
User ORA41 executes these statements successfully:
Now, examine this statement which is executed successfully by user ORA61 after a successful login:
EXECUTE ora41.update_emp_proc(100,25000);
Which two are true? (Choose two.)
Correct Answer: A,B Vote an answer