Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Oracle 11g stored procedures and Crystal Reports XI

Status
Not open for further replies.

sqlseer

MIS
Nov 20, 2009
1
US
Please help. My organization imports reports and expects a Call statement in the Command window of Crystal Reports (instead of a direct link to the database).

We successfully do this with MSSQL, iSeries(AS400), and DB2. We have a new client that uses Oracle 11g.

We also use JDBC connection, so ODBC and OLEDB connections are disabled.

We can get crystal and Oracle to communicate but have to use the JDBC Oracle thin driver (ojdbc6.jar) and connect to the stored procedure by selecting it in the crystal schema tree. Unfortunately, our application does not recieve any data. We've read that Oracle 11g stored procedures do not return result sets and expect this is why the application does not receive data.

Does anyone out there have a similar set up and know how to call a stored procedure from crystal in such a way that a result set is retrieved?

I'm sorry if I'm not being clear, I don't know Oracle all that well in order to refer to the correct technical objects.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top