Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> TNSNAMES.ORA SNMP.ORA LISTENER.ORA

TNSNAMES.ORA SNMP.ORA LISTENER.ORA

From: <jricardo_at_ipb.pt>
Date: Thu, 07 Jan 1999 17:54:48 GMT
Message-ID: <772sd7$5v3$1@nnrp1.dejanews.com>


I've got to configure Oracle Agent ... it's running... but when i lsnrctr services say :
TNS - 01169 listener dos not recognize password !!!

CAN ANYONE send me an sample of these files to put my Inteligent Agent working and to put Enterprise manager Discovering Services ????? And can anyone Explain me the steps to configure it ???

I've a DB name oracle.world
Host name : SERVER IP 10.10.10.1

HERE it goes the ORA files !!!


################
# Filename......: listener.ora
# Node..........: server.world

# Date..........: 5-JAN-99 13:23:20
################

LISTENER =
  (ADDRESS_LIST =
        (ADDRESS=

(PROTOCOL= IPC)
(KEY= oracle.world)
) (ADDRESS=
(PROTOCOL= IPC)
(KEY= ORCL)
) (ADDRESS=
(COMMUNITY= tcpcom.world)
(PROTOCOL= TCP)
(Host= server)
(Port= 1526)
)

  )
STARTUP_WAIT_TIME_LISTENER = 0
CONNECT_TIMEOUT_LISTENER = 10
TRACE_LEVEL_LISTENER = ADMIN
SID_LIST_LISTENER =
  (SID_LIST =
    (SID_DESC =
      (SID_NAME = ORCL)
      (ORACLE_HOME = $ORACLE_HOME)
      (PRESPAWN_MAX = 10)

    )
  )
PASSWORDS_LISTENER = (oracle)
SNMP.ORA -------- ################# Filename......: snmp.ora
################# snmp.visibleservices = (oracle.world,
server_listener.world) snmp.index.oracle.world = 1 snmp.index.server_listener.world = 2 snmp.contact.oracle.world = "jricardo_at_ipb.pt" snmp.contact.server_listener.world = "jricardo_at_ipb.pt" snmp.sid.oracle.world = ORCL snmp.oraclehome.oracle.world=$ORACLE_HOME nmi.register_with_names=false nmi.trace_level = 0 nmi.trace_mask = (106) nmi.trace_directory = $ORACLE_HOME\network\trace dbsnmp.address = (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=server)(PORT=1526))) dbsnmp.spawnaddress =
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=server)(PORT=1526)))

SQLNET.ORA


TRACE_LEVEL_CLIENT = OFF
names.directory_path = (TNSNAMES)
names.default_domain = world
name.default_zone = world

TNSNAMES.ORA



oracle.world =
  (DESCRIPTION =
    (ADDRESS_LIST =
        (ADDRESS =

(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host = server)
(Port = 1521)
) (ADDRESS =
(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host = server)
(Port = 1526)
)

    )
    (CONNECT_DATA = (SID = ORCL)
    )
  )
agente.world =
  (DESCRIPTION =
       (ADRESS =
         (PROTOCOL = tcp)
         (HOST = server)
         (PORT = 1234)
       )

   )

TOPOLOGY.ORA



#
# SQL*Net Listeners
LISTENER.world = (ORACLE_LISTENER, server)

# Oracle Databases
oracle.world = (ORACLE_DATABASE, server, LISTENER.world) #
# SNMP Agents
agente.world = (ORACLE_AGENT, server)

--
Thankx
If you know how to help me mail me to jricardo_at_ipb.pt

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Thu Jan 07 1999 - 11:54:48 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US