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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Crystal Reports 8.5 and Oracle 1

Status
Not open for further replies.

mrm312

MIS
Feb 4, 2004
6
US
Trying to integrate Crystal reports with an Oracle web application. Is there a way to call and open the reports from PL/SQL?

Thanks,
Mike
 
Thanks! From the research I have done and the feedback I have received, it seems that Crystal Reports and ORACLE do not interface well.

Appreciate the link I'll comb throught it and see if there is any useful information.

...may need to just use Oracle Reports.

Thanks again,
Mike
 
Hi,
In Oracle forms you can create a menu item that will call a Crystal Report, and you may be able to do it within Pl/Sql with a HOST-type command- I do not know the exact method, but ultimately you need to send a URL like this one:
Code:
[URL unfurl="true"]http://YourCeServer/viewrpt.cwr?id=126311&apsname=Guest&apsauthtype=secEnterprise[/URL]

adding any parameters and values for them..


Search the Business Objects support site for a document called
SCR8_URLCMDs.pdf

It list all the commands that can be used in aURL to call a report.

[profile]
 
Crystal and Oracle work fine together, in fact Crystal supplies a Native driver which is relatively fast, and a proprietary ODBC driver, which you should use in lieu of Oracles.

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top