DEVFYI - Developer Resource - FYI

ORACLE Interview Questions and Answers

Part:   1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30   31  32  33  34  35  36  37  38  39  40  41  42  43  44  45  46  47  48  49  50  51  52  53  54  55  56  57  58  59  60  61  62  63  64  65  66  67  68  69  70  71  72  73  74  75  76  77  78  79  80  81  82  83  84  85  86  87  88  89  90  91  92  93  94  95  96  97  98  99  100  101  102  103  104  105  106 

(Continued from previous part...)

286. How can a group in a cross products be visually distinguished from a group that does not form a cross product?

A group that forms part of a cross product will have a thicker border.


287. What is the frame & repeating frame?

A frame is a holder for a group of fields. A repeating frame is used to display a set of records when the no. of records that are to displayed is not known before.


288. What is a combo box?

A combo box style list item combines the features found in list and text item. Unlike the pop list or the text list style list items, the combo box style list item will both display fixed values and accept one operator entered value.


289. What are three panes that appear in the run time pl/sql interpreter?

1. Source pane.
2. interpreter pane.
3. Navigator pane.


290. What are the two panes that Appear in the design time pl/sql interpreter?

1. Source pane.
2. Interpreter pane


291. What are the two ways by which data can be generated for a parameters list of values?

1. Using static values.
2. Writing select statement.


292. What are the various methods of performing a calculation in a report ?

1. Perform the calculation in the SQL statements itself.
2. Use a calculated / summary column in the data model.


293. What are the default extensions of the files created by menu module?

.mmb,
.mmx


294. What are the default extensions of the files created by forms modules?

.fmb - form module binary
.fmx - form module executable


295. To display the page no. for each page on a report what would be the source & logical page no. or & of physical page no.?

& physical page no.

(Continued on next part...)

Part:   1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30   31  32  33  34  35  36  37  38  39  40  41  42  43  44  45  46  47  48  49  50  51  52  53  54  55  56  57  58  59  60  61  62  63  64  65  66  67  68  69  70  71  72  73  74  75  76  77  78  79  80  81  82  83  84  85  86  87  88  89  90  91  92  93  94  95  96  97  98  99  100  101  102  103  104  105  106 

ORACLE Interview Questions and Answers