The Oracle Application Server is installed on your machine. In Forms Builder, you open the HResource form and connect to the HR database. You also edit your Forms Builder run-time preferences and click Set Default.
To test the HResource form module, you click Run Form and receive the error message FRM-10142 (The HTTP listener is not running). What action should you take?
You are using Pluggable Java Components to modify the appearance and behavior of certain input items.
These modifications cannot be done in the Property Palette of these items.
Which built-in can you use to accomplish this task?
Which Oracle Forms built-in can be used to change the display of a single DATETIME value from one time- zone region to another without affecting other DATETIME items?
You have enabled debug-level Servlet Logging for the Forms Servlet for all users of an application. At the end of the work day, you want to analyze the log file. Which file do you examine?
There are several forms in your Forms 6i application that perform SELECT statements in triggers and program units to extract some information from an ARCHIVES table.
As part of the upgrade to the latest version of Oracle Forms, you have split the ARCHIVES table by year.
The current table is now called ARCHIVES2001, so you want to change all occurrences of ARCHIVES in your
PL/SQL code to ARCHIVES2001.
Which file would you modify so that the Oracle Forms Migration Assistant performs the substitution when you use this tool to upgrade your application?
A user runs, and then exits, the Payroll forms session over the Web. The same user then starts a Sales forms session over the Web. The Sales forms application uses two form modules and two custom menu modules.
How many Forms applets are required?
You are designing a menu that attaches to multiple forms in your application, and you want to add a menu item that enables remote debugging of the application. Which built-in must you include in the menu item code?
You are running a multiple-form application. The Customers form invokes the Orders form. When the Orders form launches, it displays orders for only the active customer from the Customers form.
Forms exchange data with the :GLOBAL.CUSTOMER_ID variable.
The Orders form should query orders for a customer only once after being launched from the Customers form.
Which built-in helps you do this by setting the ONETIME_WHERE property to refer dynamically to the GLOBAL.CUSTOMER_ID?