DBA > Interview Resource

DataBase Administrator (DBA) 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 

(Continued from previous part...)

326. What are the different default triggers created when Master Deletes Property is set to Non-isolated?

Master Deletes Property Resulting Triggers: Non-Isolated (the default) On-Check-Delete-Master On-Clear-Details On-Populate-Details


327. What are the different default triggers created when Master Deletes Property is set to isolated?

Master Deletes Property Resulting Triggers: Isolated On-Clear-Details On-Populate-Details


328. What are the different default triggers created when Master Deletes Property is set to Cascade?

Master Deletes Property Resulting Triggers: Cascading On-Clear-Details On-Populate-Details Pre-delete


329. What is the diff. bet. setting up of parameters in reports 2.0 reports2.5?

LOVs can be attached to parameters in the reports 2.5 parameter form.


330. What are the difference between lov & list item?

Lov is a property where as list item is an item. A list item can have only one column, lov can have one or more columns.


331. What is the advantage of the library?

Libraries provide a convenient means of storing client-side program units and sharing them among multiple applications. Once you create a library, you can attach it to any other form, menu, or library modules. When you can call library program units from triggers menu items commands and user named routine, you write in the modules to which you have attach the library. When a library attaches another library, program units in the first library can reference program units in the attached library. Library support dynamic loading-that is library program units are loaded into an application only when needed. This can significantly reduce the run-time memory requirements of applications.


332. What is lexical reference?

How can it be created? - Lexical reference is place_holder for text that can be embedded in a SQL statements. A lexical reference can be created using & before the column or parameter name.


333. What is system.coordination_operation?

It represents the coordination causing event that occur on the master block in master-detail relation.

(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