Oracle 1z1-148 Actual Free Exam Questions & Community Discussion

  • Exam Code/Number: 1z1-148
  • Exam Name/Title: Oracle Database: Advanced PL/SQL
  • Certification Provider: Oracle
  • Corresponding Certification: Oracle Database 12c
  • Exam Questions: 108
  • Updated On: Jul 11, 2026
Examine this code:

Which two corrections must be applied for this anonymous block to execute successfully?
Correct Answer: C,F Vote an answer
Identify the two correct scenarios where a function can be optimized using the function result cache feature.
Correct Answer: A,D Vote an answer
Which PRAGMA statement may enable associated PL/SQL functions to run more efficiently when called from SQL?
Correct Answer: A Vote an answer
Which two PL/SQL blocks give the output "this is a test message"?
Correct Answer: A,D Vote an answer
Examine this code:

Users of this function may set different date formats in their sessions.
Which two modifications must be made to allow the use of your session's date format when outputting the cached result of this function?
Correct Answer: A,B Vote an answer
You execute this PL/SQL block:

What will be the outcome?
Correct Answer: E Vote an answer
Examine this function call:
cur_num := DBMS_SQL.TO_CURSOR_NUMBER (cur_val);
Which two statements are true?
Correct Answer: B,E Vote an answer
Which three statements are true about varrays in a database table column? (Choose three.)
Correct Answer: C,F,G Vote an answer
Consider a function totalEmp () which takes a number as an input parameter and returns the total number of employees who have a salary higher than that parameter.
Examine this PL/SQL package AS

Which two definitions of totalEmp () result in an implicit conversion by Oracle Database on executing this PL/SQL block?
Correct Answer: A,D Vote an answer
0
0
0
10