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
Which two can be used to find details of parameters for overloaded PL/SQL routines?
Correct Answer: C,E Vote an answer
The EMPLOYEES table exists in your schema and has columns LAST_NAME of data type VARCHAR2 and DEPARTMENT_ID of data type NUMBER.
There are six employees in DEPARTMENT_ID, 20. Examine this code:

What will be the outcome on execution?
Correct Answer: B Vote an answer
Examine the structure of the EMP table:
Name Null? Type
------------------ -------------- ---------------------
EMPNO NOT NULL NUMBER (4)
ENAME VARCHAR2 (10)
SAL NUMBER (7, 2)
Examine this code:

Which code should be inserted to display the collection contents?
Correct Answer: C Vote an answer
Which must be true in order to add RESULT_CACHE to a function header and have it compile successfully?
Correct Answer: C Vote an answer
A products TABLE exists with a PROD_ID column.
Examine this PL/SQL block:

Which statement is true?
Correct Answer: B,C Vote an answer
Examine this code:

Examine this query:
SELECT ename, d.dname, job, sal, comm FROM emp e, dept d WHERE d.deptno = e.deptno; Which statement is correct regarding the execution of this SQL query?
Correct Answer: D Vote an answer
Which two statements are true about conversion from DBMS_SQL to native dynamic SQL? (Choose two.)
Correct Answer: C,E Vote an answer
This result cache is enabled for the database instance.
Examine this code for a PL/SQL function:

Which two actions would ensure that the same result will be consistently returned for any session when the same input value is passed to the function?
Correct Answer: A,D Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
With SERVEROUTPUT enabled, you successfully create the package YEARLY_LIST:

Examine this code:

You want to display the contents of CREATE_LIST.
Which two lines need to be corrected in the PL/SQL block? (Choose two.)
Correct Answer: C,E Vote an answer
0
0
0
10