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

177. What is the Maximum allowed length of Record group Column?

Record group column names cannot exceed 30 characters.


178. Which parameter can be used to set read level consistency across multiple queries?

Read only


179. What are the different types of Record Groups?

Query Record Groups
NonQuery Record Groups
State Record Groups


180. From which designation is it preferred to send the output to the printed?

Previewer


181. what are difference between post database commit and post-form commit?

Post-form commit fires once during the post and commit transactions process, after the database commit occurs. The post-form-commit trigger fires after inserts, updates and deletes have been posted to the database but before the transactions have been finalized in the issuing the command. The post-database-commit trigger fires after oracle forms issues the commit to finalized transactions.


182. What are the different display styles of list items?

Pop_listText_listCombo box


183. Which of the above methods is the faster method?

performing the calculation in the query is faster.


184. With which function of summary item is the compute at options required?

percentage of total functions.


185. What are parameters?

Parameters provide a simple mechanism for defining and setting the valuesof inputs that are required by a form at startup. Form parameters are variables of type char,number,date that you define at design time.


186. What are the three types of user exits available ?

Oracle Precompiler exits, Oracle call interface, NonOracle user exits.


187. How many windows in a form can have console?

Only one window in a form can display the console, and you cannot change the console assignment at runtime.

(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