Error 73 Opatch Windows Oracle
Error 73 Opatch Windows Oracle 4,6/5 8483 votes
  1. Opatch Failed With Error Code 73 12c
  2. Opatch Failed Error Code 73
  3. Error 73 Opatch Windows Oracle Error
  4. Opatch Oracle
  5. Error 73 Opatch Windows Oracle Login

All patches may not be compatible with one another. For example, if a patch has been applied, all the bugs fixed by that patch could reappear after another patch is applied. This is called a conflict situation. OPatch detects such situations and raises an error when a it detects a conflict. This chapter includes the following topics:

Types of Conflicts

.edited You are using 'Opatch apply' in the wrong place: cd '/./././patch' and there you must run 'opatch apply', not in the Opatch path. Cause: there are some files which are locked or some processes still running while applying patch. Those should be avoided. Sep 20, 2018  My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts. Oracle offers a comprehensive and fully integrated stack of cloud applications and platform services. For more information about Oracle (NYSE:ORCL), visit oracle.com. 7 Patching Oracle Software with OPatch. OPatch is an Oracle-supplied utility that assists you with the process of applying interim patches to Oracle's software and rolling back interim patches from Oracle's software. This chapter provides information on using OPatch for these purposes.This chapter includes the following topics: About OPatch.

OPatch can detect the following types of conflicts:

  • Bug Superset If all the bugs fixed by a patch in the system are also fixed by the patch to be applied, this patch (the patch to be applied) is considered to be a superset of the patch already applied. If a bug superset condition is detected, it is not considered an error situation. All the subset patches are removed from the system and the new patch is applied.

    For example, consider a scenario where four patches A,B,C, and D are applied in a system, each of which fixes 2 bugs as shown in Figure 6–1. If you apply a patch E that fixes bugs 5,6,7,8,9, and 10, patch E will be the superset of patch C and D.

    If you want OPatch to error out if the current patch bugs-to-fix is a superset or the same as an installed patch bugs-fixed in the Oracle home directory, you can use the -no_bug_superset flag:

    $ OPatch/opatch apply -no_bug_superset <Path_To_Patch>

    The following sample output shows the message you would see when you use the -no_bug_superset flag:

  • Subset — Patches to be applied can be subsets of other patches installed in the Oracle home.

    Consider the following scenario:

    • Patch A, installed in the Oracle home, fixed bugs 1, 2, and 3.

    • Patch B, installed in the Oracle home, fixed bugs 10, 11, and 12.

    • Patch D, to be installed, fixes bugs 1 and 2.

    Patch D is a subset of Patch A.

    Using the skip_subset Option

    When you want to skip patches formerly applied in the Oracle home that are now subsets of other patches you want to apply now, you can use the skip_subset option of napply. For example, if you used napply yesterday for patch A that fixed bugs 1 and 2, then you use napply today with the skip_subset option for patch B that fixes bug 1 and patch C that fixes bugs 1, 2, and 3, then subset patch A is skipped, and patch C then becomes a superset of patch A.

    The following example applies all patches under the <patch_location> directory. OPatch skips duplicate patches and subset patches (patches under <patch_location> that are subsets of patches installed in the Oracle home).

    The following example applies patches 1, 2, and 3 that are under the <patch_location> directory. OPatch skips duplicate patches and subset patches (patches under <patch_location> that are subsets of patches installed in the Oracle home).

    See the description for the skip_subset option in Table 4–3 for more information.

  • Duplicate — A duplicate patch fixes the same set of bugs that another patch fixed. For example, if you applied Patch A that fixed bugs 1, 2 and 3, and now apply Patch B that also fixes bugs 1, 2 and 3, then Patch B is a duplicate of Patch A. A patch is always a duplicate of itself.

    Using the skip_duplicate Option

    If you specify this option, OPatch removes duplicate patches from the list of patches to be applied. For example, if you used napply yesterday for Patch A discussed above, then use napply today with the -skip_duplicate option for Patch A and other patches, duplicate Patch A is skipped.

    The story of a beautiful queen, who has to give up her love to save the people. A biopic of Queen Seondeok, who was born a princess and later became the ruler of. Watch full episodes free online of the tv series The Great Queen Seondeok - 선덕여왕 with subtitles. Subtitled in Arabic, German, Greek, English, Spanish, French, Indonesian, Italian, Japanese, Polish, Romanian, Thai, Tagalog, Turkish, Vietnamese. The life story of Queen Seondeok, the first queen of the Korean people during the Silla. Queen seon deok episode 30.

  • Bug Conflict — If a set of bugs to be fixed by the current interim patch includes some but not all bugs already fixed by one or more previously installed interim patches, this is considered a bug conflict. You must remove the bug conflict before proceeding with the patch by using the apply command with the -force flag, which rolls back the conflicting patches before applying the new one.

    For example, consider a scenario where four patches A,B,C, and D are applied in a system, each of which fixes 2 bugs as shown in Figure 6–2. If you apply a patch E that fixes bugs 1,3,5,7,9, and 10, this patch fixes bugs 1,3,5,7,9, and 10, opens bugs 2,4,6, and, 8. This is a conflict situation.

    Figure 6-2 Bug Conflict


  • File Conflict — If a set of files to be patched by the current interim patch include files already patched by one or more previously installed interim patches and it is not a bug superset, this is considered a file conflict. You must remove the file conflict before you proceed with patching by using the apply command with the -force flag, which rolls back the conflicting patches before applying the new one.

  • Combination Conflict — If a set of patches has a combination of a bug superset and bug or file conflict, this is considered a combination conflict and is an error situation. In this case, OPatch removes all conflicting patches as well as the subset patches and then re-applies the new patch.

    For example, consider a scenario where four patches A,B,C, and D are applied in a system, each of which fixes 2 bugs as shown in Figure 6–3. Patch C is the subset of patch D. Patch A and patch B are conflicting patches of patch D. If you apply this patch D that fixes bugs 1,3,5,6,7, and 8 with the -force flag, OPatch rolls back patches A, B, and C and applies patch D.

