This problem has been posted by many developers but unfortunately I couldn't find any solution that I can use.
We are moving from Crystal Reports to SSRS reports (Report Builder 3.0), for the report development we are using oracle driver and stored procedure as the connection option.
When I try to run the query or any table I was able to run and get the required data set but when stored procedure (2 input 1 output sys_refcursor) is used I am getting below error:
ORA-06550: line 1, column 7:
PLS-00306: wrong number or types of arguments in call to 'PRocedure'
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
I tried different ways but couldn't proceed a single step ahead.