APPS DBA Interview Questions - Oracle DBA
APPS DBA Interview Questions - Oracle DBA
Subscribe
2.How you put Applications 11i in Maintenance mode?
View group
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.
Categories
Oracle Certification QA
3.Can you apply patch without putting Applications 11i in Maintenance mode?
Core DBA OCP Questions
Ans: Adsplice in oracle apps is utility to add a new product to EBS APPS DBA Interview Questions
Ans: MRC also called as Multiple Reporting Currency in Oracle Apps. By default you have currency in US Dollars but if ORACLE APPS DBA R12
your organizations operating books are in other currency then you as apps DBA need to enable MRC in Apps.
Documentation
Trouble Shooting
7.Where is Jserv configuration files stored?
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: plssql & session cache are stored under $IAS_ORACLE_HOME/ Apache/modplsql/cache directory
12.What is RRA/FNDFS?
Ans: Report Review Agent (RRA) also referred by executable FNDFS is default text viewer in Oracle Applications 11i
for viewing output files & log files.
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
Ans: lsnrctl start APPS_$SID (replace SID with your Instance Name) so if your SID is VISION then use lsnrctl status
APPS_VISION
Ans: SQLPLUS> select count(*) from dba_objects where status like INVALID';
Ans: You can use adadmin utility to compile or you can use utlrp.sql script shipped with Oracle Database to compile
Invalid Database Objects.
Ans: # adpatch is utility to apply oracle apps Patches whereas # opatch is utility to apply database patches
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
Ans: f60srvm
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
Ans: odf stands for Object Description Files used to create tables & other database objects while applying a patch.
Ans:No, apps_mrc schema is dropped with 11.5.10 Upgrade & 11.5.10 new Install. This is replaced by more Integrated
Architecture.
Ans: FND_PRODUCT_GROUPS
25.How will you find the Apache, forms, reports version in an EBS suite?
f60gen Forms
ar60run Reports
29.What are profile options, what are various types of profile options?
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
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.)
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 custom packages
are moved into the APPS schema, and during the upgrade process.The Compile APPS Schema task can be
toggled to compile all objects or just the invalid objects. Choose three correct benefits of using this task.
(Choose three.)
Ans: A,C,D
33.Which two tasks can you perform with the Application DBA (AD) Controller utility? (Choose two).
A) Restart a failed patch.
B) Review the worker status.
C) Assign a job to the worker.
D) Restart a completed worker.
E) Restart a terminated worker.
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
you determine the source of the error?
A) Check the AutoPatch 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?
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
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, 2
E) 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
the 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
job to completion. (Choose two.)
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 related
correct solution.
Solution: Run the Validate APPS schema task by using the adadmin utility.
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.)
Ans: A,B,D
41.When does the FND_INSTALL_PROCESSES table get created in the Oracle Applications R12 E-Business
Suite database?
Ans: B
42.You suddenly start receiving errors indicating that there are numerous Java files in the database that are
corrupted 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?
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.)
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 the 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
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
Ans: B,D,E
Ans: B
48.Which three statements are true about the E-Business Suite Applications Context file? (Choose three)
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.)
Ans: C,D
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 files for a
long time. Identify the reasons for this. (Choose two.)
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.)
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
feature 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.)
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 packages
from the GL product modules.
You remember that one of the occasions when you should 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.)
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.)
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.
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.)
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
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?
Ans: E
60.What are the two possible sequences of worker status while a job is being completed by a worker?(Choose
two.)
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
Applications?
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?
What are the three occasions when you need to force the generation of all JAR files? (Choose three.)
Ans: A,B,D
64.Enter forms to generate, or enter all [all]: FNDSCSGN.fmx The utility finished with no errors in the log
file.What is the outcome of running the adadmin utility?
A) All forms in the 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
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?
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.)
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.)
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
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?
Ans: D
72.Which three statements about the Applications Context file are true? (Choose three.)
Ans: D,E,F
73.As part of the cloning process, the Applications DBA needs to copy the application tier file system to the
target system. Which step is NOT a part of this process?
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
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
that are new, changed, and ignored while applying the patch.Which feature of the Patch Wizard would help you
accomplish this?
A) Patch Filters
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.)
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
the Applications Context file of Node 1? (Choose all that apply.)
A) s_isAdWeb = Yes
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
three.)
A)By using the APPS schema, the effect 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 report
B.applied product patches report
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 newer
version 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?
Ans: D
84.Which statement correctly describes the purpose of the generate driver of a patch?
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 generate new
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
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
Ans: B
88.Which piece of information is captured as part of the Patch Impact Analysis of a particular patch?
Ans: D
89.What are the three benefits of the Applications Context file? (Choose three.)
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?
Ans: F
91.There are many components of a patch. Which four are drivers? (Choose four.)
A.copy
B.unified
C.database
D.generation
E.accumulation
Ans A,B,C,D
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 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.
Ans: D
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 pack
D.maintenance pack
Ans: A
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.)
Ans: C,E
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.
Ans: A
98.Which are the two most common types of installations and node types? (Choose two.)
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_.env
C.$APPL_TOP/admin/APPS.env
D.$APPL_TOP/admin/APPS_.env
Ans: A
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?
Ans: B
102.Identify the situations in which you would select a multi-node installation. (Choose all that apply.)
A.Data security is a concern and the application serves 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
103.Which statements about AutoConfig are true? (Choose all that apply.)
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
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.
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
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
Ans: A,E
109.Which can be patched using the AutoPatch utility? (Choose all that apply.)
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.
What should you do to roll back an AutoConfig session?
Ans: A
Ans: B,D,E
114.Which two Oracle Applications Release 12 services should be up for running AutoConfig successfully?
(Choose two.)
A.Web server
B.Forms server
C.Web listener
D.Database server
E.Database listener
Ans: D,E
A.After changes are made to the Context file through the OAM Web page, you 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 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).
Which statement is correct about uXXXXXX.drv being applied to node 1 and node 2?
Ans: B
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
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
two.)
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 automatically
B.a utility used to apply a patch
C.a patch applied as a side effect of another patch
Ans: B
A.$AD_TOP
B.$AU_TOP/bin
C.$AD_TOP/bin
D.$APPL_TOP/admin
E.$COMMON_TOP/bin
Ans: C
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.sh
F./appsutil/scripts//adautocfg.sh
Ans: A,F
A.adadmin
B.adpatch
C.admrgpch
D.autopatch
E.adsplice
Ans: B
125.Identify five required post-installation tasks for Oracle Applications R12 E-Business Suite. (Choose five.)
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?
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
target system. Which step is NOT a part of this cloning process?
Ans: D
129.Instead of using the browsers Java Virtual Machine (JVM), Oracle Applications Release 12 uses a plug-in
to 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
130.The connection between the client and Oracle Applications R12 E-Business Suite forms is provided
through _____.
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.
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 Listener
B.Servlet Engine
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.
Which 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?
Ans: G
135.Your Oracle Applications installation is configured on a Windows operating system. As the Applications
DBA, you need to run the adadmin utility to carry out certain maintenance tasks on the system. Identify the
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
A.four
B.five
C.two
D.one
E.three
Ans: E
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
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
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
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.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?
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?
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.0
B.apps/tech_st/10.2.0
C.apps/tech_st/10.1.2
D.apps/apps_st/common
Ans: C
Ans: C
148.Identify three application-tier technology components used in Oracle Applications Release 12. (Choose
three.)
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 initialization 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
What 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.)
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 two
steps need to be performed before dropping the table? (Choose two.)
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.Language
C.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
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
Ans: C
159.Applying a patch in Pre-Install mode performs which three actions only? (Choose three.)
Ans: D,E,F
160.When you run an autopatch session, the AutoPatch utility prompts you to mention batchsize to be used for
the 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 files
B.performing File copy actions
C.checking versions
D.reading product driver files
E.applying maintenance packs
F.running SQL or EXEC commands
G.relinking FND and AD executables
Ans: B,C,G
A.defaultfile
B.defaultsfile
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?
Ans: E
165.What are the prerequisites (minimum version) at the operating system level before cloning an environment
in Oracle Applications Release 12?
Ans: B
A.perl adautocfg.pl
B.perl adaddnode.pl
C.perl adcfgclone.pl addnode
D.perl adcfgclone.pl appsTier
Ans: B
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
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 exits
and concurrent programs with Oracle Applications R12?
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/admin
B.$APPL_TOP/admin/scripts
C.$INST_TOP/admin/scripts
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
the 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
the 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.)
Ans: B,C
177.Which four statements are true about the Rapid Clone utility? (Choose four.)
Ans: A,C,D,F
178.All services of Oracle Applications R12 (application tier and database tier) are down. On which tier would
the preclone finish successfully?
Ans: C
179.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?
Ans: D
179.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.
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 cloning if the source system is using a shared file system.
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.)
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
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.
What should you do to solve the error, before starting the server processes?
Ans: B
184.Your patch was applied and finished without encountering any error during the process. Which is NOT a
correct part of the postpatch process?
Ans: G
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.
Which 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.)
Ans: B,D
Ans: C
188.Identify three modes in which AutoPatch can be run, in addition to the normal patch application mode.
(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
to defined business events, providing capabilities needed to _____. (Choose three.)
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 not
changed. 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
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
task.
A.Oracle Alert
B.Oracle Workflow
C.Oracle E-mail Notification
D.Oracle Applications Framework
Ans: A
Ans: A,B,F
193.Which statement regarding the Oracle Applications R12 technology stack is correct?
Ans: A
194.You try to run adpatch and adadmin, but it fails with the following error: Your current Applications top
directory does not match that of the configuration file. Please check that your environment is correct. Which
configuration file should you change to fix this issue?
A.config.txt
B.adcert.txt
C.adsign.txt
D.topfile.txt
E.appltop.cer
F.adconfig.txt
Ans: F
Ans: A
196.What is the primary purpose of the APPL_TOP directory?
Ans: D
A./APPL
B./APPL
C./APPL
D./apps/apps_st/appl
E./APPL
Ans: D
198.Identify the three common subdirectories of the APPL_TOP directory of the Oracle Applications file
system. (Choose three.)
A.au
B.fnd
C.xla
D.util
E.clone
F.portal
G.scripts
Ans: ABC
199.In Oracle Applications R12, to which directory does the $OA_HTML environment variable point?
A.$INST_TOP/html
B.$COMMON_TOP/html
C.$INST_TOP/webapps/oacore/html
D.$COMMON_TOP/webapps/oacore/html
Ans: D
Ans: A,C,E,F
201.Which three statements are true about the APPL_TOP directory? (Choose three.)
Ans: A,D,E
202.In Oracle Applications R12, which environment variable specifies the location of the Java zip files?
A.$AF_JLIB
B.$JAVA_LIB
C.$JAVA_TOP
D.$CLASSPATH
E.$AF_CLASSPATH
Ans: A
203.Identify the environment variable that points to the $COMMON_TOP/java directory in Oracle Applications
R12.
A.JDK_TOP
B.JRE_TOP
C.JAVA_TOP
D.JAVA_BASE
Ans: D
204.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.
Ans: ACE
205.Identify two reasons why all code objects (synonyms, views, triggers, and packages) for all products reside
in the APPS schema. (Choose two.)
Ans: A,D
206.Which four statements are true with respect to the APPS schema? (Choose four.)
Ans: A,B,D,E
207.You run the adadmin utility to generate message files. It completes with errors. Where will you find the log
file (adadmin.log)?
A.$INST_TOP/logs/appl/admin/log
B.$INST_TOP/logs/ora/10.1.2/log
C.$APPL_TOP/admin/$CONEXT_NAME/log
D.$AD_TOP//log, where is the value of your ORACLE_SID or TWO_TASK variable (UNIX) or LOCAL variable
(Windows)
E.$APPL_TOP/admin//log, where is the value of your ORACLE_SID or TWO_TASK variable (UNIX) or LOCAL
variable (Windows)
Ans: E
208.Identify the formula based on which AD utilities provide the default number of workers.
A.2 * (the number of CPUs on the database server)
B.2 + (the number of CPUs on the database server)
C.2 * ( the parallel_max_servers initSID.ora parameter in the database)
D.2 + (the parallel_max_servers initSID.ora parameter in the database)
Ans: A
A.ad
B.fnd
C.apps
D.applsys
E.applsyspub
Ans: D
210.Parallel processing is controlled by job managers. Choose the correct sequence of actions performed by
these job managers.
4) Poll the FND_INSTALL_PROCESSES table, looking for updates from the workers.
5) Update each row with the next task in the list and leave messages for the worker.
6) Update the FND_INSTALL_PROCESSES table with a subset of the list of jobs; one job per worker.
A.1,6,5,3,4,2
B.5,6,1,4,2,3
C.6,1,4,5,2,3
D.4,1,5,6,3,2
E.6,1,5,4,2,3
F.5,1,6,4,2,3
Ans: C
211.The database server process scripts are created by Rapid Install. In which two processes would you use
these scripts? (Choose two.)
Ans: A,B
212.When you execute adutconf.sql as the apps database user, it creates a file called adutconf.lst. Identify the
configuration information that will be captured in adutconf.lst. (Choose four.)
Ans: A,B,C,D
213.In an Oracle Applications R12 environment, worker restart files are used to continue processing from the
point where it stopped. Where can you locate these files?
A.$AD_TOP/admin//log
B.$APPL_TOP/admin//log
C.$AD_TOP/admin//restart
D.$APPL_TOP/admin//restart
E.$APPL_TOP/admin//wrkr/log
F.$AD_TOP/admin//wrkr/restart
Ans: D
214.Identify which three statements are true about restart files. (Choose three.)
Ans: A,D,E
Ans: B,D,E
216.Which two statements are true about the APPS schema? (Choose two.)
Ans: A,C
217.What are the four benefits of using shared APPL_TOP? (Choose four.)
Ans: A,B,E,F
Ans: C
219.What is contained in the FND_APPLICATION_TL table found in the Oracle Applications R12 database?
A.table list of all Oracle Application Object Library (AOL) objects
B.transaction-load statistics of Application Object Library usage
C.trigger logic for all Application Object Library (AOL)-related tables
D.language-translated information about all applications registered with Application Object Library
Ans: D
220.The database system identifier (SID) name of the installed Oracle Applications R12 database is
prod.
Ans: C
221.What are the three benefits of the Oracle Applications Tablespace Model? (Choose three.)
Ans: B,C,E
222.As an Oracle Applications DBA, you are asked to bring up the Oracle Applications R12 environment, which
is restored from backup. You try to start the services and find that the startup scripts adapcctl.sh, adalnctl.sh,
and adcmctl.sh are missing. Identity which utility you will use to re-create these scripts?
A.adrelink.sh
B.adgensgn.sh
C.adautocfg.sh
D.adcfginfo.sh
E.adcrscrpts.sh
Ans: C
223.In the Oracle Applications R12 file system, where do you find the server process scripts of the database
tier?
A./admin/scripts
B./admin/scripts
C./scripts
D.<8.0.6 ORACLE HOME>/appsutil/scripts
E./appsutil/scripts//
F./
Ans: E
224.Which three statements correctly describe shared APPL_TOP features and functionality? (Choose three.)
Ans: A,B,D
225.On a database server that uses a Windows platform, there are two ways to stop a database. One way is to
go to the Windows Services window, and then click Stop. Which is the other way (on a Windows platform)?
Ans: C
226.Identify three facts that you should consider when planning a shared APPL_TOP Oracle Applications
installation. (Choose three.)
Ans: C,D,E
227.Identify three valid AD utilities for Oracle E-Business Suite R12. (Choose three.)
A.admail
B.adjkey
C.adident
D.adsplice
E.adcontrol
F.adcfgclon
G.adlicmgr.sh
Ans: B,C,D
228.You need to execute the adadmin utility. You log in as an applications user (applmgr). Which environment
file should you run to execute adadmin successfully?
A.$APPL_TOP/SID.env
B.$INST_TOP/.env
C.$APPL_TOP/.env
D.$INST_TOP/ APPS.env
E.$APPL_TOP/ APPS.env
Ans: E