You can use the -silent, -force, and -no_bug_superset options in Real Application Clusters. Their expected behavior is described in Table 6–1.

Table 6-1 Truth Table

Opatch Failed With Error Code 73 12c

-silent-force-no_bug_supersetExpected behavior

N

N

N

OPatch prompts questions and applies the patches depending upon your responses.

N

N

Y

OPatch errors out if the current patch bugs-to-fix is a superset or the same as an installed patch bugs-fixed in the Oracle home directory. If it is a conflict case, OPatch prompts questions and applies the patches depending upon your responses.

N

Y

N

OPatch prompts questions and applies the patches depending upon your responses.

N

Y

Y

OPatch errors out if the current patch bugs-to-fix is a superset or the same as an installed patch bugs-fixed in the Oracle home directory. If it is a conflict case, OPatch prompts questions and applies the patches depending upon your responses.

Y

N

N

OPatch rolls back and applies the patch if the current patch bugs-to-fix is a superset or the same as an installed patch bugs-fixed in the Oracle home directory. If it is a conflict case, OPatch errors out.

Y

N

Y

OPatch errors out if the current patch bugs-to-fix is a superset or the same as an installed patch bugs-fixed in the Oracle home directory. If it is a conflict case also, OPatch errors out.

Y

Y

N

OPatch rolls back all the patches and reapplies them without warning, even if the current patch bugs-to-fix is a superset, or a conflict, or the same as an installed patch bugs-fixed in the Oracle home directory.

Y

Y

Y

OPatch errors out if the current patch bugs-to-fix is a superset or the same as an installed patch bugs-fixed in the Oracle home directory. If it is a conflict case, OPatch rolls back and applies the new patch.


Patch Conflict Behavior for Apply and Napply

The expected behavior for the Apply and Napply commands is listed in Table 6–2.

Table 6-2 Expected Behavior for Apply and Napply Commands

CommandSupersetSubsetDuplicateFile Conflict or Bug Conflict Patch

Apply

OPatch performs an automatic rollback, then an apply.

After the merge request, OPatch performs an automatic rollback, then performs an apply.

OPatch performs an automatic rollback, then performs a reapply.

OPatch reports the conflict. After the merge request, OPatch performs an automatic rollback, then an apply.

Napply

OPatch performs an automatic rollback, then an apply.

OPatch reports the subset and skips the subset patch. It then continues and applies the other patches.

OPatch performs an automatic rollback, then a reapply.

OPatch reports the conflict, then asks you to run again without applying a bug conflict patch.

You can use the -force option to instruct OPatch to automatically roll back the conflicting patch, then apply the new patch.


Patch Conflict Detection and Resolution

OPatch detects and reports any conflicts encountered when applying an interim patch with a previously applied patch. The patch application fails in case of conflicts. You can use the -force option of OPatch to override this failure. If you specify -force, the installer firsts rolls back any conflicting patches and then proceeds with the installation of the desired interim patch.

You may experience a bug conflict and might want to remove the conflicting patch. This process is known as patch rollback. During patch installation, OPatch saves copies of all the files that were replaced by the new patch before the new versions of these files are loaded, and stores them in $ORACLE_HOME/.patch_storage. These saved files are called rollback files and are key to making patch rollback possible. When you roll back a patch, these rollback files are restored to the system. If you have gained a complete understanding of the patch rollback process, you should only override the default behavior by using the -force flag. To roll back a patch, execute the following command:

Last updated on AUGUST 27, 2019

Applies to:

Oracle Database - Enterprise Edition - Version 11.2.0.3 and later
Information in this document applies to any platform.

Symptoms

opatch auto failed with error:
Prerequisite check 'CheckActiveFilesAndExecutables' failed.
The details are:
Following executables are active :
/u01/app/11.2.0/grid/lib/libclntsh.so.11.1

OPatch failed with error code 73

Opatch Failed Error Code 73

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!

Error 73 Opatch Windows Oracle Error

In this Document
Symptoms
Oracle
Cause

Opatch Oracle

Solution

Error 73 Opatch Windows Oracle Login


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.