Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
xfrank21
Partner - Contributor
Partner - Contributor

Oracle Stored Procedure

Hi, I have a problem with an oracle stored procedure, the stored procedure has two parameters one input and the other output, I am using the following statement:

Sql call IA_BCPortafolio.GetBilledValueCB ('01 / 10/2016 ');

I have the following error

PLS-306: wrong number or types of arguments in call to GetBilledValueCB

How would I do to return the value of the output parameter?

0 Replies