Book Image

Oracle 10g/11g Data and Database Management Utilities

Book Image

Oracle 10g/11g Data and Database Management Utilities

Overview of this book

Does your database look complicated? Are you finding it difficult to interact with it? Database interaction is a part of the daily routine for all database professionals. Using Oracle Utilities the user can benefit from improved maintenance windows, optimized backups, faster data transfers, and more reliable security and in general can do more with the same time and resources.
Table of Contents (18 chapters)
Oracle 10g/11g Data and Database Management Utilities
Credits
About the Author
About the Reviewer
Preface

Applying a single patch using OPatch


In order for you to be able to apply a patch, a generic procedure can be defined:

Note

Thoroughly read the companion README file. Instructions stated there supersede any procedure. This outline is merely a suggestion that can be overridden by any specific patch instructions.

  1. 1. Make sure the Oracle environment variables are properly set.

  2. 2. Include the <Oracle Home>/OPatch directory in the PATH environment variable.

  3. 3. Each patch requires the execution of OS commands, the PATH variable must be able to see them.

  4. 4. Unzip the file patch file to a stage area, if you don't already have a predefined location, the <Oracle Home>/OPatch directory is suggested as a stage area.

  5. 5. Once you are ready, at the OS prompt, change the current working directory to the patch directory <Oracle Home>/OPatch /<PatchNumber>. Now issue the opatch apply command, or whatever options were defined in the README file.

  6. 6. Once the OPatch task is finished, read the...