Call oracle function returning reference cursor

pnaik1
Level 3
Call oracle function returning reference cursor

Is there any way we can call Oracle function returning reference cursor. I am using following SQL query to call it but it is not returning any value:

 

 

SELECT DBNAME."DATAIKUEXTRACT$B".FunctionName(TO_DATE('2020-07-09','YYYY-MM-DD') ) XXX FROM DUAL;

 

 

 
0 Kudos
1 Reply
CoreyS
Dataiker Alumni

Hi, @pnaik1! Can you provide any further details on the thread to assist users in helping you find a solution (insert examples like DSS version etc.) Also, can you let us know if you’ve tried any fixes already?This should lead to a quicker response from the community.

Looking for more resources to help you use Dataiku effectively and upskill your knowledge? Check out these great resources: Dataiku Academy | Documentation | Knowledge Base

A reply answered your question? Mark as ‘Accepted Solution’ to help others like you!
0 Kudos