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 are valid correlations to the code to avoid or mitigate SQL Injection?
Correct Answer: A,C Vote an answer
Examine these program units:

Which two blocks will execute successfully?
Correct Answer: A,C Vote an answer
Which codes executes successfully?
Correct Answer: C Vote an answer
Which two statements are true about inlining PL/SQL subprograms? (Choose two.)
Correct Answer: A,B Vote an answer
Examine this block:

Which two will be correct after line 5?
Correct Answer: B,E Vote an answer
Examine this code:

Assuming the default edition is ORA$BASE, what is the result of the last execution of hello?
Correct Answer: D Vote an answer
Examine this code:
CREATE TYPE list_typ IS TABLE OF NUMBER;
/
DECLARE
l_list list_typ := list_typ ();
Which two executable sections will display the message TRUE?
Correct Answer: A,C Vote an answer
Which data dictionary view includes information about the parameters of procedures and functions that you can call?
Correct Answer: B Vote an answer
You are connected as SCOTT who has an EMP table with this structure:

Examine this code:

Assuming the default edition is ORA$BASE, which is correct?
Correct Answer: C Vote an answer
0
0
0
10