Saturday, November 28, 2009

Oracle Reports FAQ-1

1.How many types of Columns are there in Reports6i?
There are three types of Columns. Formula Column, summary column, placeholder column.

2.Can you have more than one layout in One Report?
It is possible to have more than one layout in one report by using additional layout option in Layout Editor.

3.Can you run Report without Parameter Form?
Yes it is possible to run the report without parameter form by setting the PARAM value to Null

4.What are the minimum number of groups required for a matrix report?
The minimum of groups required for a matrix report are 4


5.Which of the following Option is valid for Panel/Print Order Property in Report Builder?
Across Down/Down Across

6.What is default Unit of Measurement in Report?
Default Unit of measurement is Inch.

7.How many types of Parameters are available in Reports?
There are two types of Parameters available in Reports
One is System Parameter and another is User Parameter.

8.What is the purpose of PlaceHolder Column in Report?
A column for which you set the datatype and value in PL/SQL that you define.

9.What is the purpose of Summary Column in Reports?
A performs a computation on another column's data.

10.What is the purpose of Formula Columns?
A column performs a user-defined computation on another column(s) data, including placeholder columns.

11.Which of the following Procedures displays message number and text that you specify?
SRW.MESSAGE
This procedure displays a message with the message number and text that you specify.  The message is displayed in the format below.  After the message is raised and you accept it, the report execution will continue.

12.What are bind variables?
Variable  that are used to replace a single value in SQL or PL/SQL, such as a character string, number, or date.  Specifically, bind references may be used to replace expressions in SELECT, WHERE, GROUP BY, ORDER BY, HAVING, CONNECT BY, and START WITH clauses of queries.  Bind references may not be referenced in FROM clauses or in place of reserved words or clauses.

13.Can lexical reference be made in PL/SQL statement?
No

14.Following of which trigger will fire first?
   1. Between Pages
   2. After Parameter Form
   3. Before Parameter Form
   4. Before Reprort
Answer : C

15. Is there a way to change the same format mask in a lot of fields in one step?
Select all the Items and change the format mask for all the item once.

2 comments:

  1. Excellent blog. You have shared plenty of useful articles that shares information about Oracle. I am too learning this interesting programming language and it will be a great support to me to take help on all the related topics. Thank you.
    sap support pack

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete