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!

Returning data from oracle procedure

Status
Not open for further replies.

MikeKeane

Programmer
Sep 5, 2001
13
GB
Hi,
Does anybody know how to return query rresults from an oracle procedure using business objects?

Thanks
 
Open BusinessObjects.

Create a new report with new report wizard.
create a new report

in specify data access page select 'others'
select 'Stored Procedure'

Select a connection : fi you do not see any available connection then go to desiner universe and create one.

Select the required Stored procedure

You are all set.

 
Yes. If you have any input parameters, select the name of the parameter and type the value for that in value box
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top