oracle9i forms developer:new features v5.0 (1z0-140)

Page:    1 / 7   
Total 98 questions

When is a JDAPI session closed?

  • A. When the Jdapi.shutdown() method is called
  • B. When the save() method is called on the Forms object
  • C. When the compile() method is called on the Forms object
  • D. When the destroy() method is called on the Forms object


Answer : A

Which three panels can you display in the Debug Console of Forms Builder? (Choose three.)

  • A. panel that enables you to monitor a list of variables that you define
  • B. panel where you can see system variables and change the values of some of them
  • C. panel that lists common exceptions so that you can set breakpoints that will suspend execution anywhere the form encounters an exception
  • D. panel that shows Forms objects in a hierarchical tree so that you can set breakpoints on objects such as alerts and buttons


Answer : A,B,C

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?

  • A. Upgrade the application to Forms 6i, then to the latest version of Oracle Forms.
  • B. Upgrade the application to Forms 4.5, then to the latest version of Oracle Forms.
  • C. Upgrade the application to Forms 5.0, then to Forms 6i, then to the latest version of Oracle Forms.
  • D. Upgrade the application to Forms 4.5, then to Forms 6i, then to the latest version of Oracle Forms.
  • E. Upgrade the application to Forms 4.5, then to Forms 5.0, then to Forms 6i, then to the latest version of Oracle Forms.
  • F. Upgrade the application directly to the latest version of Oracle Forms, using the VERSION=30 compiler option.


Answer : D

Identify three actions that you could perform in previous versions of Forms up through
Release 6i that you are unable to perform in later versions of Oracle Forms. (Choose three.)

  • A. Create a sound item.
  • B. Create menu parameters.
  • C. Create a bean area item.
  • D. Use middle-tier Java code.
  • E. Change the font characteristics of an item.
  • F. Start the run-time process from the command line.


Answer : A,B,F

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?

  • A. Add the SERVERURL parameter to the FORMS90.CONF (or FORMS.CONF) file.
  • B. Modify the SERVERURL parameter in the Forms Servlet configuration file.
  • C. Define the SERVERURL environment variable in the Forms environment file.
  • D. Modify the SERVERURL parameter in the WEB.XML file for the Forms Servlet.
  • E. You do not need to do anything; session-level Servlet Logging is performed by default.


Answer : B

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?

  • A. The form runs in a Java Appletviewer on your machine.
  • B. The form runs on your machine using OC4J as the Web listener.
  • C. The form does not run because Oracle Application Server is not installed on your machine.
  • D. The form automatically deploys and runs on a middle-tier Oracle Application Server (mycompany.com) via port 80.
  • E. The form automatically deploys and runs on a middle-tier Oracle Application Server (mycompany.com) via port 8888.


Answer : B

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?

  • A. Set a breakpoint in the Department form at the OPEN_FORM code, run the Department form in debug mode, invoke the Employees form, and step through the code.
  • B. Set a breakpoint in the When-New-Form-Instance trigger of the Employees form, run the Employees form in debug mode, and step through the code.
  • C. Set a breakpoint in the Department form at the OPEN_FORM code, run the Departments form in debug mode, invoke the Employees form, and view the Global/System Variables panel.
  • D. Set a breakpoint in the When-New-Form-Instance trigger of the Employees form, run the Department form in debug mode, invoke the Employees form, and step through the code.


Answer : B

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?

  • A. Forms Trace
  • B. Servlet Logging
  • C. Forms Runtime Diagnostics
  • D. Performance Event Collection System


Answer : B

When using JInitiator, what must you do to deploy JavaBeans for Forms applications to ensure that network traffic is minimal?

  • A. Put all the required class files in the application server's CODEBASE directory.
  • B. Create Java stored procedures in the database for all the required Java classes.
  • C. Put all the required class files in any of the application server's directories that are referenced in the server's FORMS90 PATH (or FORMS_PATH).
  • D. Put all the required class files in a JAR file in the CODEBASE directory. Include the name of the JAR file in the ARCHIVE parameter.


Answer : D

View the Exhibit.
You are debugging an application remotely, and you have obtained host and port information from the user.
Which menu option from the Debug menu (shown in the exhibit) should you choose to enable you to enter the host and port information?

  • A. Debug Module
  • B. Attach Debug
  • C. Debug Console
  • D. Debug Windows


Answer : B

The Oracle Forms Migration Assistant can perform which three tasks? (Choose three.)

  • A. Convert all obsolete built-ins to equivalent built-ins that are supported in the latest version of Oracle Forms.
  • B. Upgrade a Forms 6i object library to an object library in the latest version of Oracle Forms.
  • C. Migrate a Forms 4.5 Forms module through a supported migration path to the latest version of Oracle Forms.
  • D. Create a report object node in a form when converting code for calling reports.
  • E. Attach a library to a form that converts RUN_PRODUCT calls to RUN_REPORT_OBJECT.


Answer : B,D,E

Which two statements describe the functionality of OC4J? (Choose two.)

  • A. Forms Servlet for creating a dynamic HTML file
  • B. Browser Java plug-in for running the Forms applet
  • C. Servlet container for running Oracle Application Server Forms Services
  • D. Java applet for deploying the Forms Client user interface
  • E. Forms Listener Servlet for creating the Forms Runtime process
  • F. Lightweight Web listener for testing forms in Forms Builder


Answer : C,F

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?

  • A. DISPLAY_ITEM
  • B. ADJUST_TZ
  • C. SET_APPLICATION_PROPERTY with the BUILTIN_DATE_FORMAT argument
  • D. SET_APPLICATION_PROPERTY with the DATETIME_LOCAL_TZ argument
  • E. SET_APPLICATION_PROPERTY with the PLSQL_DATE_FORMAT argument


Answer : B

You run a form from the Forms Builder, and you start an OC4J instance. Which location describes where the OC4J instance executes?

  • A. In the Forms Builder window. After it opens, you can minimize this window if you want.
  • B. In a separate window. After it opens, you can close this window if you want.
  • C. In the Forms Builder window. After it opens, you can close this window if you want.
  • D. In a separate window. After it opens, do not close this window or the OC4J instance aborts.
  • E. In a separate window. After it opens, do not minimize this window or the OC4J instance aborts.


Answer : D

In calling an Oracle Forms application, URL parameter information is combined with the contents of the FORMSWEB.CFG file. Which Oracle Forms components manage this process?

  • A. Forms CGI only
  • B. Forms Servlet only
  • C. Forms Listener Servlet only
  • D. Forms CGI and Forms Servlet
  • E. Forms CGI and Forms Listener Servlet
  • F. Forms Listener Servlet and Forms Servlet


Answer : B

Page:    1 / 7   
Total 98 questions