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

OUI basics


OUI first appeared in Oracle 8i (8.1.5). Prior to this release, the installation tool was developed in C Language, and available in character mode. This installation tool was not very flexible, and it required an installer developed for each certified platform. Installing under a Unix like OS was a task with a look and feel different from the Windows based installer. OUI takes advantage of the Java principle of "compile once run everywhere", and provides the same look and feel, no matter which OS platform you are using.

OUI components

The next figure shows the main OUI components—the Oracle Inventory, the Install log, the oraparam.ini file and the products.xml file, as well as other optional files such as the staticports.ini and the response.rsp files.

A brief description of each component is as follows:

Oracle Inventory: OUI manages a repository named Oracle Inventory. This is where Oracle keeps track of what is installed on the target machine. There is a single Oracle inventory...