Oracle® Enterprise Manager Grid Control Installation and Basic Configuration
10g Release 2 (10.2) for Linux x86 B16228-01 |
|
Previous |
Next |
This manual is your primary source of pre-installation requirements and certifications, and describes the installation options, and post-installation configuration information for Oracle Enterprise Manager Grid Control.
Note that later versions of this and other Enterprise Manager books may be available on the Oracle Technology Network:
http://www.oracle.com/technology/documentation/oem.html
This preface contains the following topics:
This guide is written for Oracle system administrators who want to install and configure Oracle Enterprise Manager Grid Control. You should already be familiar with Oracle and the administrative tasks you want to perform.
Our goal is to make Oracle products, services, and supporting documentation accessible, with good usability, to the disabled community. To that end, our documentation includes features that make information available to users of assistive technology. This documentation is available in HTML format, and contains markup to facilitate access by the disabled community. Accessibility standards will continue to evolve over time, and Oracle is actively engaged with other market-leading technology vendors to address technical obstacles so that our documentation can be accessible to all of our customers. For more information, visit the Oracle Accessibility Program Web site at
http://www.oracle.com/accessibility/
Accessibility of Code Examples in Documentation
Screen readers may not always correctly read the code examples in this document. The conventions for writing code require that closing braces should appear on an otherwise empty line; however, some screen readers may not always read a line of text that consists solely of a bracket or brace.
Accessibility of Links to External Web Sites in Documentation
This documentation may contain links to Web sites of other companies or organizations that Oracle does not own or control. Oracle neither evaluates nor makes any representations regarding the accessibility of these Web sites.
TTY Access to Oracle Support Services
Oracle provides dedicated Text Telephone (TTY) access to Oracle Support Services within the United States of America 24 hours a day, seven days a week. For TTY support, call 800.446.2398.
For more information, see the following manuals in the Oracle Enterprise Manager documentation set:
Oracle Enterprise Manager Grid Control Quick Installation Guide
Oracle Enterprise Manager Configuration for Oracle Collaboration Suite
Oracle Enterprise Manager Policy Reference Manual
Oracle Enterprise Manager Metric Reference Manual
Extending Oracle Enterprise Manager
Oracle Enterprise Manager Command Line Interface
For the latest versions of these and other books, check the Oracle Technology Network at:
http://otn.oracle.com/documentation/oem.html
Oracle Enterprise Manager also provides extensive online help. Click Help at the top of any Enterprise Manager page to display the online help window. This installation guide has been designed to work hand-in-hand with the online help provided with the installation.
This section describes the conventions used in the text and code examples of this documentation set. It describes:
Conventions in Text
We use various conventions in text to help you more quickly identify special terms. The following table describes those conventions and provides examples of their use.
Convention | Meaning | Example |
---|---|---|
Bold | Bold typeface indicates an element in the user interface. | Click Help for more information. |
Italics | Italic typeface indicates book titles or emphasis. | Oracle Database Concepts
Ensure that the recovery catalog and target database do not reside on the same disk. |
lowercase monospace (fixed-width font)
|
Lowercase monospace typeface indicates executables, filenames, directory names, and sample user-supplied elements. Such elements include computer and database names, net service names, and connect identifiers, as well as user-supplied database objects and structures, column names, packages and classes, usernames and roles, program units, and parameter values.
Note: Some programmatic elements use a mixture of UPPERCASE and lowercase. Enter these elements as shown. |
Enter sqlplus to open SQL*Plus.
The password is specified in the Back up the datafiles and control files in the The Set the Connect as The |
Conventions in Code Examples
Code examples illustrate SQL, PL/SQL, SQL*Plus, or other command-line statements. They are displayed in a monospace (fixed-width) font and separated from normal text as shown in this example:
SELECT username FROM dba_users WHERE username = 'MIGRATE';
The following table describes typographic conventions used in code examples and provides examples of their use.
Convention | Meaning | Example |
---|---|---|
< > | Angle brackets in command syntax denote an item for which you can substitute a real value. Do not enter the angle brackets. | <host>:<port>:<oracle_sid>
|
Italics
|
Italicized text indicates placeholders or variables for which you must supply particular values. | CONNECT SYSTEM/ system_password
|