Oracle Fusion Middleware 11g: Build Applications with Oracle Forms - 1z0-151 Exam Practice Test
Identify a function of the Forms Servlet.
Correct Answer: A
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
The Employees database table contains more columns than can be displayed at one time in a form. You create a data block that uses all the columns. How can you enable users to interact with all the items and switch between them without scrolling or closing anything?
Correct Answer: E
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
To avoid overloading the database during busy times, you decide to restrict the queries that are executed on the Orders form so that users query by either Order ID or Customer ID during these times. Which trigger is most appropriate for the code to enforce this restriction?
Correct Answer: D
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
When users enter address information, you want them to be able to select the state from a static list of values. You have not used a list of states before, and there is no database table that contains state information.
What is the first step in creating such a list of values as quickly as possible?
What is the first step in creating such a list of values as quickly as possible?
Correct Answer: D
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
If a display item has a Calculation Mode of Formula, you can call a program unit to perform the calculation.
Correct Answer: B
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
View the Exhibit.

You have just created a new object library as shown in the Exhibit. You want the tabs to have descriptive names.
You cannot change the names of the default object library tabs, so you must create new tabs in order to have descriptive names.

You have just created a new object library as shown in the Exhibit. You want the tabs to have descriptive names.
You cannot change the names of the default object library tabs, so you must create new tabs in order to have descriptive names.
Correct Answer: B
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
You put some code in a Post_Update trigger and raise the FORM_TRIGGER_FAILURE under certain conditions. Does a rollback take place if the trigger falls?
Correct Answer: C
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
View the Exhibit to examine the form.

The text items (Field1, Field2, and Field3) and the button (Check_Values) are in the CONTROL block. The Mouse Navigate property of the button has been set to No.
The following code as been written in a When-Button-Pressed trigger on the Check_Values button:
MESSAGE(:field1| | ' - ' | | :SYSTEM.cursor_item | |
' - ' | | :SYSTEM.trigger_item);
With the focus in Field1 and the values 1, 2, and 3 in the text items, what message will be displayed when the button is clicked.

The text items (Field1, Field2, and Field3) and the button (Check_Values) are in the CONTROL block. The Mouse Navigate property of the button has been set to No.
The following code as been written in a When-Button-Pressed trigger on the Check_Values button:
MESSAGE(:field1| | ' - ' | | :SYSTEM.cursor_item | |
' - ' | | :SYSTEM.trigger_item);
With the focus in Field1 and the values 1, 2, and 3 in the text items, what message will be displayed when the button is clicked.
Correct Answer: F
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
You have created a complex menu structure with several types of menu objects. To which objects would you assign menu commands?
Correct Answer: C
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).