apps questions _ oracle dba

Upload: prateekgandhi

Post on 25-Feb-2018

253 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/25/2019 APPS Questions _ Oracle DBA

    1/74

    DBA Technologies Google Group

    Email :

    Subscribe

    View group

    Oracle Certification QA

    Core DBA OCP Questions

    Architecture

    Backup & Recovery

    RAC DBA Interview Questions

    APPS DBA Interview Questions

    ORACLE DBA 11gR2

    Architecture Questi ons

    APPS DBA Interview Questions1. Where is Concurrent Manager Log file location?

    Ans:By default standard location is $APPLCSF/$APPLLOG, in some cases it can go to $FND_TOP/log as well

    2.How you put Applications 11i in Maintenance mode?

    Ans:Use adadmin to change maintenance mode in EBS. If you dont want to put EBS in maintenance mode you can

    use adpatch options=hotpatch feature.

    3.Can you apply patch without putting Applications 11i in Maintenance mode?

    Ans:Yes, use options=hotpatch as mentioned above with adpatch.

    4.What is adsplice utility?

    Ans:Adsplice in oracle apps is utility to add a new product to EBS

    5.How can you license a product after installation?

    Categories

    APPS DBA Interview Questions

    Oracle Certification QA Home

    http://www.oracledbatech.com/knowledgebase/http://www.oracledbatech.com/http://www.oracledbatech.com/knowledgebase/http://www.oracledbatech.com/knowledgebase/apps-dba-interview-questions/http://www.oracledbatech.com/knowledgebase/category/oracle-dba-11gr2/architecture-questions/http://www.oracledbatech.com/knowledgebase/category/oracle-dba-11gr2/http://www.oracledbatech.com/knowledgebase/category/oracle-certification-qa/apps-dba-interview-question/http://www.oracledbatech.com/knowledgebase/category/oracle-certification-qa/rac-dba-interview-question/http://www.oracledbatech.com/knowledgebase/category/oracle-certification-qa/core-dba-interview-question/backup-recovery/http://www.oracledbatech.com/knowledgebase/category/oracle-certification-qa/core-dba-interview-question/architecture/http://www.oracledbatech.com/knowledgebase/category/oracle-certification-qa/core-dba-interview-question/http://www.oracledbatech.com/knowledgebase/category/oracle-certification-qa/https://groups.google.com/forum/#!forum/dba-technologies/
  • 7/25/2019 APPS Questions _ Oracle DBA

    2/74

    Installation

    OEL 5.4 On Windows Virtual Box

    Trouble-Shooting

    ORACLE APPS DBA R12

    Documentation

    Trouble Shooting

    Ans:You can use ad utility adlicmgr to license product in Oracle Apps

    6.What is MRC? What you do as Apps DBA for MRC?

    Ans:MRC also called as Multiple Reporting Currency in Oracle Apps. By default you have currency in US Dollars but if

    your organizations operating books are in other currency then you as apps DBA need to enable MRC in Apps.

    7.Where is Jserv configuration files stored?

    Ans:Jserv configuration files are stored in $IAS_ORACLE_HOME/Apache/Jserv/etc.

    8.Where is applications start/stop scripts stored?

    Ans:Applications start/stop scripts are in directory $COMMON_TOP/admin/scripts/$CONTEXT_NAME

    9.How to check if Oracle Apps 11i System is Rapid Clone enabled?

    Ans: For system to be Rapid Clone enabled, it should be Autoconfig enabled. You should have Rapid Clone Patches

    applied.

    10.What is your Oracle Apps 11i Webserver Version and how to find it?

    Ans:In order to find version under IAS_ORACLE_HOME/Apache/Apache/bin Execute ./httpd -version

    11.Where is database plssql cache stored?

    Ans:plssql & session cache are stored under $IAS_ORACLE_HOME/ Apache/modplsql/cache directory

    12.What is RRA/FNDFS?

    http://www.oracledbatech.com/knowledgebase/category/oracle-apps-dba-r12/trouble-shooting/http://www.oracledbatech.com/knowledgebase/category/oracle-apps-dba-r12/documentation/http://www.oracledbatech.com/knowledgebase/category/oracle-apps-dba-r12/http://www.oracledbatech.com/knowledgebase/category/oracle-dba-11gr2/trouble-shooting-oracle-dba-11gr2-dba/http://www.oracledbatech.com/knowledgebase/category/oracle-dba-11gr2/oel-5-4-on-windows-virtual-box/http://www.oracledbatech.com/knowledgebase/category/oracle-dba-11gr2/installation/
  • 7/25/2019 APPS Questions _ Oracle DBA

    3/74

    Ans: Report Review Agent (RRA) also referred by executable FNDFS is default text viewer in Oracle Applications 11i

    for viewing output files & log files.

    13.How to confirm if Report Server is Up & Running?

    Ans:Report Server is started by executable rwmts60 on concurrent manager Node & this file is under

    $ORACLE_HOME/bin Execute command on your server like ps -ef | grep rwmts60

    14.How to confirm if Apps Listener is Up & Running?

    Ans: lsnrctl start APPS_$SID (replace SID with your Instance Name) so if your SID is VISION then use lsnrctl status

    APPS_VISION

    15.How will you find total number of invalid objects in database?

    Ans:SQLPLUS> select count(*) from dba_objects where status like INVALID'

    16.How to compile Invalid Objects in database?

    Ans:You can use adadmin utility to compile or you can use utlrp.sql script shipped with Oracle Database to compile

    Invalid Database Objects.

    17.What is difference between adpatch & opatch?

    Ans:# adpatch is utility to apply oracle apps Patches whereas # opatch is utility to apply database patches

    18.Can you use both adpatch & opatch in Apps?

    Ans:Yes you have to use both in apps, for apps patches you will use adpatch utility and for applying database patch

    in apps you will use opatch utility

  • 7/25/2019 APPS Questions _ Oracle DBA

    4/74

    19.What is forms server executable Name?

    Ans: f60srvm

    20.Where is HTML Cache stored in Oracle Apps Server?

    Ans:Oracle HTML Cache is available at $COMMON_TOP/_pages for some previous versions you might find it in

    $OA_HTML/_pages

    21.What is GWYUID?

    Ans:GWYUID stands for Gateway User ID and password. Usually like APPLSYSPUB/PUB

    22.What are .odf file in apps patch?

    Ans:odf stands for Object Description Files used to create tables & other database objects while applying a patch.

    23.Does APPS_MRC Schema exist for MRC in 11.5.10 and higher?

    Ans:No, apps_mrc schema is dropped with 11.5.10 Upgrade & 11.5.10 new Install. This is replaced by more Integrated

    Architecture.

    24.Find application server version?

    Ans: FND_PRODUCT_GROUPS

    25.How will you find the Apache, forms, reports version in an EBS suite?

    Ans:http v Apache

  • 7/25/2019 APPS Questions _ Oracle DBA

    5/74

    f60gen Forms

    ar60run Reports

    26.Find jinitiator version?

    Ans:Client side Control panel

    Server side SID_hostname.xml (s_jinit_ver_)

    27.List some ad utilities and their functions?

    Ans:adadmin, adctrl, adpatch, adlicmgr, admrgpch, adsplice and adworker

    28.List out the modules related to oracle Apps DBA?

    Ans:FND Application Object Library, AU Application Utilities, AD Application DBA

    29.What are profile options, what are various types of profile options?

    Ans:User, application, responsibility and site

    30.If the patch is running in Pre-Install mode, where would the patch history files be stored in

    Oracle Applications R12 configured on a UNIX operating system?

    A) $AD_TOP/admin

    B) $APPL_TOP/admin

    C) $TEMP/runInstaller

    D) $APPL_TOP/admin/

    E) $COMMON_TOP/admin/

    Ans: D

  • 7/25/2019 APPS Questions _ Oracle DBA

    6/74

    31.In which three cases is it most effective to run validation on the APPS schema in the Oracle Applications

    R12 E-Business Suite setup? (Choose three.)

    A) before performing an export or import

    B) after a patch or multiple patches are applied

    C) Immediately after an upgrade or after applying a maintenance packD) after converting to multiple organizations or multiple reporting currencies

    E) whenever you receive a run-time error that suggests that a problem is caused by the AD_DDL package

    Ans: B,C,E

    32.The AD Administration task utility Compile APPS Schema is similar to the Validate APPS Schema task,

    except that instead of just producing a list of invalid objects, it compiles invalid objects using multiple

    workers in an attempt to move them back to the valid object state.This task is most often run when custompackages are moved into the APPS schema, and during the upgrade process.The Compile APPS Schema

    ask can be toggled to compile all objects or just the invalid objects. Choose three correct benefits of using

    his task. (Choose three.)

    A) increases run-time performance in the applications

    B) corrects all corrupt schema package bodies and headers

    C) finds truly invalid objects before users get a run-time error

    D) allows new custom or patched packages to be immediately validated

    Ans: A,C,D

    33.Which two tasks can you perform with the Application DBA (AD) Controller utility? (Choose two).

    A) Restart a f ailed patch.

    B) Review the worker status.

    C) Assign a job to the worker.

    D) Restart a completed worker.

    E) Restart a terminated worker.

  • 7/25/2019 APPS Questions _ Oracle DBA

    7/74

    Ans: B,E

    34.You downloaded an HRMS patch from Oracle MetaLink, and you run AutoPatch to apply it to the Oracle

    Applications R12 test setup in your company. If AutoPatch shows an error in one of the workers jobs, how do

    ou determine the source of the error?

    A) Check the AutoPatc h log file for the source of the error.B) Review adworkxxx.log in $APPL_TOP/admin//log.

    C) Use the AD Controller utility, and choose the Review worker status.

    D) Search the Oracle MetaLink Web site for the worker control number.

    Ans: B

    35.In Oracle Applications R12 E-Business Suite, what is the best method to relink the Application DBA (AD)

    executable programs?

    A) Use AD Administration (adadmin).

    B) Use the AD Controller utility (adctrl).

    C) Use AutoConfig to relink (adautocfg.sh).

    D) Use the AD relink command-line utility (adrelink.sh).

    Ans: D

    36.One of the special AD Controller utilities, Show Worker Status, collects worker status information from the

    FND_INSTALL_PROCESSES temp table. It tracks multiple workers for five categories: Worker, Code,Context,

    File Name, and Status.The seven statuses are:

    1. Failed

    2. Completed

    3. Waiting

    4. Fixed/Restart

    5. Running

    6. Assigned

    7. Restarted

  • 7/25/2019 APPS Questions _ Oracle DBA

    8/74

    Choose the sequence that would place the process statuses in the proper flow order when an in-processing

    error is received.

    A) 5, 1, 4, 6, 7, 3, 2

    B) 1, 3, 4, 6, 7, 5, 2

    C) 3, 6, 5, 1, 4, 7, 2

    D) 7, 3, 6, 5, 4, 1, 2E) 6, 1, 4, 3, 5, 7, 2

    Ans: C

    37.Oracle Applications Release 12 uses two Context files to store all application-specific configuration

    information. What are the advantages of the Context files? (Choose three.)

    A) The Context file can be edited using Oracle Application Manager (OAM).B) Configuration information is represented in a platform-independent format.

    C) The database environment and the APPL_TOP environment are readily described in a single file.

    D) The XML format is easier to read and use than a variety of formats in an individual configuration file.

    E) It is easier to integrate into the process of cloning new systems, as opposed to editing numerous files.

    Ans: A,B,D

    38.In AD Controller, when a job fails the first and second time, the manager automatically defers it to the end of

    he phase and assigns a new job to the worker. If the deferred job fails the third time, the job stays at the failed

    status and the worker waits. At this point, you must address the cause of the failure, and then restart the job

    using AD Controller.

    Choose two correct steps that would help you to troubleshoot the failure of the job and enable you to run the

    ob to completion. (Choose two.)

    A) Verify whether the process is consuming CPU time.

    B) Review the adworkXXX.log worker log file in $APPL_TOP/admin//log to find the error.

    C) Review the file name and worker columns of the failed worker to find the name of the failed file and the worker

    number.

  • 7/25/2019 APPS Questions _ Oracle DBA

    9/74

    D) Check for an entry for this process in the V$SESSION table to gather clues about what the process is doing in

    the database.

    Ans: B,C

    39.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 relatedcorrect solution.

    A.Problem: Many invalid objects are found in the A PPS 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.

    Ans: B

    40.The Oracle Applications R12 database administrator (DBA) runs the Recreate grants and synonyms for

    APPS schema task by using the adadmin utility when grants or synonyms are missing from the

    database.Which three causes are responsible for this? (Choose three.)

    A) incomplete database migrations (exports or imports)

    B) patch and administrative sessions that failed to run successfully to completion

    C) invoking PL/SQL routines to maintain multilingual tables by adding missing, untranslated rows

    D) installing or maintaining Oracle Applications R12 E-Business Suite underlying database components or options

    such as Replication

  • 7/25/2019 APPS Questions _ Oracle DBA

    10/74

    Ans: A,B,D

    41.When does the FND_INSTALL_PROCESSES table get created in the Oracle Applications R12 E-Business

    Suite database?

    A) whenever the AD Controller utility is used

    B) when AutoPatch, AutoUpgrade, or AD Administration programs process jobsC) during the upgrade to R12 E-Business Suite from the earlier version of Oracle Applications

    D) when the R12 E-Business Suite database is created in a Real Application Clusters (RAC) setup

    E) during the R12 E-Business Suite installation and, more specifically, at the time of the database APPS schema

    creation

    Ans: B

    42.You suddenly start receiving errors indicating that there are numerous Java files in the database that arecorrupted and cannot be run. You determined that you must reload the Java Virtual Machine (JVM) to fix the

    errors.

    In addition to reloading the JVM, what Oracle database utilities, if any, do you need to run and why? (Choose

    all that apply.)

    A) Compile the Menu information to restore Java menu files to the application forms.

    B) Reload JAR files to the database because after reloading the JVM, the Java class files would be missing.

    C) Compile the APPS schema because after the JVM has been reloaded, APPS permissions need to be

    reestablished.

    D) None of the Oracle database utilities need to be run because by reloading the JVM, all corrected Java files are

    corrected with the new files loaded during this process.

    Ans: B

    43.Consider a situation where a worker failed with a core dump and cannot be restarted. Although the worker is

    listed as running in the adctrl utility, there is no operating system-level process for the erring worker.

    In this situation, the only option is to restart the patch. What are the steps performed to restart the patch?

  • 7/25/2019 APPS Questions _ Oracle DBA

    11/74

    1. Tell the manager that a worker acknowledges quit.

    2. Restart the patch.

    3. Tell the manager that a worker failed its job.

    4. Tell the worker to shut down or quit (all workers).

    Identify the correct sequence in which you perform the task in the above scenario.

    A) 1, 3, 4, 2

    B) 4, 3, 1, 2

    C) 4, 1, 3, 2

    D) 1, 3, 2, 4

    E) 3, 4, 1, 2

    Ans: B

    44.Which two statements are true if you choose the Recreate grants and synonyms for APPS schema task

    option from the adadmin utility? (Choose two.)

    A) This option re-creates grants on some packages from APP S to SYSTEM.

    B) This option re-creates grants and synonyms for the APPLSYSPUB schema.

    C) This option re-creates grants and synonyms for the code objects of the APPS schema to the base product

    schemas.

    D) This option spawns parallel workers to re-create grants and synonyms linking sequences and tables in the base

    product schemas to the APPS schema.

    Ans: B,D

    45.What is true about the worker process in the Oracle Applications R12 environment?

    A) When a worker runs a job for t he first time, if the job fails, the manager automatically defers the job to retry at a

    later time.

    B) When a worker runs a job for the third time, if the job fails, the status of the job stays at failed and the worker

    starts the next job.

    C) As long as the total run time is less than 10 minutes, the manager defers the job to retry at the end of the current

  • 7/25/2019 APPS Questions _ Oracle DBA

    12/74

    phase, even if that job failed the previous three times.

    D) When a worker runs a job for the second time, if the job fails and the total run time is 15 minutes, then the status

    of the job stays at failed and the worker starts the next job.

    Ans: A

    46.Identify three situations where relinking may be necessary. (Choose three)

    A) aft er running AutoConfig

    B) after the server libraries are updated

    C) after the product JAR files are generated

    D) when executable programs become corrupted

    E) when executable programs are accidentally deleted

    Ans: B,D,E

    47.What is the result of executing the following command:

    $ adrelink.sh fnd all

    A) relinks the ALL executable program

    B) relinks all FND executable programs

    C) relinks all product executable programs

    D) backs up and relinks all FND executable programs

    Ans: B

    48.Which three statements are true about the E-Business Suite Applications Context file? (Choose three)

    A) I t is a s ystem configuration file.

    B) It is written in XML format.

    C) It describes the database environment.

    D) It is written in a platform-dependent format.

    E) It can be used to synchronize multiple nodes.

  • 7/25/2019 APPS Questions _ Oracle DBA

    13/74

    F) It can be edited using Oracle Applications Manager (OAM) AutoConfig.

    Ans: B,E,F

    49.The worker shows the Running or Restarted status, but the process is not really running. Which are the two

    corrective actions that you would perform to restart a worker? (Choose two.)

    A) Tell the worker t o quit.

    B) Tell the worker to shut down.

    C) Restart a worker on the current machine.

    D) Tell the manager that a worker has failed in its job.

    E) Tell the manager that a worker acknowledges quit.

    Ans: C,D

    50.Which statement about Application DBA (AD) Controller is true?

    A) The AD_DEFFERED_JOB table is created by AD Controller.

    B) The FND_INSTALL_PROCESSES table is created by AD Controller.

    C) The AD Controller window is invoked automatically when a worker fails its job.

    D) AD Controller gathers worker status information from the FND_INSTALL_PROCESSES table.

    Ans: D

    51.While working with Web forms an application user sometimes comes across a performance issue. The

    initial screen takes too long to appear with the Web form screen, showing the status Downloading JAR

    iles for a long time. Identify the reasons for this. (Choose two.)

    A) I t always t akes time to load the Web forms.

    B) An older version of Sun J2SE plug-in is installed on the Desktop tier.

    C) JAR files for the Forms client applet are downloaded automatically the first time it is used.

    D) The browser will automatically retrieve new JAR files if they have changed on the application tier.

    E) The Internet Explorer browser security level should be set as Low for the zone that contains the Oracle

    Application Release 12 Web pages.

  • 7/25/2019 APPS Questions _ Oracle DBA

    14/74

    Ans: C,D

    52.You experience report-error problems in the Inventory module after applying a patch to the same module.

    You run the AD Administration utility, and select the Generate Application Files menu. Because you have

    report problems, you decide to run Generate Report Files. You answered the following questions during the

    utility run:

    1. Do you want to generate Oracle report objects using the current character set? (You answer Yes.)

    2. Do you want to regenerate the Oracle reports PL/SQL library files? (You answer No.)

    3. Do you want to regenerate Oracle reports executable files? (You answer Yes.)

    4. For which products do you want to generate Oracle report objects? (You answer all reports in INV.)

    After you run the AD utilities, most reports in Inventory run with no errors. However, you still experience errors

    with two reports. Which two statements explain why the two reports still run with errors? (Choose two.)

    A) You have reports in a different language.

    B) You have reports with external library files.

    C) You have custom reports in a custom directory.

    D) You have reports from a different module being referenced on the Inventory report menu.

    Ans: B

    53.You discover that you will be applying an application patch on your APPL_TOP by using AutoPatch, which

    contains a compatible feature, the prereq line. To ensure that the automatic, prerequisite patch-checking

    eature operates during the application of the patch, you must run AD Administration, Maintain Snapshot

    Information, then perform some key tasks, and then AutoPatch.

    Select four key Maintain Snapshot Information tasks or combination of tasks that will ensure that the

    prerequisite patch-checking feature operates during the application of the patch. (Choose four.)

    A) Update a current view s napshot, or create a named snapshot.

    B) Export a snapshot to a file, and then delete the named snapshot.

    C) Import an up-to-date snapshot from a file from a different APPL_TOP.

    D) List snapshots, delete the named snapshot, and create a named snapshot.

  • 7/25/2019 APPS Questions _ Oracle DBA

    15/74

    E) Copy the existing snapshot, delete the named snapshot, and then create a named snapshot.

    Ans: A,C,D,E

    54.As a database administrator (DBA), you have been trying to apply a maintenance patch, but it has failed to

    run successfully to completion. You check the AD Administration log file for an error. The log file reveals

    several entries that are generic errors about the inability of patch codes to have access to product packagesrom the GL product modules.

    You remember that one of the occasions when you shoul d run the Recreate Grants and Synonyms AD

    Administration utility is if the patch and the administrative sessions fail to run successfully to completion. You

    have found one occasion to use this utility in the case above. Now choose three other occasions when you

    would run this process again. (Choose three.)

    A) aft er cust om development

    B) when applying a patch to the operating systemC) after applying a patch to the Applications technology stack

    D) in case of incomplete database migrations (exports or imports)

    E) when installing or maintaining underlying database components or options such as Replication

    Ans: A,D,E

    55.In an Oracle Applications Release 12 environment, where do you find the .xml file? (Choose two.)

    A) / admin/

    B) /admin/

    C) /appl/admin/

    D) /appsutil/

    E) /apputil/

    Ans: C,E

    56.What are the two occasions when it is appropriate to run Compile APPS schema by using the AD

    Administration utility in the Oracle Applications R12 E-Business Suite environment? (Choose two.)

  • 7/25/2019 APPS Questions _ Oracle DBA

    16/74

    A) during the Oracle Applications R12 E-Business Suite upgrade process

    B) when custom packages are moved to the APPS schema and need to be compiled

    C) after enabling the multiple reporting currencies in the Oracle Applications R12 E-Business Suite environment

    D) after enabling the multiorganization functionality in the Oracle Applications R12 E-Business Suite environment

    E) when encountering invalid objects in the SYS and SYSTEM schemas in the Oracle Applications R12 E-Business

    Suite database

    Ans: A,B

    57.During installation, the Rapid Install process creates ______ that are used to start and stop the server

    processes on the database tier.

    A) J Server load balancers

    B) cost-based optimizers

    C) database resource managersD) session-persistent load balancers

    E) database-tier server process scripts

    Ans: E

    58.AD Administration contains a utility named Maintain Snapshot Information. Which statements correctly

    describe the functionality of this utility? (Choose all that apply.)

    A) You can create a copy of an exis ting s napshot.

    B) You can delete the current view snapshot.

    C) You can create a list of the current view and named snapshots stored in your system.

    D) You can export an existing snapshot to a file for storage or to another system.

    E) You can update the current view snapshot with any changes to the snapshot since the last update.

    Ans: A,C,D,E

    59.A report output file is generated when you run Validate APPS schema by using the adadmin utility in the

    Oracle Applications R12 E-Business Suite environment. If the report shows something similar to

  • 7/25/2019 APPS Questions _ Oracle DBA

    17/74

    GL_CODE_COMBINATIONS table does not exist or is an invalid object, what is the first step that the database

    administrator (DBA) should perform to correct this issue?

    A) Run the AD Relink utility and relink the GL product.

    B) Use License Manager, and register the GL product.

    C) Run Rapid Install to reinstall database components.

    D) Run AutoPatch, and apply the GL latest available patch.

    E) Run the Recreate grants and synonyms for the APPS schema task by using the adadmin utility.

    Ans: E

    60.What are the two possible sequences of worker status while a job is being completed by a worker?(Choose

    wo.)

    A) Waiting => Assigned = > Running => Completed

    B) Assigned => Waiting => Running => CompletedC) Waiting => Assigned => Running => Failed => Fixed, Restart => Restarted => Completed

    D) Assigned => Waiting => Running => Failed => Fixed, Restart => Restarted => Completed

    E) Waiting => Assigned => Running => Failed => Fixed, Restart => Restarted => Running => Completed

    Ans: A,C

    61.Identify the files that are changed when you run AutoConfig. (Choose all that apply)

    A) / listener.ora

    B) /.env

    C) /admin/adconfig.txt

    D) /.env

    E) /appl/admin/.xml

    Ans: A,B,D

    62.After the successful installation of Oracle Applications Release 12, environment files are created. Which

    environment file is used to identify and describe third-party and custom applications linked with Oracle

  • 7/25/2019 APPS Questions _ Oracle DBA

    18/74

    Applications?

    A) t he context file

    B) the devenv.env file

    C) the fndenv.env file

    D) the adovars.env file

    E) the adconfig.txt file

    Ans: B

    63.Before you apply a patch, you read the readme.txt file. One of the areas of Oracle Applications to which the

    patch will be applied is JAVA_TOP. The readme file mentions that you may need to generate product JAR files

    in the AD Administration utilities after the patch is applied.When generating product JAR files, the AD

    Administration utility will prompt you with the question: Do you want to force the generation of all JAR files?

    hat are the three occasions when you need to force the generation of all JAR files? (Choose three.)

    A) aft er changing y our digital s ignature

    B) after updating to a new Java version

    C) if you find you have missing or out-of-date JAR files

    D) if you are upgrading the Oracle Developer technology stack

    Ans: A,B,D

    64.Enter forms to generate, or enter all [all]: FNDSCSGN.fmx The utility finished with no errors in the log

    ile.What is the outcome of running the adadmin utility?

    A) All forms in t he product group fnd now render with errors.

    B) All forms in the product group fnd now render without errors.

    C) All forms but one in the product group fnd now render with errors.

    D) All forms but one in the product group fnd now render without errors.

    Ans: C

    65.Where can you find the generated report file after running the Validate APPS schema task in the Oracle

  • 7/25/2019 APPS Questions _ Oracle DBA

    19/74

    Applications R12 E-Business Suite setup?

    A) / admin/.lst

    B) /admin/out/.lst

    C) /admin/out/.lst

    D) /admin//out/.lst

    E) /admin//out/.lst

    Ans: E

    66.How can you monitor the progress of parallel processing jobs in the Oracle Applications R12 environment?

    A) using the AutoPatc h utility

    B) using the AutoConfig utility

    C) using the AD Controller utility

    D) using the AD Administration utility

    Ans: C

    67.Your system crashes while running an Application DBA (AD) utility. Which are the corrective actions you

    perform to synchronize the utility status and system status before restarting the utility? (Choose all that apply.)

    A) St art the AD patch.

    B) Start AD Controller.

    C) Tell the worker to quit.

    D) Tell the worker to restart a failed job.

    E) Tell the manager that a worker failed its job.

    Ans: B,D,E

    68.Identify two ways in which you validate the APPS schema in the Oracle Applications R12 E-Business Suite

    setup. (Choose two.)

    A) Run the / appsutil/scripts//advrfapp.sh script.

  • 7/25/2019 APPS Questions _ Oracle DBA

    20/74

    B) Run the AD Administration utility in noninteractive mode with the default file having

    menu_option=VALIDATE_APPS.

    C) Run the AD Administration utility in interactive mode, and then select Compile/Reload Applications Database

    Entities menu > Compile APPS Schema option.

    D) Use SQL*PLUS / @$AD_TOP/admin/sql/advrfapp.sql .

    Ans: B,D

    69.Identify the patch that you apply to upgrade the Oracle Applications system from the 11.5.5 version to the

    11.5.10 version.

    A) diagnostic patch

    B) stand-alone patch

    C) maintenance pack

    D) product family release update pack

    Ans: C

    70.Which command can be used only with a single-node installation?

    A) rapidwiz -restart

    B) rapidwiz -techstack

    C) rapidwiz -servername

    D) rapidwiz -silent -config

    Ans: C

    71.During the AutoUpgrade process, a worker process fails to complete the assigned job, and updates the

    status as failed.The Review worker status window of AD Controller also shows that the worker status is failed.

    The log file shows that one of the tables that needs to be updated is locked, and the worker is waiting for the

    lock to be released and timed out. If the job is deferred after the worker fails, what do you do next?

    A) Resolve the error and restart the failed job.

    B) Review the worker log file and resolve the error.

  • 7/25/2019 APPS Questions _ Oracle DBA

    21/74

    C) Restart the failed job and verify the worker status.

    D) No immediate action is required unless the job fails again.

    Ans: D

    72.Which three statements about the Applications Context file are true? (Choose three.)

    A) I t is a s ystem configuration file.

    B) It must be edited manually using a text editor.

    C) It is stored in an Oracle Applications Manager (OAM) schema.

    D) It can be downloaded from Oracle Applications Manager (OAM).

    E) It is created by Rapid Install using AutoConfig during installation and upgrade.

    F) It stores all information required to configure an Oracle Applications instance.

    Ans: D,E,F

    73.As part of the cloning process, the Applications DBA needs to copy the application tier file system to the

    arget system. Which step is NOT a part of this process?

    A) Shut down the application tier s erver processes.

    B) Log on to the target system application tier nodes as the oracle user.

    C) Copy the APPL_TOP directory from the source node to the target node.

    D) Copy the directory from the source node to the target node.

    E) Copy the directory from the source node to the target node.

    F) Copy the directory from the source node to the target node.

    G) Copy the directory from the source node to the target node.

    Ans: B

    74.Which Application DBA (AD) utility do you use to monitor the progress of a worker in the Oracle

    Applications Release 12 environment?

    A) AD Splicer utility

    B) AD Controller utility

  • 7/25/2019 APPS Questions _ Oracle DBA

    22/74

    C) AD AutoPatch utility

    D) AD Administration utility

    Ans: B

    75.You want to apply a patch on your Oracle Applications system. Before doing this, you want to view the files

    hat are new, changed, and ignored while applying the patch.Which feature of the Patch Wizard would help youaccomplish this?

    A) Patc h Filt ers

    B) Patch Impact Analysis

    C) Recommended Patches

    D) Patch Information Bundle

    Ans: B

    76.Identify four scenarios in the Oracle Applications R12 E-Business Suite environment in which you would

    need to run AutoConfig. (Choose four.)

    A) aft er relinking product libraries

    B) after restoring a previous configuration

    C) after registering products and languages

    D) after using AD Splicer to add a product to the existing stack

    E) after adding a new variable to the existing context parameters

    F) after using the Oracle Applications Manager (OAM) shopping cart

    Ans: B,C,D,E

    78.You installed Oracle Applications Release 12 as a multi-node system where every node has a separate

    APPL_TOP. Consider the following configuration:Node 1 hosts Forms server and Web server.Node 2 hosts

    batch processing services and database server.As per the above configuration, which values will you find in

    he Applications Context file of Node 1? (Choose all that apply.)

    A) s _isAdWeb = Yes

  • 7/25/2019 APPS Questions _ Oracle DBA

    23/74

    B) s_isAdConc = Yes

    C) s_isAdAdmin = No

    D) s_isAdForms = Yes

    E) s_isAdAdmin = Yes

    Ans: A,C,D

    79.Which table is used by AutoPatch as a staging area for the job information in parallel mode and needs to be

    dropped to start a new autopatch session if the earlier session failed?

    A.FND_JOBS

    B.FND_PROCESSES

    C.FND_INSTALL_PROCESSES

    D.FND_INSTALLED_PROCESSES

    Ans: C

    80.What are the three benefits of having the APPS schema in the Oracle Applications R12 database?(Choose

    hree.)

    A)By using the APPS schema, the eff ect of inefficient ad hoc queries is limited.

    B) By eliminating the need for cross-product grants and synonyms, the APPS schema improves reliability.

    C) The APPS schema helps to ensure that the highest-priority business activities always have sufficient resources.

    D) By using one APPS schema that can access all Oracle Applications objects, cross-product dependencies are

    eliminated.

    E) By eliminating the need for cross-product grants and synonyms, the APPS schema reduces the time needed for

    installation, upgrade, and patching.

    Ans: B,D,E

    81.Which three reports can you get by using the License Manager Web utility? (Choose three.)

    A.languages reportB.applied product patches report

  • 7/25/2019 APPS Questions _ Oracle DBA

    24/74

    C.country-specific functionalities report

    D.licensing terms and conditions report

    E.licensed products/shared products report

    Ans: A,C,E

    82.Which patch establishes the compatibility of the current version of Oracle Applications with the newerversion of the database or technology stack component?

    A.diagnostic

    B.translation

    C.new feature

    D.intraoperability

    E.interoperability

    Ans: E

    83.You are applying a patch on the database tier. You run AutoConfig as a post installation task of the patch.

    But the AutoConfig script exits with nonzero status. What should be your first action to resolve the problem?

    A.Restart t he patch.

    B.Restart AutoConfig.

    C.Check /admin/log//adconfig.log for the reported error.

    D.Check /appsutil/log///adconfig.log for the reported error.

    Ans: D

    84.Which statement correctly describes the purpose of the generate driver of a patch?

    A.The generate driver performs database updates.

    B.The generate driver generates forms, reports, and/or message files.

    C.The generate driver copies new files from the patch directory to the product directory.

    D.The generate driver relinks dependent Oracle Applications executables with the Oracle server.

  • 7/25/2019 APPS Questions _ Oracle DBA

    25/74

    Ans: B

    85.How do you restore an older configuration (a configuration that is older than that immediately prior to the

    current one) in the Oracle Applications R12 environment?

    A.Use the restore.sh rollback script and run the AutoConfig script to generate new configuration files.

    B.Use the Support Cart feature in Oracle Applications Manager (OAM) and run the AutoConfig script to generatenew configuration files.

    C.Use the Context Editor Wizard from the command line and run the AutoConfig utility manually from /bin.

    D.Use OAM AutoConfig to compare and replace individual values in the current configuration with the corresponding

    values from the older configuration, and save them. Then run the adautocfg.sh script.

    Ans: D

    86.What are the different AutoConfig scripts? (Choose three.)

    A.adconfig.pl

    B.adautocfg.pl

    C.adconfig.sh/cmd

    D.adautocfg.sh/cmd

    E.adautoconfig.sh/cmd

    Ans: A,C,D

    87.As an Applications database administrator (DBA), you have the task of updating the level of Accounts

    Payable. Oracle recommends applying the patch number 123456. Which program should you use to update the

    Accounts Payable level?

    A.adctrl

    B.adpatch

    C.admerge

    D.adadmin

    E.adsplice

  • 7/25/2019 APPS Questions _ Oracle DBA

    26/74

    Ans: B

    88.Which piece of information is captured as part of the Patch Impact Analysis of a particular patch?

    A.prerequisite patches that can be merged and applied

    B.objects that would be rendered invalid after applying the patch

    C.objects that would be dropped from the database during patch applicationD.prerequisite patches required by the patch along with the readme of each patch

    Ans: D

    89.What are the three benefits of the Applications Context file? (Choose three.)

    A.It enables you to synchronize multiple nodes.

    B.It avoids the need for repeated configuration information.

    C.The database environment is readily described in a single file.

    D.Configuration information is represented in a platform-dependent format.

    E.It supports shared APPL_TOP (single APPL_TOP distributed to multiple machines).

    Ans: A,B,E

    90.You run a report that generates output in PDF format. The report completes with the error REP-3000:

    Internal error starting Oracle Toolkit. How will you resolve this?

    A.Set up the DISPLAY environment v ariable in . profile of the database user.

    B.Set up the DISPLAY environment variable in .profile of the application user.

    C.No DISPLAY settings are required. Bouncing the services under APPSTier will fix the issue.

    D.Set up the DISPLAY environment variable in adovars.env to point to an active X Windows.

    E.Set up the DISPLAY environment variable in $CONTEXT_FILE of the database tier to point to an active X

    Windows, and then run AutoConfig.

    F.Set up the DISPLAY environment variable in $CONTEXT_FILE of the application tier to point to an active X

    Windows, and then run AutoConfig.

    Ans: F

  • 7/25/2019 APPS Questions _ Oracle DBA

    27/74

    91.There are many components of a patch. Which four are drivers? (Choose four.)

    A.copy

    B.unified

    C.database

    D.generationE.accumulation

    Ans A,B,C,D

    92.Which task is performed by AutoPatch while applying a patch?

    A.AutoPatch would relink executables in 10.1.3 ORACLE_HOME.

    B.AutoPatch would relink executables in 10.1.2 ORACLE_HOME.

    C.AutoPatch disables maintenance mode after applying the patch.

    D.AutoPatch uploads patch history information to the database (if needed).

    E.AutoPatch restarts the application server processes after applying the patch.

    Ans: D

    93.What is true about editing and saving the .xml file by using the Oracle Applications Manager (OAM) Web

    page?

    A.The Context file is edited and saved only to the f ile s ystem. 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.

    Ans: D

  • 7/25/2019 APPS Questions _ Oracle DBA

    28/74

    94.A customer encountered some bugs in Oracle Accounts Payable and has learned that bug fixes are

    available. The best approach is to look for a _____.

    A.minipack

    B.megapack

    C.family packD.maintenance pack

    Ans: A

    95.Identify four configuration utilities. (Choose four.)

    A.AD Relink

    B.AD Splicer

    C.AutoConfig

    D.License Manager

    E.AD Check Digest

    F.File Character Set Converter

    Ans: B,C,D,F

    96.You have a multi-node installation with Forms services and Batch Processing services configured on

    separate nodes. You attempt to update the Context variable on the batch processing node although Oracle

    Applications Manager (OAM) fails. What should you do to resolve the problem? (Choose two.)

    A.Check whether the Web service is up on Forms s ervices.

    B.Check whether the Forms service is up on the middle tier.

    C.Check whether the listener service is up on Forms services.

    D.Check whether the batch processing service is up on the middle tier.

    E.Enable the TNS listener service in the Applications Context file and run AutoConfig.

    Ans: C,E

  • 7/25/2019 APPS Questions _ Oracle DBA

    29/74

    97.Tim has a two-node configuration of Oracle Applications. The configuration of the system is such that the

    database server, concurrent processing server, and the reports server reside on node 1, whereas the Web

    server and the Forms server reside on node 2. As an Applications DBA, he is required to patch the Oracle

    Applications system to fix a bug. To save time, Tim decides to apply the patch on both the nodes

    simultaneously.Identify the step that he can perform on both the nodes simultaneously as part of the

    AutoPatch session.

    A.Run copy driver on nodes 1 and 2.

    B.Run generate driver on nodes 1 and 2.

    C.Run database driver on nodes 1 and 2.

    D.Run copy driver on node 1 and database driver on node 2.

    E.Run database driver on node 1 and copy driver on node 2.

    Ans: A

    98.Which are the two most common types of installations and node types? (Choose two.)

    A.development environment multi-node

    B.high-volume transaction environment multi-node

    C.demonstration environment multi-node

    D.training environment single node

    E.moderate hardware and a large set of users single node

    Ans: B,D

    99.You have to patch an Oracle Applications environment configured on a UNIX node. To start an AutoPatch

    session, you log in to the application-tier server node as the applications file system owner. You enter adpatch

    at the command prompt and get the following error: -bash: adpatch: command not found On closer

    observation, you find that the applications environment is not set. Which file would you run to set the Oracle

    Applications environment?

    A.$APPL_TOP/APPS.env

    B.$APPL_TOP/APPS_.envC.$APPL_TOP/admin/APPS.env

  • 7/25/2019 APPS Questions _ Oracle DBA

    30/74

    D.$APPL_TOP/admin/APPS_.env

    Ans: A

    100.Which three statements are true? (Choose three.)

    A.Express installation can be used with multi-node installation.B.Multi-node installation provides a highly scalable environment.

    C.Shared APPL_TOP is applicable only with multi-node installation.

    D.The load balancing setup window appears during the multi-node installation process.

    E.The rapidwiz -servername command can be used during multi-node installation.

    Ans: B,C,D

    101.The Applications Context file has been accidentally deleted and was also lost accidentally. How do you

    restore the Applications Context file?

    A.Execute $ perl /clone/bin/adclonectx.pl retrieve on the application tier.

    B.Execute $ perl /clone/bin/adclonectx.pl retrieve on the application tier.

    C.Execute $ perl /appsutil/clone/bin/adclonectx.pl retrieve on the database tier.

    D.Execute $ perl /appsutil/clone/bin/adclonectx.pl retrieve on the application tier.

    Ans: B

    102.Identify the situations in which you would select a multi-node installation. (Choose all that apply.)

    A.Data s ecurity is a c oncern and t he application s erves users on the Internet.

    B.The number of concurrent requests may use up to 80% of the CPU on an all-time basis.

    C.The information technology (IT) team is setting up a system to show users a specific functionality usage.

    D.The CIO received a request from the users for an environment where the users can perform small test runs.

    Ans: A,B

  • 7/25/2019 APPS Questions _ Oracle DBA

    31/74

    103.Which statements about AutoConfig are true? (Choose all that apply.)

    A.AutoConfig reads t he Context file and updates configuration files.

    B.AutoConfig checks for the availability of ports during port changes.

    C.AutoConfig updates the database with the values for the Context file.

    D.AutoConfig creates a new Context file when if finds a missing xml file.

    E.AutoConfig is a tool that centralizes and simplifies Oracle Applications configuration management.

    Ans: A,C,E

    104.Oracle Applications are showing bugs in many products. You should look for a _____.

    A.mega patch

    B.merged patch

    C.diagnostic patch

    D.maintenance patch

    Ans: D

    105.What happens if you run the /admin/scripts/adautocfg.sh script?

    A.It runs AutoConfig in test mode.

    B.It rolls back the previous AutoConfig session.

    C.It creates the cfgcheck.html configuration report.

    D.It updates configuration and profiles on the database tier.

    E.It updates configuration and profiles on the applications tier and database tables.

    Ans: E

    106.Your Oracle Applications system, which is configured across three nodes, is reporting a problem. The

    solution is to apply patch # 456789. The system is configured such that node 1 houses the database server,

    node 2 houses the concurrent processing server, and node 3 hosts the Web and the Forms servers.Identify the

    nodes on which you would run an adpatch session to apply the patch.

  • 7/25/2019 APPS Questions _ Oracle DBA

    32/74

    A.nodes 1 and 3

    B.nodes 1 and 2

    C.nodes 2 and 3

    D.nodes 1, 2, and 3

    Ans: C

    107.Where can you find the scripts for rolling back an AutoConfig session?

    A./admin/

    B./admin/scripts/

    C./admin/out/

    D./appsutil/bin

    E./admin//out/

    Ans: C

    108.Sam has to apply a patch on his Oracle Applications system. He has already brought down the services on

    he 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

    he 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

    Ans: A,E

    109.Which can be patched using the AutoPatch utility? (Choose all that apply.)

  • 7/25/2019 APPS Questions _ Oracle DBA

    33/74

    A.Oracle Database

    B.Oracle Applications

    C.Oracle Application Server

    D.Oracle Development Tools

    Ans: B

    110.Where can you find the AutoConfig log files in the application tier and database tier? (Choose two.)

    A./admin/log/

    B./admin/log//

    C./admin/log//

    D./admin//log//

    E./appsutil/log///

    Ans: B,E

    111.Which statement is true regarding AutoPatch in the Oracle Applications Release 12 environment?

    A.AutoPatch is platform-independent.

    B.There is a limit to the number of times AutoPatch can be restarted.

    C.If language translation patches need to be applied in addition to the patch you are applying, AutoPatch notifies

    you.

    D.If all the prerequisite patches have not been applied, AutoPatch lists the missing prerequisites and continues with

    applying the current patch.

    E.AutoPatch replaces the files in the product directory with the files in the patch directory in case the latter have the

    same version as the former.

    Ans: C

    112.As an Applications DBA, you have been asked to apply a patch that updates the Applications Context file

    and runs AutoConfig. The application does not work properly with the new, updated application environment.

    hat should you do to roll back an AutoConfig session?

  • 7/25/2019 APPS Questions _ Oracle DBA

    34/74

    A.Use the restore.sh script which is located at /admin/out/.

    B.Use the restore.sh script which is located at /admin/log/.

    C.Use the rollback.sh script which is located at /admin/log/.

    D.Use the rollback.sh script which is located at /admin/out/.

    Ans: A

    113.Which three statements are true about AutoConfig? (Choose three.)

    A.AutoConfig moves files and directories as needed.

    B.AutoConfig removes the need to make manual updates to configuration files.

    C.AutoConfig updates domain name server (DNS)-entries and checks port numbers.

    D.The AutoConfig script uses template files to determine the basic settings that are needed.

    E.The AutoConfig script uses information from the Context file to generate all applications configuration files and to

    update database profiles.

    Ans: B,D,E

    114.Which two Oracle Applications Release 12 services should be up for running AutoConfig successfully?

    (Choose two.)

    A.Web s erver

    B.Forms server

    C.Web listener

    D.Database server

    E.Database listener

    Ans: D,E

    115.What is the best method to edit the .xml file?

    A.After changes are made to the Context file t hrough t he OAM Web page, y ou must log in to OAM again for the

    changes to take effect.B.When you make changes to the Context file using a text editor and save the file, AutoConfig picks up the

  • 7/25/2019 APPS Questions _ Oracle DBA

    35/74

    changes whenever it runs next after the update.

    C.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 gets updated.

    D.AutoConfig automatically starts and picks up the changes and propagates them when the Context file gets saved

    on the Oracle Applications Manager (OAM) Web page.

    Ans: C

    116.You have done a single-node installation of Oracle Applications R12 on node 1. Because of some resource

    issues, you move only DB_ORACLE_HOME(10.2.0.2) and the database (.dbf files) to a new server (node 2).

    hich statement is correct about uXXXXXX.drv being applied to node 1 and node 2?

    A.uXXXXXX.drv only on node 2

    B.uXXXXXX.drv only on node 1

    C.uXXXXXX.drv on node 1, and then on node 2

    D.uXXXXXX.drv on node 2, and then on node 1

    Ans: B

    117.When do you run AutoConfig? (Choose three.)

    A.after the J AR f iles 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

    Ans: B,D,E

    118.Which operating system username would you use to connect to an Oracle Applications system to run an

    AutoPatch session?

    A.sys

  • 7/25/2019 APPS Questions _ Oracle DBA

    36/74

    B.apps

    C.system

    D.oracle

    E.applmgr

    Ans: E

    119.You migrated a database tier to a new host or platform, but the application tier still tries to connect to the

    old database. How will you fix this problem so that the application tier connects to the new database? (Choose

    wo.)

    A.Run AutoConfig on the database tier f ollowed by all application tiers.

    B.Reset the s_dbsid, s_dbhost, and s_dbport Context variables in the context file for the application tier.

    C.Reset the s_apps_jdbc_connect_descriptor Context variable in the context file for the application tier to an empty

    string.

    D.Execute the $ perl /bin/adgentns.pl appspass= contextfile= -removesystem command.

    Ans: A,D

    120.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

    Ans: D

    121.AutoPatch is _____.

    A.applied automaticallyB.a utility used to apply a patch

  • 7/25/2019 APPS Questions _ Oracle DBA

    37/74

    C.a patch applied as a side effect of another patch

    Ans: B

    122.Where is the AutoPatch executable located in Oracle Applications R12?

    A.$AD_TOPB.$AU_TOP/bin

    C.$AD_TOP/bin

    D.$APPL_TOP/admin

    E.$COMMON_TOP/bin

    Ans: C

    123.Identify the correct statement regarding the AutoPatch utility in R12.

    A.AutoPatch does not verify the A PPL_TOP name.

    B.AutoPatch prompts the user for the SYSTEM and APPS passwords.

    C.AutoPatch does not verify if the system is in maintenance mode or not.

    D.AutoPatch does not verify whether the concurrent programs are installed in the current APPL_TOP.

    E.AutoPatch does not verify whether it is pointing to the correct database and Applications technology stack.

    Ans: B

    124.In Oracle Applications Release 12, you want to set up your X Display. After changing the value of the

    DISPLAY variable in the Context files of the database and application tiers, which adautocfg.sh files do you

    execute for these changes to take effect? (Choose two.)

    A./admin/scripts/adautocfg.sh

    B./admin/scripts/adautocfg.sh

    C./admin/scripts/adautocfg.sh

    D./admin/scripts//adautocfg.sh

    E./appsutil/scripts//adautocfg.shF./appsutil/scripts//adautocfg.sh

  • 7/25/2019 APPS Questions _ Oracle DBA

    38/74

    Ans: A,F

    124.Which executable is used by Oracle Applications to invoke an AutoPatch session?

    A.adadmin

    B.adpatchC.admrgpch

    D.autopatch

    E.adsplice

    Ans: B

    125.Identify five required post-installation tasks for Oracle Applications R12 E-Business Suite. (Choose five.)

    A.Set up a stage directory.

    B.Configure the client software.

    C.Review security practices.

    D.Install the latest Java Development Kit.

    E.Update the log and out PL/SQL directories.

    F.Configure database initialization parameters.

    G.Implement product- and country-specific functionalities.

    Ans: B,C,E,F,G

    126.The Cumulative Update 2 (CU2) patch was applied to the test environment. The patch took a few hours to

    apply. The Applications DBA was assigned the task of investigating the changes made by the CU2 patch. The

    investigation would involve a comparison of the prepatched development environment and the patched test

    environment. Which tool should the Applications DBA use?

    A.Oracle Enterprise Manager

    B.Oracle Applications Manager

    C.Oracle Discoverer reporting toolD.Oracle Applications concurrent request (System Administrator) reports

  • 7/25/2019 APPS Questions _ Oracle DBA

    39/74

    Ans: B

    127.Which three statements are correct regarding cloning using the Rapid Clone utility? (Choose three.)

    A.It is mandatory to run postclone steps first on database tier, and then on the application tier.

    B.There is no need to run preclone steps on each node in a multi-node environment.C.It is mandatory to apply the latest Rapid Clone patch before copying source file to Target.

    D.After applying the latest Rapid Clone patch, it is mandatory to run AutoConfig on the application tier.

    E.Always run the preclone steps if any database structural changes were made to the system since the last

    precloning activity.

    Ans: A,D,E

    128.As part of the cloning process, the Applications DBA needs to copy the database tier file system to the

    arget system. Which step is NOT a part of this cloning process?

    A.Perform a normal shutdown of the s ource sy stem 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.

    Ans: D

    129.Instead of using the browsers Java Virtual Machine (JVM), Oracle Applications Release 12 uses a plug-in

    o access forms. Identify the plug-in used.

    A.Java applet

    B.Oracle JInitiator

    C.Sun J2SE Native Plug-in

    D.Oracle J2SE Native Plug-in

    Ans: C

  • 7/25/2019 APPS Questions _ Oracle DBA

    40/74

    130.The connection between the client and Oracle Applications R12 E-Business Suite forms is provided

    hrough _____.

    A.Net8

    B.SQL*Net

    C.An applet

    D.Java Database Connectivity (JDBC)

    Ans: C

    131.The Applications DBA needs to clone the Production system. Examine the list of steps that the

    Applications DBA is considering.

    1. Run AutoConfig on the application tier.

    2. Set up Rapid Clone on the database tier.

    3. Prepare the source system.

    4. Copy the source system to the target system.

    5. Configure the target system.

    hich step is NOT a part of the cloning process?

    A.step 1

    B.step 2

    C.step 3

    D.step 4

    E.step 5

    Ans: C

    132.In Oracle Applications Release 12, what are the components used in Oracle Application Framework?

    (Choose three.)

    A.Web ListenerB.Servlet Engine

  • 7/25/2019 APPS Questions _ Oracle DBA

    41/74

    C.Metadata UI Definition

    D.Business Components for Java (BC4J)

    E.Application Object Library Java (AOL/J)

    Ans: C,D,E

    133.The concurrent manager log and output files are consolidated into a single directory across all products.hich environment variable identifies the top-level directory?

    A.APPLCSF

    B.APPLOUT

    C.APPLLOG

    D.APPLPTMP

    E.APPCPNAM

    Ans: A

    134.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 t he 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.

    Ans: G

    135.Your Oracle Applications installation is configured on a Windows operating system. As the ApplicationsDBA, you need to run the adadmin utility to carry out certain maintenance tasks on the system. Identify the

  • 7/25/2019 APPS Questions _ Oracle DBA

    42/74

    steps you need to perform and their correct sequence to complete the task mentioned above.

    1. Log in to the application tier node as the owner of the database file system.

    2. Log in to the application tier node as the owner of the applications file system.

    3. Run %APPL_TOP%\APPS.cmd.

    4. Run %APPL_TOP%\envshell.cmd.

    5. Run the adadmin utility in the window in step 3.

    6. Run the adadmin utility from the window created in step 4.

    A.1,3,5

    B.2,3,5

    C.2,4,6

    D.1,4,6

    Ans: C

    136.Identify the script that is used to control the Forms server process in socket mode.

    A.adfrctl.sh

    B.adfrmctl.sh

    C.adapcctl.sh

    D.adalnctl.sh

    E.adformsrvctl.sh

    Ans: E

    137.How many ORACLE_HOMEs does Oracle Applications Release 12 have?

    A.four

    B.five

    C.two

    D.one

    E.three

    Ans: E

  • 7/25/2019 APPS Questions _ Oracle DBA

    43/74

    138.Which three statements are correct? (Choose three.)

    A.adcfgclone.pl mus t succes sfully finish on the database tier first.

    B.adcfgclone.pl must successfully finish on the application tier first .

    C.The apps password is required to run adcfgclone.pl on the application tier.

    D.The port pool information is required for running adcfgclone.pl on the database tier.E.The system database user password is required to run adcfgclone.pl on the application tier.

    F.adcfgclone.pl can be run in any sequence. It can be run on the database tier first or on the application tier first.

    Ans: A,C,D

    139.What is the version of the Java Oracle home in Oracle Applications Release 12?

    A.10.2

    B.8.1.7

    C.8.0.6

    D.10.1.3

    E.10.1.2

    Ans: D

    140.As the system administrator, you notice that the concurrent managers are not running. The solution is to

    run one of the application tier control scripts. Which script should be run?

    A.adrepctl.sh

    B.addisctl.sh

    C.adalnctl.sh

    D.adcmctl.sh

    Ans: D

    141.Identify the environmental variable that defines to which ORACLE schema the System Administration

  • 7/25/2019 APPS Questions _ Oracle DBA

    44/74

    responsibility connects.

    A.GWYID

    B.DBNAM

    C.FNDNAM

    D.FNDCPASS

    E.APPLFENV

    Ans: C

    142.In Oracle Applications R12, the Applications modules (packaged in the formsapp.ear file) are deployed to

    he 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

    Ans: D

    143.The adovars.env file specifies the location of different types of files, by using various environment

    variables. Identify three parameters that are part of this environment file. (Choose three.)

    A.FND_TOP

    B.OAH_TOP

    C.JRE_TOP

    D.JAVA_TOP

    E.CLASSPATH

    F.OA_JAVA_TOP

    G.SH_LIBRARY_PATH

    Ans: B,D,E

    144 O l A li ti d t PL/SQL t t fil d i t i Th fil

  • 7/25/2019 APPS Questions _ Oracle DBA

    45/74

    144.Oracle Applications produces temporary PL/SQL output files used in concurrent processing. These files

    are written to a location on the database server node specified by the APPLPTMP environment setting. What

    would be the value of APPLPTMP in the environment setting?

    A.the temporary directory used by the operating s ystem

    B.the $COMMON_TOP/temp directory where the common files are located

    C.the last value defined for the UTL_FILE_DIR parameter in the init.ora file

    D.the first value defined for the UTL_FILE_DIR parameter in the init.ora fileE.the $APPLCSF/out directory where the Applications common output files are located

    Ans: D

    145.If a particular products directory is located on a different disk than other products, how do you find the

    location of that products files?

    A.using the adadmin utilit y

    B.using the AutoConfig utility

    C.using Oracle Enterprise Manager

    D.using the .env file

    Ans: D

    146.Which directory structure is created by default when you install the Oracle Applications R12 file system ?

    A.db/apps_st/10.2.0B.apps/tech_st/10.2.0

    C.apps/tech_st/10.1.2

    D.apps/apps_st/common

    Ans: C

    147.What kind of files can be found in the /admin directory?

    A.data merge files used t o upgrade seed data

    B d i fil hi h t l A t U d

  • 7/25/2019 APPS Questions _ Oracle DBA

    46/74

    B.driver files, which control AutoUpgrade processes

    C.product-specific files used by AutoUpgrade to upgrade that product

    D.object-description files used to create tables and other database objects

    Ans: C

    148.Identify three application-tier technology components used in Oracle Applications Release 12. (Choose

    hree.)

    A.Jserv

    B.Oracle Developer 10i

    C.Oracle JDeveloper 9i

    D.Application Server 10.1

    E.Oracle HTTP Server/Apache 10.1.3

    Ans: B,D,E

    149.In Oracle Applications R12, where will you find information regarding minimum or required settings for

    database i nitialization parameters?

    A.applora.txt

    B.applprod.txt

    C.applcust.txt

    D.adconfig.txt

    E.appl.txt

    Ans: A

    150.To create a new context file in the database tier, the following command is executed:

    cd /appsutil

    erl ./bin/adclonectx.pl contextfile=$CONTEXT_FILE

    h t i th t f t f th t t fil t d i th t ki di t ?

  • 7/25/2019 APPS Questions _ Oracle DBA

    47/74

    hat is the correct format of the new context file created in the current working directory?

    A._.cfg

    B._.xml

    C._.txt

    D.__.cfg

    E.__.xml

    F.__.txt

    Ans: B

    151.How many times can AutoPatch be restarted?

    A.unlimited times

    B.no more than 20 times

    C.no more than 50 times

    D.no more than 10 times

    E.as many times as defined in the Number of Workers

    Ans: A

    152.Choose two statements that are correct for AutoPatch running in Test Mode. (Choose two.)

    A.It Relinks any executables.

    B.It does not record patch history.C.It reads and validates the patch drivers file.

    D.It generates any forms, reports, PL/SQL libraries, or menu files.

    E.It copies any files from the patch directory to the installation area.

    Ans: B,C

    153.There was an error while applying a patch. The AutoPatch error message indicates that the

    FND_INSTALL_PROCESSES table already exists. AutoPatch asks if you want to drop the table. Which twosteps need to be performed before dropping the table? (Choose two.)

  • 7/25/2019 APPS Questions _ Oracle DBA

    48/74

    A.Shut down the c oncurrent managers process.

    B.The users need to log out of Oracle Applications.

    C.Determine if there are errors in the Patch log files.

    D.Determine if other users are running the AD Merge program.

    E.Check whether a previous patch session did not run to completion.

    F.Determine if AutoPatch or any other AD Utility is running in another session.

    G.The password for the APPS user is invalid. Confirm the password of the APPS user.

    Ans: E,F

    154.Which command-line argument is passed to admrgpch to name the merged driver file that is created as a

    result of merging multiple patches?

    A.mergename

    B.mergedname

    C.merge_name

    D.merged_name

    Ans: C

    155.Which option is required when using the Applied Patches Advanced Search feature in OAM?

    A.Patch ID

    B.LanguageC.Server Type

    D.Applications System Name

    E.Product that owns the patch

    F.Applied From Date and To Date

    G.APPL_TOP where the patches were applied

    Ans: D

    156.Which statement holds true when AutoPatch is run in test mode?

  • 7/25/2019 APPS Questions _ Oracle DBA

    49/74

    A.AutoPatch runs AutoConfig in test mode.

    B.AutoPatch relinks executables in test mode.

    C.AutoPatch runs SQL scripts or any executables in test mode.

    D.AutoPatch generates forms, reports, menus, and PL/SQL libraries in test mode.

    Ans: A

    157.You are in the midst of applying a patch on an Oracle Applications system when AutoPatch reports that

    one of the workers failed and that it requires you to fix this error before proceeding. Where would you get

    detailed information about the cause of the workers failure?

    A.adpatch.lgi

    B.adpatch.log

    C.adwrkXXX.log

    D.adworkXXX.log

    E.adworkerXXX.log

    Ans: D

    158.Which task would you perform as a postautopatch task?

    A.Back up configuration files.

    B.Enable maintenance mode.

    C.Disable maintenance mode.D.Bring down application-tier server processes.

    Ans: C

    159.Applying a patch in Pre-Install mode performs which three actions only? (Choose three.)

    A.generates JAR files

    B.reads product drivers fileC.relinks all the executables

    D performs file copy actions

  • 7/25/2019 APPS Questions _ Oracle DBA

    50/74

    D.performs file copy actions

    E.performs version checking

    F.relinks FND and AD executables only

    Ans: D,E,F

    160.When you run an autopatch session, the AutoPatch utility prompts you to mention batchsize to be used for

    he current session along with a suggested value. What is the significance of batchsize while applying the

    patch?

    A.batchsize determines the number of parallel workers to be used during the autopatch session.

    B.batchsize determines the number of scripts that would be run in parallel during the autopatch session.

    C.batchsize determines the number of objects that would be compiled in parallel during the autopatch session.

    D.batchsize determines the number of rows that would be committed when certain scripts are run during the

    autopatch session.

    Ans: D

    161.Identify the tasks AutoPatch would perform in Pre-Install mode. (Choose all that apply.)

    A.generating f iles

    B.performing File copy actions

    C.checking versions

    D.reading product driver files

    E.applying maintenance packsF.running SQL or EXEC commands

    G.relinking FND and AD executables

    Ans: B,C,G

    162.Which AutoPatch option is used to run a noninteractive autopatch session?

    A.defaultfileB.defaultsfile

    C default file

  • 7/25/2019 APPS Questions _ Oracle DBA

    51/74

    C.default_file

    D.defaults_file

    Ans: B

    163.Which three types of patches can be merged by using the AD Merge Patch utility? (Choose three.)

    A.AP patches

    B.AD patches

    C.FND patches

    D.all types of patches

    E.patches of different releases

    F.patches of different platforms

    G.generic patches with patches of a specific platform

    Ans: A,C,G

    164.When you choose Search Patches from Oracle Applications Manager Site Map, it defaults to the Applied

    Patches Simple Search page. What can you do from this Applied Patches home page?

    A.Go t o Oracle Enterprise Manager (OEM).

    B.Go to other OAM functionality by selecting it from the option buttons.

    C.Click the Calendar button to view the patches applied on a specific date.

    D.Click the Family Pack button to view all applied family pack patches.

    E.Click the Advanced Search button to access the Applied Patches Advanced Search page.

    Ans: E

    165.What are the prerequisites (minimum version) at the operating system level before cloning an environment

    in Oracle Applications Release 12?

    A.tar version 4.x (Minimum) and zip version 3 (Minimum)

    B.perl version 5.x (Minimum) and zip version 2.3 (Minimum)C.gzip version 2.5 (Minimum) and tar version 5.0 (Minimum)

    D gunzip version 5 x (Minimum) and perl version 5 x (Minimum)

  • 7/25/2019 APPS Questions _ Oracle DBA

    52/74

    D.gunzip version 5.x (Minimum) and perl version 5.x (Minimum)

    E.perl version 2.3 (Minimum) , zip version 5.x (Minimum), and gunzip version 5.x (Minimum)

    Ans: B

    166.Which command needs to be run to add a new node to an existing system?

    A.perl adautocfg.pl

    B.perl adaddnode.pl

    C.perl adcfgclone.pl addnode

    D.perl adcfgclone.pl appsTier

    Ans: B

    167.Identify the valid component of R12 Oracle Applications Technology Stack.

    A.Jserv

    B.Oracle JInitiator

    C.Oracle Developer 6i

    D.Oracle JDeveloper 9i

    E.Oracle Containers for Java (OC4J)

    Ans: E

    168.Which script must be used to start all application services in Oracle Applications R12?

    A.adstrtal.sh

    B.adfmsctl.sh

    C.adapcctl.sh

    D.adfmcctl.sh

    Ans: A

    169.Which directory in Oracle Applications R12 contains ORACLE HOME used for the tools components of the

  • 7/25/2019 APPS Questions _ Oracle DBA

    53/74

    169.Which directory in Oracle Applications R12 contains ORACLE_HOME used for the tools components of the

    Applications technology stack?

    A.apps/tech_st/8.1.7

    B.apps/tech_st/8.0.6

    C.apps/tech_st/10.1.3

    D.apps/tech_st/10.1.2

    E.apps/tech_st/10.2.0

    Ans: D

    170.You want to run preclone on database tier. You logged in to the database node and realized that the

    appsutil directory is missing. Identify the command you use to re-create appsutil.zip, so that the appsutil

    directory can be re-created.

    A.perl /bin/admkdbutil.pl

    B.perl /bin/admkappsutil.pl

    C.perl /appl/bin/admkappsutil.pl

    D.perl /appl/bin/admkappsutil.pl

    Ans: B

    171.Which two values must be set for changing the temporary directory for log and output files from the

    PL/SQL concurrent program? (Choose two.)

    A.TMP_DIR variable

    B.APPLPTMP variable

    C.APPLTMP parameter

    D.Utl_file_dir parameter

    Ans: B,D

    172.Which Oracle Applications environment file is used to compile and link custom Oracle Forms user exitsand concurrent programs with Oracle Applications R12?

  • 7/25/2019 APPS Questions _ Oracle DBA

    54/74

    A.fndenv.env

    B.devenv.env

    C.adovars.env

    D..env

    E.APPS_.env

    Ans: B

    173.Identify the default version of database-tier technology used in Oracle Applications Release 12.

    A.Oracle Database 9i

    B.Oracle Database 11g

    C.Oracle Database 10g

    D.Oracle Database 11i

    Ans: C

    174.Postclone completed successfully both on the database tier and the application tier. All services started

    normally, but the login page was blank. Which action would you perform to fix this error?

    A.Compile JSPs .

    B.Recompile all fnd forms.

    C.Relink all fnd executables.

    D.Regenerate all message files.E.Maintain snapshot information.

    Ans: A

    175.In Oracle Applications R12 configured on a UNIX operating system, where will you find the various

    application tier control scripts?

    A.$INST_TOP/adminB.$APPL_TOP/admin/scripts

    C.$INST TOP/admin/scripts

  • 7/25/2019 APPS Questions _ Oracle DBA

    55/74

    $ _ p

    D.$COMMON_TOP/admin/scripts

    E.$INST_TOP/admin/scripts/$CONTEXT_NAME

    Ans: C

    176.The patch 384610 was applied to the test environment successfully. To schedule the patch to be applied to

    he production environment, the Applications DBA should inform the users of the unavailability of the

    production environment. Which report can the Applications DBA look at to determine the estimated duration of

    he task, assuming that the hardware, server load, and applications running on the servers are unchanged?

    A.Timing report

    B.Bug Fixes report

    C.Files Copied report

    D.Action Details report

    E.Patch Details report

    F.Action Summary report

    Ans: A

    177.The application tier has a dual role in the architecture of Oracle Applications Release 12. Identify the two

    roles. (Choose two.)

    A.provides t he ability to run the database instance

    B.hosts the various servers that process the business logicC.manages communication between the desktop tier and the database tier

    D.distributes concurrent managers across multiple nodes in a cluster environment, spreading concurrent processing

    across available nodes

    E.contains the Oracle data server files and Oracle Applications database executables that physically store the

    tables, indexes, and other database objects for the system

    Ans: B,C

    177.Which four statements are true about the Rapid Clone utility? (Choose four.)

  • 7/25/2019 APPS Questions _ Oracle DBA

    56/74

    A.It removes c omponents of the f ile s ystem.

    B.It does not remove any components of the file system.

    C.It can be used to migrate an existing system to a new server.

    D.It reimplements the saved configuration on the target system.

    E.It is applied in Normal mode to all APPL_TOPs on the source system.

    F.It preserves the Oracle Applications configuration information that is specific to the target system.

    Ans: A,C,D,F

    178.All services of Oracle Applications R12 (application tier and database tier) are down. On which tier would

    he preclone finish successfully?

    A.none of the t iers

    B.database tier only

    C.application tier only

    D.both application and database tiers

    Ans: C

    179.A patch was applied successfully last night to the Oracle Applications environment to fix a bug. To check

    he 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.Acc ess 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.

    Ans: D

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

  • 7/25/2019 APPS Questions _ Oracle DBA

    57/74

    A.adcfgclone.pl dbTechStack only

    B.adcfgclone.pl databaseTechStack only

    C.adcfgclone.pl database and adcfgclone.pl dbconfig .xml

    D.adcfgclone.pl dbTechStack and adcfgclone.pl dbconfig .xml

    Ans: D

    180.Which two statements are correct about multi-node cloning using Rapid Clone (adcfgclone.pl) for Oracle

    Applications R12? (Choose two.)

    A.Rapid Clone cannot be used for c loning if the s ource sy stem is using a shared file sys tem.

    B.Post clone must be run first on the application tier node and then on the database node .

    C.Rapid Clone can be used where the source system or the target system is a multi-node system.

    D.Rapid Clone cannot be used for cloning if the source is using Parallel Concurrent Processing (PCP).

    E.One copy of the applications node files must be copied to the target system, regardless of whether a shared file

    system is being used on the source or the target system.

    Ans: C,E

    181.You have to perform a two-node installation of Oracle Applications Release 12. The configuration should

    be the following: Application Database and Concurrent Processing should be deployed on Server A, and Web

    and Forms services should be deployed on Server B. Which services should you install on the respective

    nodes? (Choose two.)

    A.Web Entry Point S ervices on Server B

    B.Batch Processing Services on Server A

    C.Batch Processing Services and Other Service Group on Server A

    D.Root Services, Batch Processing Services, and Other Service Group on Server A

    E.Root Services, Web Entry Point Services, and Web Application Services on Server B

    Ans: B,E

    182.Your Oracle Applications system is reporting some problem and the solution is to apply a patch. Before

    applying the patch, you want to check the effects this new patch would have on your system. Which command

  • 7/25/2019 APPS Questions _ Oracle DBA

    58/74

    would help you achieve this?

    A.adpatch

    B.adpatch test=y

    C.adpatch apply=n

    D.adpatch preinstall=y

    Ans: C

    183.Users are encountering issues on Oracle Applications. Though they are able to log in and view their

    responsibilities, there are no navigable forms for the responsibilities. They see the following error message:

    There are no valid Navigations for this responsibility. There was a patch applied on the Oracle Applications

    environment before starting the server processes. The Applications DBA stopped all the server processes.

    hat should you do to solve the error, before starting the server processes?

    A.Enable Maintenance mode.

    B.Disable Maintenance mode.

    C.Regenerate the menus using adadmin.

    D.Start the database tier listener process.

    E.Run the AD Administration utility and generate the forms.

    Ans: B

    184.Your patch was applied and finished without encountering any error during the process. Which is NOT acorrect part of the postpatch process?

    A.updating the MLS

    B.removing any obsolete files

    C.restarting all server processes

    D.cleaning up the log, restarting and out directories

    E.pinning packages and sequences in the System Global Area

    F.performing any manual steps on the basis of readme.txt of the patch

    G.using the Change Maintenance Mode option of AD Administration to enable maintenance mode

    Ans: G

  • 7/25/2019 APPS Questions _ Oracle DBA

    59/74

    185.According to readme.txt of the patch, the APPS schema must be recompiled and the AR forms must be

    regenerated after the patch is applied successfully. There would be several invalid objects in the database.

    hich is the correct step?

    A.Run the AutoPatch and choose the generate driver only in line mode.

    B.Run SQL*Plus as the APPS user. Recompile the invalid objects and generate the forms.

    C.Run the AD Administration. Recompile the APPS schema and regenerate the AR Forms executables.

    D.Log in to Oracle Applications and submit a concurrent request to recompile the APPS schema. Submit another

    concurrent request to regenerate the Forms executables.

    Ans: C

    186.Which two statements are correct about Rapid Clone? (Choose two.)

    A.Rapid Clone does not t ake care of oraInventory.

    B.Rapid Clone updates only site-level profile options.

    C.Rapid Clone itself does not start the application services automatically on the node.

    D.Rapid Clone automatically creates a control file and brings up the database on the database tier.

    E.Rapid Clone does not configure the source application printer configuration in the target system.

    Ans: B,D

    187.What does the /resource directory contain in Oracle Applications?

    A.product-specific GIF files

    B..pll files used by Oracle Reports

    C..pll and .plx files used by Oracle Forms

    D.SQL scripts used by Oracle Applications products at run time

    Ans: C

    188.Identify three modes in which AutoPatch can be run, in addition to the normal patch application mode.

  • 7/25/2019 APPS Questions _ Oracle DBA

    60/74

    (Choose three.)

    A.hotptch

    B.Test mode

    C.Pre-install mode

    D.Non-interactive operation

    E.Patch Impact Analysis Mode

    Ans: B,C,D

    189.Oracle Workflow provides infrastructure for the enterprise wide communication of data. This data is related

    o defined business events, providing capabilities needed to _____. (Choose three.)

    A.manage concurrent processing

    B.streamline and automate transaction flows

    C.notify users about specific database exceptions

    D.support standard and personalized business rules

    E.deliver notification emails to any Oracle Applications or Internet user

    Ans: B,D,E

    190.You need to apply patches to the production environment. Applying the patches on the test environment

    was successful. When you applied the patches to the production environment, the patches finished without

    any errors during the process. However, patch changes were not applied and the patch histories were notchanged. What could be the cause of this situation?

    A.The production database is down.

    B.The AutoPatch version is incorrect.

    C.The table for the patch history is full.

    D.The patch was applied in Test mode.

    E.The patch was applied in Normal mode.

    Ans: D

  • 7/25/2019 APPS Questions _ Oracle DBA

    61/74

    191.A company has implemented Oracle Applications Release 12. It wants to configure a system that sends

    emails to key database administrators (DBAs) when a tablespace in the Oracle Applications database does not

    have adequate free space. Identify which component in the Oracle Applications technology layer performs this

    ask.

    A.Oracle Alert

    B.Oracle Workflow

    C.Oracle E-mail Notification

    D.Oracle Applications Framework

    Ans: A

    192.Identify three features that INST_TOP supports. (Choose three.)

    A.read-only file syst ems

    B.centralization of log files

    C.centralization of all JSP files

    D.centralization of data files and control files

    E.centralization of application and database server control scripts

    F.sharing of APPL_TOP and technology stack among multiple instances

    Ans: A,B,F

    193.Which statement regarding the Oracle Applications R12 technology stack is correct?

    A.The frmweb executable is invoked f rom the 10.1.2 ORACLE_HOME.

    B.JServ is one of the components of the Oracle Applications R12 technology stack.

    C.The Applications modules (packaged in the formsapp.ear file) are deployed in the OC4J Forms instance running in

    the 10.1.2 ORACLE_HOME.

    D.The Application Server 10.1.3 ORACLE_HOME replaces the 8.0.6 ORACLE_HOME provided by Oracle9i

    Application Server 1.0.2.2.2 in Release 11i.

    E.The Application Server 10.1.2 ORACLE_HOME replaces the 8.1.7-based ORACLE_HOME provided by Oracle9i