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...)

677. Can u have OLE objects in forms?

Yes.


678. Can u have VBX and OCX controls in forms ?

Yes.


679. What r the types of windows (Window style)?

Specifies whether the window is a Document window or a Dialog window.


680. What is OLE Activation style property?

Specifies the event that will activate the OLE containing item.


681. Can u change the mouse pointer ? How?

Yes. Specifies the mouse cursor style. Use this property to dynamically change the shape of the cursor.


682. How many types of columns are there and what are they

Formula columns :: For doing mathematical calculations and returning one value Summary Columns :: For doing summary calculations such as summations etc. Place holder Columns :: These columns are useful for storing the value in a variable


683. Can u have more than one layout in report

It is possible to have more than one layout in a report by using the additional layout option in the layout editor.


684. Can u run the report with out a parameter form

Yes it is possible to run the report without parameter form by setting the PARAM value to Null


685. What is the lock option in reports layout

By using the lock option we cannot move the fields in the layout editor outside the frame. This is useful for maintaining the fields .


686. What is Flex

Flex is the property of moving the related fields together by setting the flex property on


687. What are the minimum number of groups required for a matrix report

The minimum of groups required for a matrix report are 4 e -----

(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