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?
A.
There are no mistakes in the steps.
B.
In the sixth step, the location of the script is wrong.
C.
In the third step, the adstpall.sh script should not be used.
D.
In the first step, the user should be oracle instead of applmgr.