Part of the doc extract:
Running AD Merge Patch
AD Merge Patch is located in AD_TOP/bin. However,
you run it from the parent directory of the source directory.
1. Set the
environment.
You must set the environment to indicate the location of the
configuration
parameters that define your system. This task is common to many
AD utilities. See
Setting the Environment in Chapter 1.
2. Run AD Merge
Patch.
From the directory, run AD Merge patch as
follows:
admrgpch -s -d \
-merge_name [-manifest ]
For example, if you have four patches called 1234561, 1234562,
1234563, and
1234564 located in the source directory /d01/patch_merge/source,
and the
destination directory is /d01/patch_merge/destination. To create a
merged patch
named "merge99", you would use the following
commands:
UNIX:
$ cd /d01/patch_merge
$ admrgpch -s
/d01/patch_merge/source -d /d01/patch_merge/destination \
-merge_name
merge99
Windows:
C:\> cd \d01\patch_merge
C:\> admrgpch -s
d:\patch_merge\
Oracle® Applications Maintenance Utilities Release 11i (11.5.10.2)
Part No. B19300-01
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/35489/viewspace-715543/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/35489/viewspace-715543/
本文介绍了如何使用ADMergePatch工具来合并多个补丁文件。首先需要设置环境变量以指定配置参数的位置,然后从源目录中选择要合并的补丁,并指定目标目录。示例展示了在UNIX和Windows环境下创建合并补丁的具体命令。

被折叠的 条评论
为什么被折叠?



