1Z0-034 · Question #51
Which two statements are true regarding hot patching? (Choose two.)
The correct answer is B. It does not require database instance shutdown. C. It can detect conflicts between two online patches. Regular patches typically contain .o (object) files and/or .a (archive) libraries, and therefore require a relink of the RDBMS binary. Online patches, however, contain .so files, which are dynamic/shared libraries, and do not require a relink of the RDBMS binary. Consequently…
Question
Which two statements are true regarding hot patching? (Choose two.)
Options
- AIt requires relinking of the Oracle binary.
- BIt does not require database instance shutdown.
- CIt can detect conflicts between two online patches.
- DIt is available for installing all patches on all platforms.
- EIt works only in a single database instance environment.
How the community answered
(28 responses)- A4% (1)
- B79% (22)
- D14% (4)
- E4% (1)
Explanation
Regular patches typically contain .o (object) files and/or .a (archive) libraries, and therefore require a relink of the RDBMS binary. Online patches, however, contain .so files, which are dynamic/shared libraries, and do not require a relink of the RDBMS binary. Consequently, since a relink is not needed, you can apply or roll back online patches while the RDBMS instance is running. This simplifies administration, because no downtime is needed, and also results in a much quicker turnaround time for installing or de-installing Online Patches. A regular RDBMS patch can require many minutes to install, since it requires instance shutdown, a relink, and instance startup. On the other hand, you can install an online patch in just a few Online patches are only applicable for Oracle RDBMS and not any other products. Online patches are currently supported on the following Windows and UNIX platforms for version 11.2.0.1.0 and later: About Patch Conflicts: All patches may not be compatible with one another. For example, if you apply a patch, all the bugs the patch fixes could reappear after you apply another patch. This is called a conflict situation. OPatch detects such situations and raises an error when it detects a conflict.
Topics
Community Discussion
No community discussion yet for this question.