Search: For:
Browsing Single Category
www.dbatoolz.com ORACLE DBA Forums Solutions › Topic Id: 1178 | Permalink

APPS - how to apply patch HOT (without enabling maintenance mode)

Topic ID: 1178
Created By: 2006-OCT-02 15:34:10 [Vitaliy]
Updated By: 2007-JAN-10 17:37:13 [Vitaliy]
Status: Open
Severity: Normal
Read Only: No
4424
2006-OCT-02 15:34:10
Moderator
 
 
Registered On: Mar 2006
Total Posts: 289
APPS - how to apply patch HOT (without enabling maintenance mode)

Use the following option when calling adpatch:

   options=hotpatch

EXAMPLE:

   adpatch defaultsfile=/u02/app/applmgr/11.5/admin/SIDNAME/def.txt \
        logfile=all_5162862.log \
        patchtop=/copy/APPS_PATCHES/2006/002/5162862 \
        driver=u5162862.drv \
        workers=4 \
        interactive=yes \
        options=novalidate,hotpatch

In the above example we will:
   apply patch# 5162862
   using u5162862.drv driver
   using 4 workers
   in interactive mode
   without validating pre-reqs
   without enabling maintenance mode (hotpatch)

NOTE:
   you can safely drop defaultsfile from the call if you don't have one created
[edited by: Vitaliy at 17:37 (CST) on Jan. 10, 2007]