How to use a Get Ref Cursor with Eclipselink Storedfunctioncall ?
(Doc ID 1383512.1)
Last updated on JULY 05, 2021
Applies to:
Oracle TopLink - Version 11.1.1.0.2 and laterInformation in this document applies to any platform.
Goal
An Oracle Database Server stored function is returning a REF Cursor as the following :
Using EclipseLink 2.1.x , the question is to know how to obtain the results of this cursor using the org.eclipse.persistence.queries.StoredFunctionCall class.
The goal of this Note is to show how to use the get ref cursor using an Eclipselink StoredFunctionCall .
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |