Pls say any one...
how will u create a report using oracle stored procedure?
could u pls send me the step.....
Answer Posted / reshma
Deepak,
ur answer has helped me a lot.Thanx a tonne. Guys, pls
follow his steps for Creating report using SP:
1-Select Data---New Data Provider--Stored Procedure
2-Select or define the db connection
3-Choose the stored procedure
4-Specify stored procedure as the data source
5-Define parameters
Use REF CURSOR with IN/OUT parameter.
Ref cursor is a cursor variable that points to any cursor,
mainly used for returning the CURSOR OUTPUT.
Eg:
CREATE OR REPLACE PROCEDURE BO_proc(proc_cur IN OUT
sys_refcursor)
AS
BEGIN
OPEN proc_cur FOR SELECT * FROM EMP;
END;
/
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
In banking domain how many Fact tables,Dimension table are present?
When to use local filter and when to use global filter?
What is Indexing? how did u implement indexing?
Did you face any problems while creating reports? Name? Solutions?
how to create reports on screech?
What would you consider as your biggest achievement and why?
What are the data types present in bo? What happens if we implement view in the designer and report?
What task is 98% of the required work of a business analyst?
How were the reports scheduled and how to resolve unexecuted documents?
Explain about a task that really tested your analytical abilities?
What is top business?
Explain is it the job of a business analyst or systems analyst to draw the class diagram?
What is the difference between the public object&schema object?
How to do impact analysis for a change in Database field size which is assigned to a Dimension object and used in 10 universes
How to restrict password to a user while sending a document in .pdf format