Which Oracle Applications environment file is used to compile and link custom Oracle Forms user exits and concurrent programs with Oracle Applications R12?
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?
To create a new context file in the database tier, the following command is executed:
cd /appsutil
perl ./bin/adclonectx.pl contextfile=$CONTEXT_FILE
What is the correct format of the new context file created in the current working directory?
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?
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?
The Oracle Applications Release 12 processes on the application tier are started successfully. The Applications database administrator (DBA) must apply a patch while the users are still using Oracle Applications.
According to the instructions from readme.txt of the patch to be applied, only the concurrent manager process must be shut down before applying the patch. After the patch is applied successfully, one should start the concurrent manager processes.
The Applications DBA performs these steps to apply the patch on the application tier:
Step 1: Logs in to the application tier as "applmgr"
Step 2: Changes to the $INST_TOP/admin/scripts directory Step 3: Executes the adstpall.sh script
Step 4: Applies the patch
Step 5: Checks the log file of the patch for any errors
Step 6: Runs the $INST_TOP/admin/scripts/adstrtal.sh script What do you conclude?