Want to pass your Oracle Fusion Middleware 11g: Build Applications with Oracle Forms 1Z0-151 exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
View the Exhibit.

You have placed the following code in a Post insert trigger on the Orders block:
SELECT orders_seq.NEXTVAL INTO :orders.order_id FORM SYS.dual;
You have also set Item properties for the Order_Id Item in the form so that users cannot directly enter an Order ID.
As the SUMMIT user, you run the form to test it. Yon are able to insert a record in the block, but when you click Save, you have a database error as shown in the Exhibit.
What is the probable cause of this error?
A. The code should be in Pre_insert trigger instead
B. The code should be in a database trigger instead
C. You should change the code to select the sequence number from SUMMIT.dual instead.
D. You should create the sequence in the database, because the runtime error is an indication that is does not exist.
E. You should assign a temporary value to the Order_Id item before saving the form.
View the Exhibits.

The hierarchical tree shown at run time in Exhibit 1 is populated programmatically. Default hierarchical tree properties are shown in Exhibit?

Which properties of the hierarchical tree shown in Exhibit 1 have been changed from the default?
A. Allow Empty Branches and Multi Selection only
B. Allow Empty Branches and Show Symbols only
C. Multi Selection and Show Symbols only
D. Allow Empty Branches, Multi Selection, and Show Symbols
Which two actions are always necessary when deploying Forms applications that were developed on Windows platform to a UNIX middle tier server?
A. moving the forms executable files from the development machine to the middle-tier machine
B. compiling the Forms modules on the middle tier machine
C. creating a menu module for the application
D. compiling the Forms modules on the development machine
E. moving the Forms source files from the development machine to the middle tier machine
F. creating a Forms PL/SQL library file to contain the application logic
G. installing forms Builder on the middle-tier machine