You are performing consultant work for a company whose SQL*Forms 3.0 application has been obsolete for some time. The IT manager asks you to migrate the application to the latest version of Oracle Forms. What is the most efficient way to perform this task in a supported manner?
Your manager asks you to maintain a log of the IP addresses of all sessions that run your company's Forms applications. To accomplish this, you decide to implement session-level Servlet Logging for all users. How do you perform this task?
In Forms Builder, you click Run Form to test a new Forms module. The Oracle Application Server is not installed on your machine, which is called my_pc. You select Edit>Preferences from the Forms Builder menu
and view the run-time options. A drop-down list reveals four potential test environments, with option 3 highlighted:
1 Error! Reference source not found. (or http://mycompany.com:8888/forms/frmservlet)
2 Error! Reference source not found. (or http://my_pc:8888/forms/frmservlet)
3 Error! Reference source not found. (or http://mycompany.com:80/forms/frmservlet)
4 Error! Reference source not found. (or http://my_pc/forms/frmservlet)
You click the Set Default button. Which test environment are you using?
You have a Department form that uses OPEN_FORM to invoke the Employees form that displays all employees in the selected department. You are passing the DEPARTMENT_ID between forms. The forms
work fine together. However, when you run the Employees form by itself, you receive the following error message as soon as the form appears:
FRM-40815 Variable GLOBAL.DEPARTMENT_ID does not exist.
How would you use the debugger to help diagnose the problem?
You are troubleshooting a Forms application in the latest version of Oracle Forms in which users report intermittent connection and network performance problems. Which tool could you use to log information that
would help you determine what is causing these problems?
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?