I have written an article about applying a patch to OracleApps IN THE hotpatch mode: OracleEBS uses the adpatch tool to perform the patch process (hotpatchmode). [See http:
I have previously written an article about Oracle Apps patch using the hotpatch mode: Oracle EBS patch using the adpatch tool (hotpatch mode). [See http:
I have previously written an article about Oracle Apps patch using the hotpatch mode: Oracle EBS patch using the adpatch tool (hotpatch mode) [see ], today, we will record how to use Maintainance Mode to Patch Oracle EBS.
1. Check whether the system has installed the Patch through SQL.
Select * from ad_bugs WHERE bug_number = '201312 ';
Or
Select * from ad_applied_patches where patch_name like '% 8080 ';
2. download the patch from Metalink.
Log onto Metalink (https://support.oracle.com) and Oracle users can use ARU to download it.
Click the Patches & Updates tab. In the "Patch Search" area, enter your Patch number, Search,
After finding your Patch, pay special attention to the need to carefully check the Release, Platform/Language... of the Patch and Read the Read Me information (to see if there is a Patch to be downloaded)
Then download the Patch to the local machine,
3. Upload & decompress
It is recommended that you back up files that may be overwritten before patching. Read the Readme file carefully.
Upload the patch file to the Patch directory on the server and decompress it with the unzip command. For example, unzip p140371__r12.inv. B _r12_linux.zip.
4. Enable the Maintenance Mode
Run the "adadmin" command on the Unix Console (enter the password of the database system user and the apps user during execution)
5. adpatch
Go to the unzipped patch directory and run the following command:
$ Adpatch
Some adpatch problems need to be answered during the running process, such
Is the APPL_TOP directory correct?
Specifies the name of the adpatch log. The default value is adpatch. log.
Is the Instance name correct?
...
If you do not see"Autopatch is complete"Style message, it means your patch is not successful
By default, adpatch logs are located at $ APPL_TOP/admin/ /Log
6. Check through SQL to confirm that the system has successfully installed the Patch.
Select * from ad_bugs WHERE bug_number = '201312 ';
Or
Select * from ad_applied_patches where patch_name like '% 8080 ';
7. Disable Maintainance Mode
Adadmin> 5. Change Maintenance Mode.> 2. Disable Maintenance mode.