R12 Oracle: Install, Patch and Maintain Oracle Applications v5.0 (1z0-238)

Page:    1 / 15   
Total 225 questions

You were applying an Oracle Receivables patch to your Oracle Applications system. The patch failed. Now you want to revert to the older version of the files under the product AR using the backup copy, which AutoPatch creates, before making any changes to the existing files. Where would you find these files?

  • A. $AR_TOP/backup/
  • B. $AD_TOP/backup/ar/
  • C. <patch_dir>/backup/ar/
  • D. <patch_dir>/backup/<sys_name>/<appl_top_name>/ar/


Answer : D

As part of the cloning process, the Applications DBA needs to copy the database tier file system to the target system. Which step is NOT a part of this cloning process?

  • A. Perform a normal shutdown of the source system database.
  • B. Copy the database files from the source to the target system.
  • C. Log on to the source system application tier nodes as the oracle user.
  • D. Copy the source 10.1.2 and RDBMS Oracle home directory to the target system.


Answer : D

Users are not able to view the output and the log file of the concurrent request after completion. There were no changes in the configuration of Oracle Applications. There were no patches applied. It was determined that not all application tier processes ran successfully. There was status 1 in one of the scripts. Which action should you take?

  • A. Restart the Web server.
  • B. Restart the Forms server.
  • C. Restart the Report server.
  • D. Restart the Fulfillment server.
  • E. Restart the TCF Socket server.
  • F. Restart the concurrent managers.
  • G. Restart the Applications RPC listener.


Answer : G

In Oracle Applications Release 12, what are the components used in Oracle Application
Framework? (Choose three.)

  • A. Web Listener
  • B. Servlet Engine
  • C. Metadata UI Definition
  • D. Business Components for Java (BC4J)
  • E. Application Object Library Java (AOL/J)


Answer : C,D,E

Sam has to apply a patch on his Oracle Applications system. He has already brought down the services on the application tier. The database tier and the database listener are up and running. He goes through the readme of the patch and discovers that three prerequisite patches need to be applied on the system before applying the main patch. Now, Sam needs to check if these prerequisite patches have already been applied to the system, so he decides to extract this information from the database. Identify the tables that would help him in extracting the above information from the database. (Choose all that apply.)

  • A. ad_bugs
  • B. fnd_bugs
  • C. ad_patches
  • D. ad_patches_applied
  • E. ad_applied_patches


Answer : A,E

In your Oracle Applications R12 E-Business Suite implementation, the database is corrupt.
To resolve it, the database Java Virtual Machine (JVM) was reloaded. Identify the type of problem that may occur and the related correct solution.

  • A. Problem: Many invalid objects are found in the APPS schema. Solution: Run the "Validate APPS schema" task by using the adadmin utility.
  • B. Problem: All Oracle Applications Java classes are missing. Solution: Run the "Reload JAR files to the DB" task by using the adadmin utility.
  • C. Problem: The Application screen display does not come up with one of the installed language characters. Solution: Run the "Convert Character set" task by using the adadmin utility.
  • D. Problem: The Application window does not show any of the Accounts Receivables data. Solution: Use the "Compile/Reload Applications Database Entities" option from the adadmin utility.


Answer : B

You decide to bring up the database manually while cloning Oracle E-Business Suite R12.
Identify the options of adcfgclone.pl that you would choose to successfully complete the clone on the database tier.

  • A. adcfgclone.pl dbTechStack only
  • B. adcfgclone.pl databaseTechStack only
  • C. adcfgclone.pl database and adcfgclone.pl dbconfig <Target CONTEXT_NAME>.xml
  • D. adcfgclone.pl dbTechStack and adcfgclone.pl dbconfig <Target CONTEXT_NAME>.xml


Answer : D

In Oracle Applications R12, the Applications modules (packaged in the formsapp.ear file) are deployed to the OC4JForms instance. Identify the ORACLE_HOME used by this OC4J instance.

  • A. 8.0.6
  • B. 8.1.7
  • C. 10.1.2
  • D. 10.1.3
  • E. 10.2.0.2


Answer : D

When do you run AutoConfig? (Choose three.)

  • A. after the JAR files are generated
  • B. when any ADX product patch is applied
  • C. when you add data in Oracle Applications Manager (OAM) support cart
  • D. when you have made updates to a Context file (via Oracle Applications Manager)
  • E. when an Oracle MetaLink note instructs you to run Autoconfig as part of an upgrade, migration, cloning, and/or configuration process


Answer : B,D,E

As the Applications DBA, you are tasked to apply a patch and use the adpatch utility in the command line. Only the database driver should be applied. Choose the correct adpatch command-line syntax.

  • A. adpatch options=applydatabaseportion
  • B. adpatch option=nocopyportion, nogenerateportion
  • C. adpatch OPTIONS=NOCOPYPORTION,NOGENERATEPORTION
  • D. adpatch options=nocopyportion,nogenerateportion
  • E. adpatch option=nodatabaseportion,nocopyportion,nogenerateportion


Answer : D

What is true about editing and saving the <CONTEXT_NAME>.xml file by using the Oracle
Applications Manager (OAM) Web page?

  • A. The Context file is edited and saved only to the file system. AutoConfig picks up the changes whenever it runs next after the update.
  • B. AutoConfig automatically starts and picks up the changes and propagates them when the Context file is saved on the OAM Web page.
  • C. After changes made to the Context file are saved on the OAM Web page, you must log out and log in again to OAM to apply and propagate the changes.
  • D. When you make changes to the Context file on the OAM Web page and save the file, the changes are stored in the OAM database and the Context file is updated.


Answer : D

Identify the elements of a patch. (Choose all that apply.)

  • A. unified driver
  • B. readme files
  • C. generic driver
  • D. patch history files
  • E. patch metadata files


Answer : A,B,E

A patch was applied successfully last night to the Oracle Applications environment to fix a bug. To check the bug fix, the Applications DBA accessed the "Bug Fixes Report." There are 1,000 files displayed in the report. The intended file for the bug fix does not appear.
What should the Applications DBA do next?

  • A. Access the Timing report.
  • B. Check readme.txt for postinstallation steps.
  • C. Start the Oracle Application Manager (OAM) process.
  • D. Use the filter to reduce the number of files in the report.
  • E. Reapply the patch on the Oracle Applications environment.


Answer : D

The Application Utilities (AU_TOP) directory contains _____.

  • A. a consolidated set of all product files
  • B. utilities such as AutoUpgrade and AutoPatch
  • C. files and scripts used by AutoUpgrade during upgrade
  • D. consolidated logs and output directories used by concurrent processing


Answer : A

Which three are the correct definitions of the objects in the Oracle Applications database?
(Choose three.)
A. Hybrid objects contain materialized view objects, and store and process data.
B. Code objects contain index, PL/SQL package, and Java-stored procedure objects.
C. Data objects contain table, index, and sequence and index-organized table objects.
D. Hybrid objects contain PL/SQL package and Java-stored procedure, and process data objects.
E. Code objects contain trigger, PL/SQL package, Java-stored procedure, synonym, and view objects.



Answer : A,C,E Topic 1, B B

Page:    1 / 15   
Total 225 questions