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)?
-
A
-
B
-
C
C:\> addbctl.cmd stop normal
-
D
C:\> addinctl.cmd stop <SID>
-
E
C:\> addbctl.cmd shutdown immediate
Reveal answer details
Close answer details
Which directory structure is created by default when you install the Oracle Applications R12 file system?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
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
-
B
-
C
-
D
-
E
-
F
Reveal answer details
Close answer details
What is true about editing and saving the <CONTEXT_NAME>. xml file by using the Oracle Applications Manager (OAM) Web page?
-
A
The Context file is edited and saved only to the file system. AutoConfig picks up the changes whenever it runs next after the update.
-
B
AutoConfig automatically starts and picks up the changes and propagates them when the Context file is saved on the OAM Web page.
-
C
After changes made to the Context file are saved on the OAM Web page, you must log out and log in again to OAM to apply and propagate the changes.
-
D
When you make changes to the Context file on the OAM Web page and save the file, the changes are stored in the OAM database and the Context file is updated.
Reveal answer details
Close answer details
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 application
-
D
prerequisite patches required by the patch along with the readme of each patch
Reveal answer details
Close answer details
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
-
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.
Reveal answer details
Close answer details
Question 7
Multiple choice
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).
Reveal answer details
Close answer details
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 variable 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. Shutting down and restarting 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.
Reveal answer details
Close answer details
You just brought the middle tier back after a hardware problem has been fixed. Oracle Applications now experience problems with an entire product group of forms (fnd), which includes the sign-on form. You decide that you will generate the forms files in AD Administration to see whether this will fix the problem. You answered the prompts from the utility as follows: 1. Do you want to generate Oracle Forms using your current character set? (Yes) 2. Do you want to regenerate Oracle Forms PL/SQL library files? (Yes) 3. Do you want to regenerate Oracle Forms executable files? (Yes) 4. Do you want to regenerate Oracle Forms menu files? (Yes) 5. Enter the list of products, or enter 'all' [all]: (fnd) 6. Do you want to generate specific form objects for each selected product? (Yes) 7. Enter libraries and menus to generate, or enter 'all' [all]: (APPCORE.pll, the main library) 8. 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.
Reveal answer details
Close answer details
Question 10
Single choice
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? 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
-
B
-
C
-
D
-
E
Reveal answer details
Close answer details
Question 11
Single choice
Match the following: i. APPLSYS ii. AP iii. APPS iv. APPLSYSPUB 1. AP sequences 2. AOL sequences 3. AP triggers 4. synonym to the APPS schema
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 12
Multiple choice
Identify four scenarios in the Oracle Applications R12 E-Business Suite environment in which you would need to run AutoConfig. (Choose four.)
-
A
after 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
Reveal answer details
Close answer details
Correct answersB, C, D, E
Question 13
Single choice
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)
Reveal answer details
Close answer details
Question 14
Single choice
Your patch was applied and finished without encountering any error during the process. Which is NOT a correct part of the postpatch process?
-
A
-
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
Reveal answer details
Close answer details
Question 15
Single choice
You want to run preclone on database tier. You logged in to the databasenode 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 <AD_TOP>/bin/admkdbutil.pl
-
B
perl <AD_TOP>/bin/admkappsutil.pl
-
C
perl <INST_TOP>/appl/bin/admkappsutil.pl
-
D
perl <APPL_TOP>/appl/bin/admkappsutil.pl
Reveal answer details
Close answer details
Question 16
Single choice
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.
Reveal answer details
Close answer details
Question 17
Single choice
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?
-
A
-
B
-
C
-
D
-
E
Reveal answer details
Close answer details
Question 18
Single choice
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/$CONTEXT_NAME/log
-
D
$AD_TOP/<SID>/log, where <SID> is the value of your ORACLE_SID or TWO_TASK variable (UNIX) or LOCAL variable (Windows)
-
E
$APPL_TOP/admin/<SID>/log, where <SID> is the value of your ORACLE_SID or TWO_TASK variable (UNIX) or LOCAL variable (Windows)
Reveal answer details
Close answer details
Question 19
Single choice
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 to 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.
Reveal answer details
Close answer details
Question 20
Multiple choice
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.)
-
A
after changing your digital signature
-
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
Reveal answer details
Close answer details
Question 21
Multiple choice
Identify the three common subdirectories of the APPL_TOP directory of the Oracle Applications file system. (Choose three.)
-
A
-
B
-
C
-
D
-
E
-
F
-
G
Reveal answer details
Close answer details
Question 22
Multiple choice
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
<INST_TOP>/admin/scripts/adautocfg.sh
-
B
<APPL_TOP>/admin/scripts/adautocfg.sh
-
C
<COMMON_TOP>/admin/scripts/adautocfg.sh
-
D
<RDBMS ORACLE_HOME>/admin/scripts/<CONTEXT_NAME>/adautocfg.sh
-
E
<iAS ORACLE_HOME>/appsutil/scripts/<CONTEXT_NAME>/adautocfg.sh
-
F
<RDBMS ORACLE_HOME>/appsutil/scripts/<CONTEXT_NAME>/adautocfg.sh
Reveal answer details
Close answer details
Question 23
Multiple choice
Which three statements are true? (Choose three.)
-
A
adcfgclone.pl must successfully 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.
Reveal answer details
Close answer details
Question 24
Single choice
In Oracle Applications R12, which environment variable specifies the location where the Java zip files will be installed?
-
A
-
B
-
C
-
D
-
E
Reveal answer details
Close answer details
Question 25
Single choice
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
Reveal answer details
Close answer details
|