Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: TNSNAMES.ORA SNMP.ORA LISTENER.ORA
As far as I can see it's almost correct.
First of all: to issue the services command in lsnrctl you need to set the
password first. NB
If you have an unencrypted password in your listener.ora (as you do), you need to
have set password and the password on one line
set password oracle.
If however you have an encrypted password, you should enter a return after the set
password string, have prompted for the password and enter the password in
response. This is described 'somewhere' on support.oracle.com
Then the dbsnmp.address is incorrect, the portnumber should be 1748 as assigned by
IANA.
The dbsnmp.spawnaddress is also incorrect, the portnumber should be 1754, as per
IANA.
The portnumber for the agent in tnsnames.ora is incorrect, it should be 1748. I
know that when you use Oracle Network Manager this line is going to read
agent_server = etc.
The same of course applies to topology.ora.
My name is written down as first name followed by last name. I felt a little bit
offended by your previous replies.
Hth,
Sybrand Bakker, Oracle DBA
jricardo_at_ipb.pt wrote:
> 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 - 13:20:44 CST
![]() |
![]() |