Oracle Enterprise Manager Installation Guide | ![]() Library |
![]() Product |
![]() Contents |
![]() Index |
Note:
Because Oracle Enterprise Manager does not explicitly specify the size of the tables and indexes it creates, these objects are created using the default storage parameters for the tablespace in which they are to be stored. As a result, if the tablespace runs out of space before all of the schema objects are created, an error occurs. In this case, you need to either decrease the INITIAL extent size of the user's default tablespace or increase the overall tablespace size by adding another datafile.
Use the following suggested steps before you create the Oracle Enterprise Manager repository:
CREATE TABLESPACE reposit_tablespace DATAFILE 'datafile' size;
CREATE USER username IDENTIFIED BY password
DEFAULT TABLESPACE reposit_tablespace
TEMPORARY TABLESPACE temp_tablespace;
GRANT DBA to username IDENTIFIED BY password;
DISCONNECT;
If you have an existing repository from a previous release of Enterprise Manager, see Console and Repository Compatibility on page 3-3.
Using a Local NT Database
If you are using a local Oracle NT database on your PC to store the repository, perform the following steps:
If the Oracle Enterprise Manager Console version is older than the Enterprise Manager repository version, install a more recent, compatible version of Enterprise Manager.
Connecting to a Repository
When you start Enterprise Manager, the copyright window displays, then the Login Information dialog box appears. Use the login box to connect to the user account in the Oracle database where your Enterprise Manager repository is stored. Discovering Network Services
The Oracle Enterprise Manager Console must discover network services, such as databases, listeners, and nodes, to populate the Navigator tree, in order to manage these services for the Job Scheduling and Event Management systems. There are two methods of discovering services:
After the 7.3.3 Intelligent Agent is installed and running, you use the Console Navigator Discovery feature to discover the node where it is located. For information on the Navigator Discovery menu options, see the online help for the Navigator Discovery.
For more information on the Intelligent Agent, see Chapter 2, Agent Configuration.
If you had a previous version of Enterprise Manager and are now only using 7.3.3 Intelligent Agents, you should remove all of the services in the Navigator tree and delete the topology.ora file that was used by the previous release, then use the Navigator Discovery feature.
Navigator Discovery
The 7.3.3 release of the Intelligent Agent also supports the Navigator Discovery feature for locating services in the network and passing them to the Enterprise Manager Console. The 7.3.3 Intelligent Agent automatically locates the services on the node where it resides. Discovering with topology.ora
For releases of the Intelligent Agent previous to 7.3.3, Oracle Enterprise Manager requires a configuration file, topology.ora, in addition to standard SQL*Net configuration files to discover and manage network services. The topology.ora file is used in conjunction with the tnsnames.ora file to locate services in your network. The addresses of services listed in those files must match. The topology.ora file can be set up with following methods:
When a tool executes, it attempts to connect to an Oracle database. For information on connecting to an Oracle database, see the online help.
When you select a database in the Console before launching a tool, you are connected to the database according to the preferred credentials that have been set up for the database or the credentials you used to log on to the Console. If connection to the database fails for any reason, the Login Information dialog box displays.
For example, if you start Oracle Enterprise Manager and a message displays informing you that the communication daemon cannot listen on the assigned port, run the Daemon Manager to change the port number. To change the port setting, perform the following steps:
orapwd file=$ORACLE_HOME/dbs/orapw$ORACLE_SID password=managerAdd the following line to the init.ora database initialization file:
REMOTE_LOGIN_PASSWORDFILE=EXCLUSIVENote:
Additional Information:
![]() ![]() Prev Next |
![]() Copyright © 1996 Oracle Corporation. All Rights Reserved. |
![]() Library |
![]() Product |
![]() Contents |
![]() Index |