Jump to content
Changes to the Jaspersoft community edition download ×

Call PL/SQL function with output cursor parameter


mmm.shz87

Recommended Posts

Hi all,

I have a function in my PL/SQL package of Oracle database that has a parameter as out parameter and with "SYS_REFCURSOR" type. Indeed, the result of the query is saved in the out parameter. Now, I do not know how to call function in jasper and use the result of it wich can access as out parameter with type of "SYS_REFCURSOR".  Could you please help me to solve this problem?

The declaration of function is 

FUNCTION Function_Name(O_CURSOR OUT SYS_REFCURSOR) RETURN Return_Type;

Also I use Jaspersoft Studio 6.3.1.

Thanks a lot for your time in advance.

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...