Note: Job Scheduling, Event Management, Software Manager, and Data Manager, and TableSpace Manager rely on communication between the Console, agent, and daemon, and require SQL* Net V2.3, which is included as part of the Enterprise Manager installation. All other tasks, including local and remote login to the Enterprise Manager Repository, can be supported using an existing SQL*Net V1 installation.
SQL*Net requires a number of configuration files in order to work. On both the Console and host node, the following files are needed:
sqlnet.ora | Contains configuration items such as domain name and trace level. |
tnsnames.ora | Contains the addresses of SQL*Net Listeners and agents. |
topology.ora | Contains all the SQL*Net Listeners, names servers, nodes, databases, and agents in the network. |
listener.ora | Contains the listening addresses of the SQL*Net Listener on the machine plus the name and ORACLE_HOME of any databases the listener knows about. |
snmp.ora | Contains the listening address of the agent, the names of SQL*Net Listener and Oracle database services it knows about, plus tracing parameters. For information on this file, see "SNMP.ORA File" . |
name = (<type>, <location> [, <list of listeners>])
where <type> is :
ORACLE_DATABASE ORACLE_LISTENER ORACLE_AGENT
<location> is the name of the machine on which the service resides.
<list of listeners> is only applicable when <type> is ORACLE_DATABASE. The list contains all the Listeners that service the specified database.
No addressing information is contained in topology.ora, however any Database or Agent name that appears on the left hand side *must* have an associated entry in TNSNAMES.ORA. The Daemon will try and resolve service names in TOPOLOGY.ORA using TNSNAMES.ORA.