Why Oracle SP with parameter Not Working with SSRS Report

300 Views Asked by At

I am trying to build SSRS report which using Oracle SP as backend to get data from Oracle DB. SP have only one input parameter & out put parameter ref cursor. On my client machine this is working fine but once I deployed on SSRS server it giving me error. But same SP without any parameter or with one input parameter working on SSRS server ODAC Driver Installed on SSRS server. Error Message: System.Data.OracleClient.OracleException (0x80131938): ORA-06550: line 1, column 7: PLS-00306: wrong number or types of arguments in call to 'get_name' ORA-06550: line 1, column 7: PL/SQL: Statement ignored

0

There are 0 best solutions below