OracleAppsPatching: adpatch (MaintenanceMode)

Source: Internet
Author: User
Tags metalink
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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.