oracle patch conflict检查

来源:互联网 发布:程序员转行一般做什么 编辑:程序博客网 时间:2024/05/16 15:15
$ opatch prereq CheckConflictAmongPatchesWithDetail -phBaseDir <path to base dir where all the patches to be applied are kept>

In this case the command

$ opatch prereq CheckConflictAmongPatchesWithDetail -phBaseDir $ORACLE_HOME/patches

Run the following command to check whether there are any conflicts between the patches to be
applied and the patches already applied in the Oracle Home.

$ opatch prereq CheckConflictAgainstOHWithDetail -phBaseDir <path to base dir where all the patches to be applied are kept>

This checks if there are any conflicts between the patches to be applied and the patches in the
Oracle Home, by giving out the detailed information about the conflicts/supersets.
原创粉丝点击