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

246. What are the built-ins used for Creating and deleting groups?

CREATE-GROUP (function)
CREATE_GROUP_FROM_QUERY(function)
DELETE_GROUP(procedure)


247. What are different types of canvas views?

Content canvas views
Stacked canvas views
Horizontal toolbar
vertical toolbar.


248. What are the different types of Delete details we can establish in Master-Details?

Cascade
Isolate
Non-isolate


249. What is relation between the window and canvas views?

Canvas views are the back ground objects on which you place the interface items (Text items), check boxes, radio groups etc.,) and boilerplate objects (boxes, lines, images etc.,) that operators interact with us they run your form . Each canvas views displayed in a window.


250. What is a User_exit?

Calls the user exit named in the user_exit_string. Invokes a 3Gl program by name which has been properly linked into your current oracle forms executable.


251. How is it possible to select generate a select set for the query in the query property sheet?

By using the tables/columns button and then specifying the table and the column names.


252. How can values be passed bet. precompiler exits & Oracle call interface?

By using the statement EXECIAFGET & EXECIAFPUT.


253. How can a square be drawn in the layout editor of the report writer?

By using the rectangle tool while pressing the (Constraint) key.


254. How can a text file be attached to a report while creating in the report writer?

By using the link file property in the layout boiler plate property sheet.


255. How can I message to passed to the user from reports?

By using SRW.MESSAGE function.

(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