Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I have below job ---passing boolean value to Oracle Stored procedure but getting error "PLS-00306: wrong number or types of arguments in call to 'My_Proc'"
tFixedFlowInput (declared a variable boolean type and assign a value false) ---> tOracleSP (here I am calling SP having only 1 boolean parameter)
and when I am running the job, getting below error:
"PLS-00306: wrong number or types of arguments in call to 'My_Proc'"
Am I doing wrong here ?
Please assist.
Regards,
Rakesh D