# Akadia AG, Zieglerstrasse 34, CH-3007 Bern # ---------------------------------------------------------------------- # # File: topology.ora # # Autor: Martin Zahn / 10.07.1998 # # Purpose: Configuration file for Communication Daemon # of Oracle Enterprise Manager (OEM) # This file tells the Communication Daemon # where he can find the services LISTENER, DATABASE # and AGENT in the Network: # # - A SQL*Net listener called LISTENER_host.domain # - An Oracle Database which can be contacted # using the service name for this Database # - An Oracle Agent which can be connected using # the service name for this Agent # # Location: $ORACLE_HOME\Network\Admin # # Certified: Oracle V.7.3.3 on Windows-NT # ---------------------------------------------------------------------- # --------------------------------------------------------------------- # Services for node: paragon.akadia.ch ==> NT-Workstation paragon # --------------------------------------------------------------------- LISTENER_paragon.akadia.ch = (ORACLE_LISTENER,paragon.akadia.ch) PARA.akadia.ch = (ORACLE_DATABASE,paragon.akadia.ch,LISTENER_paragon.akadia.ch) AGENT_paragon.akadia.ch = (ORACLE_AGENT,paragon.akadia.ch) # --------------------------------------------------------------------- # Services for node: asus.akadia.ch ==> NT-Workstation asus # --------------------------------------------------------------------- LISTENER_asus.akadia.ch = (ORACLE_LISTENER,asus.akadia.ch) ELAN.akadia.ch = (ORACLE_DATABASE,asus.akadia.ch,LISTENER_asus.akadia.ch) AGENT_asus.akadia.ch = (ORACLE_AGENT,asus.akadia.ch)