You are on page 1of 5

Oracle Forms 6i 1. A. B. C. 2) A. B. C. 3. A. B. C. D. Can you change the mouse pointer ?

Yes No None Can you have VBX and OCX controls in forms ? No Yes None What is Current record attribute property? Specifies the name of the .FMX file of the Specifies the number of the current record Specifies the number of the current record Specifies the name of the current form, as Name property. 4. A. B. C. D. 5. A. B. C. D. 6. A. B. C. D. 7. A. B. C. D. Can you port applictions across the platforms? how? No Yes Depends on Platform used None Following one is a Property of Call_Form. opens a separate, independent form replaces the current form with a different form calls a modal form None How many types of Canvases are available in Forms? Three Two One Four Can a button have icon and lable at the same time ? Yes None No Depends on icon type form currently being executed. in the block's list of records.. in the block's list of records.. indicated by the form module

8. Which of the Following statement is Valid for static group? A. A Record group that has an associated SELECT statement B. A Record group that is not associated with a query; rather, you define its structure and row values at design time, and they remain fixed at runtime. C. A Record group that is a group that does not have an associated query, whose structure and values can be modified programmatically at runtime D. Non of the above. but

9. What is the Sequence of Trigger Firing in Forms?

A. First Item, then Block and then Form Level B. First Form Level, Block Level then Item Level C. First Block Level, Then Form Level then Item Level D. There is no such sequence of firing 10. What is a Secure Property? A. Hides characters that the end user enters for the substitution parameter. B. Displays characters that the end user enters for the substitution Parameter C. Determines whether Form Builder hides the window automatically when the end u ser navigates to an item in another window D. makes the current menu disappear 11. How many types of Window Styles are available in Forms? A. B. C. D. One Two Three Four

12. Can you issue DDL in forms? A. Yes B. No C. None 13. Say, you have created al named alert_info. How many alert buttons will be available for alert buttons? A. B. C. D. Two One Three Can define any n numbers of buttons

14. In Record Group Total Number of Columns should not exceed.. A. 32k B. 128 K C. 16 K D. 64 K

15. System variable :System.Record_status Defines

A. Represents the status of the record where the cursor is located. B. Represents the status of a Data block where the cursor is located, or the cur rent data block during trigger processing C. Status of Current form D. None 16. POST built-in is used to A. Writes data in the form to the database, but does not perform a database comm it. Form Builder first validates the form B. Causes Form Builder to update data in the database to match data in the form. C. Form Builder rolls back uncommitted changes (including posted changes) to the last save point. D. Form Builder does not issue a rollback, and posted changes are preserved 17. Executable Forms Menu File has an extension A. .mmb B. .mmx C. .fmb D. .fmx 18. SYSTEM.MESSAGE_LEVEL stores one of the following message severity levels A. 0,10,15 B. 0,10,15,20 C. 0 D. 0,10,15,20,25 19. To get the name of the Operating System on which application is running, fol lowing built-in is used. A. GET_CUSTOM_PROPERTY B. GET_OS_PROPERTY C. GET_APPLICATION_PROPERTY D. GET_FORM_PROPERTY 20. Can Forms be connected to SQL SERVER? A. Yes B. No C. None 21. Is Forms 6i is Object Oriented Tool? A. No B. Yes C. None 22. Can object group have a block A. Yes B. No 22. Can you call WIN-SDK thruo' user exits? A. No B. Yes 24. Does user exits supports DLL on MSWINDOWS ? A. YES B. NO 25. Query System Mode Indicates

A. Indicates that the form is currently in normal processing mode. B. Indicates that the form is currently in Enter Query mode. C. Both A and B D. Indicates that the form is currently in fetch processing mode, meaning that a query is currently being processed. 26. How many types of System Modes are available? A. One B. Four C. Three D. Two 27. In Release 5.0 and later, cursor mode is handled automatically by Form Build er. Is it True? A. Yes B. No 28. Whats the Use of Delayed Locking Mode Property? A. Form Builder locks the row only while it posts the transaction to the databas e, not while the end user is editing the record. Form Builder prevents the comm it action from processing if values of the fields in the block have changed when the user causes a commit action. B. Identical to Immediate if the datasource is an Oracle database. For other dat asources, Form Builder determines the available locking facilities and behaves a s much like Immediate as possible. C. Form Builder locks the corresponding row as soon as the end user presses a ke y to enter or edit the value in a text item. D. All Above 29. CREATE OR REPLACE FUNCTION set_budget (v_studio_id IN NUMBER, v_new_budget IN NUMBER) IS BEGIN UPDATE emp SET sal = v_new_budget WHERE empno = v_studio_id; IF SQL%FOUND THEN RETURN TRUE; ELSE RETURN FALSE; END IF; COMMIT; END; Which code must be added to successfully compile this function? A.Add B.Add C.Add D.Add "RETURN;" right before the "IS" keyword. "RETURN number" right before the "IS" keyword. "RETURN boolean" right after the "IS" keyword. "RETURN boolean" right before the "IS" keyword.

30. The function ID_NULL that is used to test whether the object id is Available or not, the function returns which of the following value?

A. B. C. D.

Varchar2 Number Boolean Char

You might also like