Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to execute Oracle 12c procedures from SSRS( VS 2013 & SQL server 2012 )

2997071Oct 8 2015 — edited Dec 11 2015

Hi All ,

I am trying to generate a report using SSRS( SQL server reporting services ). when I try to execute stored procedures I am getting below error. any help on this would be appreciated.

Below are the details of enviroment.

1. SQl serverr 2012

2.Oracle 12c client

3.Oracle Server 12c

4.Visual studio 2013

Query without input parameters

///////////////////////////////////////////////////////////////////

ORA-06550: line 1, column 7:

PLS-00306: wrong number or types of arguments in call to 'STOREDPROCEDURE_CODE'

ORA-06550: line 1, column 7:

PL/SQL: Statement ignored

///////////////////////////////////////////////////////////////////

1.png

2.png

procedure returning data from SQL developer

3.png

Query with input parameters

//////////////////////////////////////////////////////////////////

ORA-06550: line 1, column 7:

PLS-00306: wrong number or types of arguments in call to 'XXXXXXXXXXXXXXXXXXXX'

ORA-06550: line 1, column 7:

PL/SQL: Statement ignored

/////////////////////////////////////////////////////////////////////

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 8 2016
Added on Oct 8 2015
4 comments
4,996 views