ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Data Warehouse  >>  Business Objects
 
 


 

 
 Teradata interview questions  Teradata Interview Questions
 Business Objects interview questions  Business Objects Interview Questions
 Cognos interview questions  Cognos Interview Questions
 Informatica interview questions  Informatica Interview Questions
 Crystal Enterprise Suite interview questions  Crystal Enterprise Suite Interview Questions
 Actuate interview questions  Actuate Interview Questions
 Ab Initio interview questions  Ab Initio Interview Questions
 Data Stage interview questions  Data Stage Interview Questions
 SAS interview questions  SAS Interview Questions
 Micro Strategy interview questions  Micro Strategy Interview Questions
 ETL interview questions  ETL Interview Questions
 Data Warehouse General interview questions  Data Warehouse General Interview Questions
Question
Pls say any one...
how will u create a report using oracle stored procedure?
could u pls send me the step.....
 Question Submitted By :: Chandru
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Pls say any one... how will u create a report using oracle stored procedure? could u pls send me the step.....
Answer
# 1
u need to create a stored procedure using in/out parameter
of a ref cursor.the parameter of the proc should be in only.
then create a connection to the database using middleware.
suppose u have created a proc on oracle 9i, then make the
connection using oracle client.mention the user
name/password and the data base name in the connection.
then in the report section use the stored procedure as data
provider and select the proc using which you want data ang
generate the report.

deepak
 
Is This Answer Correct ?    1 Yes 0 No
Deepak
 
  Re: Pls say any one... how will u create a report using oracle stored procedure? could u pls send me the step.....
Answer
# 2
Hi Deepak,
 Thanks for giving this information.

if it possible give me a sample stored procedure coding ...
 
Is This Answer Correct ?    0 Yes 0 No
Chandru
 
 
 
  Re: Pls say any one... how will u create a report using oracle stored procedure? could u pls send me the step.....
Answer
# 3
hi chandu,
this is a sample one

create or replace procedure proc_name(proc_cur in out 
sys_refcursor)
as
begin
open proc_cur for select * from tab;
end;
 
Is This Answer Correct ?    0 Yes 0 No
Deepak
 
  Re: Pls say any one... how will u create a report using oracle stored procedure? could u pls send me the step.....
Answer
# 4
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 ?    0 Yes 0 No
Reshma
 

 
 
 
Other Business Objects Interview Questions
 
  Question Asked @ Answers
 
Why do we need metrics and sets?  1
What is the use of Surrogate Key in BO? IBM1
How can you check the universe?  3
WHAT KIND OF TOOL BO IS?  5
in universe perameter u dont give the option multiple contexts ,what is the impact in report level Accenture2
is there any limit for rows and columns in cross tab  3
How can we improve performance?  2
Can we edit BOMain.Key file to connect with other repository with same supervisor user name and password. But Database is different. TCS2
In a report i want to fetch teh data from 2 data Providers. which condetion wil satisfy to link the 2 data providers. ex: Q1 have columns A,B,C Q2 has a X,Y,Z columns. requirement is like i want to get all the columns from those 2 tables in report level..like A,B,C,X,Y,Z in a single report.  3
Explain in Detail about Measure Objects? and what is the use of it? How to create it?  4
what is prompt? Cascading prompt? Syntax TCS3
How do u get requirement from the client? in what format? TCS1
how do u resolve contexts ? Wipro4
What is meant by ZABO and FC(full-client)?  2
what r the types of joins universe supports  3
Hi I am starter in BOXIR2.CAn anyone plz tell me the user identification details to be entered at the time of login to designer/deski  1
What is casual dimension?  2
Is it possible to develop reports without Universe access? IBM4
HOW YOU WORKED WITH MULTIPLE DATA SOURCES?IF YES ?HOW DO YOU LINK THEM? CitiGroup3
Instead of cms which server you have to use? CTS1
 
For more Business Objects Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com