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 ?    2 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
 
working with Business Objects 6.1(a), i m facing a problem. when i save the BO report containing chart aswell as table in .xls then the null vlues in the table automatically are converted to 0, thereby istorting the chart also. please provide me the solution as soon as possile.  1
What are steps to be taken care to create a good Universe?  1
What is security level in BO ? Accenture1
what is aggregate navigation? CTS2
How we can add a comment in universe...?  1
what is the necessity of oracle for business objects,why the interview panel is concentrating on oracle very much? Just we need the commands using select,joins? why they r asking about cursors,triggers etc..can any body answer me ..........Thanks in advance prakash  2
what r the disadvanges in boxir2 Accenture1
How to Analyise 'Join' problem and which method is the best to resolve that ?  3
What are the types of errors you faced while creating a report from two different data providers IBM1
I have a column contains a data like A,A+,A++,B,B++ how u going to sort ther data?  3
5.what is LOV? where it is store? TCS3
What is the equivalent oracle operators for following BO Operators where we use in prompt: a. Different from pattern b.Match pattern c. Both and d.Except Nucleus-Software1
i Have created the universe in which i have one table and different derived tables from the same table i am supposed to create report from the same universe which should dispalay the duplicates rows, but all the time i run the report i am not getting the duplicate rows i have checkd the duplicate report option too in report.. is there problem with universe or report,.. can any body help?  2
Which command using Query Analyzer will give you the version of SQL server and operating system ?  1
what r the types of joins universe supports  3
Iam having an report it contain n number of rows i want to desplay each rows in one colur pls explain me its very important Zylog4
whats the Diffrerence between business objects and cognos?  1
how do u migrate BO 6.x to XI ? My Mail id is gunal_prabhu@yahoo.co.in  2
you have two tables table 1 contains emp id,name and deptno and tble 2 contains only depatment number some of the depatment no of 1st table are not present in table 2 how will you create a report only to get the departments of which excess in table 1 IBM2
How can you check the universe?  3
 
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