-
What Enter package procedure does ?
Enter Validate-data in the current validation unit.
-
What is the difference between NAME_IN and COPY ?
Copy is package procedure and writes values into a field.Name in is a package function and returns the contents of the variable to which you apply.
-
Identify package function from the following ?
1. Error-Code 2. Break 3. Call 4. Error-text 5. Form-failure 6. Form-fatal 7. Execute-query 8. Anchor View 9. Message_code 1. Error_Code ...
-
What the PAUSE package procedure does ?
Pause suspends processing until the operator presses a function key
-
What package procedure is used for calling another form ?
Call (E.g. Call(formname)
-
What package procedure used for invoke sql *plus from sql *forms ?
Host (E.g. Host (sqlplus))
-
Error_Code is a package proecdure ?
a. True b. false False.
-
EXIT_FORM is a restricted package procedure ?
a. True b. False True.
-
-
List the system variables related in Block and Field?
1. System.block_status 2. System.current_block 3. System.current_field 4. System.current_value 5. System.cursor_block 6. System.cursor_field 7. System.field_status.
-
What is the difference between system.current_field and system.cursor_field ?
1. System.current_field gives name of the field. 2. System.cursor_field gives name of the field with block name.
-
What is an User Exits ?
A user exit is a subroutine which are written in programming languages using pro*C pro *Cobol , etc., that link into the SQL * forms executable.
-
What do you mean by a page ?
Pages are collection of display information, such as constant text and graphics.
-
-
Two popup pages can appear on the screen at a time ?
a. True b. False a. True.
-
What is the significance of PAGE 0 in forms 3.0 ?
Hide the fields for internal calculation.
-
Deleting a page removes information about all the fields in that page ?
a. True. b. False a. True. Popup Window :
-
What do you mean by a pop-up window ?
Pop-up windows are screen areas that overlay all or a portion of thedisplay screen when a form is running.
-
What are the types of Pop-up window ?
the pop-up field editor pop-up list of values pop-up pages. Alert :
-
What are the design facilities available in forms 4.0?
Default Block facility. Layout Editor. Menu Editor. Object Lists. Property Sheets. PL/SQL Editor. Tables Columns Browser. Built-ins Browser.
Oracle Forms Interview Questions
Ans