#2. 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?
#3. You have set the environment variables FORMS90_DATETIME_LOCAL_TZ and FORMS90_TZ_FILE to implement time-zone support, but you have not defined a value for the FORMS90_DATETIME_SERVER_TZ How do you expect Oracle9i Forms to behave at run time?
#7. Exhibit: ***MISSING*** You migrated an application from Forms 4.5 to Oracle9iForms. One of the forms in the application is a registration form for new users of your company’s Web site. The exhibit depicts the Layout Editor for this registration form, along with the PL/SQL Editor that shows the When-Validate-Item trigger on the required user_id item. In this form, the form-level Defer Required Enforcement property is set to Yes to enable users to tab out of the user_id item without entering a value. When this happens, a user ID should be automatically generated. When you test the upgraded registration form, you notice that the When-Validate-Item trigger does not fire when users leave the user_id item blank, so the automatic generation of user ID does not function. The form worked perfectly in Forms 4.5. What can you do to resolve the desired functionality without recording?
#10. You are using a hyperlink JavaBean in a form so that users can click the bean area at run time to open your company’s Web page. What must you do to make the hyperlink bean functional?