Home » RDBMS Server » Networking and Gateways » Instance not getting registered with listener
Instance not getting registered with listener [message #275224] Thu, 18 October 2007 21:32 Go to next message
rolex.mp
Messages: 161
Registered: February 2007
Senior Member
I have created 10g release 2 database in windows xp machine .

listener.ora looks like this


# listener.ora Network Configuration File: D:\oracle\product\10.2.0\db_2\NETWORK\ADMIN\listener.ora
# Generated by Oracle configuration tools.

SID_LIST_LISTENER =
  (SID_LIST =
    (SID_DESC =
      (SID_NAME = PLSExtProc)
      (ORACLE_HOME = D:\oracle\product\10.2.0\db_2)
      (PROGRAM = extproc)
    )
  )

LISTENER =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    )
    (DESCRIPTION =
      (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.10.3)(PORT = 1521))
    )
  )



when i start the listener , followed by oracleservicetest and then when i checked the status of listener it is like


LSNRCTL> status
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
STATUS of the LISTENER
------------------------
Alias                     LISTENER
Version                   TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Pro
ction
Start Date                19-OCT-2007 07:36:00
Uptime                    0 days 0 hr. 8 min. 4 sec
Trace Level               off
Security                  ON: Local OS Authentication
SNMP                      OFF
Listener Parameter File   D:\oracle\product\10.2.0\db_2\network\admin\listener
ra
Listener Log File         D:\oracle\product\10.2.0\db_2\network\log\listener.l

Listening Endpoints Summary...
  (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.10.3)(PORT=1521)))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
  Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
LSNRCTL>



Even when I shutdown the startup the database or even if i try
alter system register;
instance is not getting registered with listener?

What should be done ?

I tried with static registration by adding sid_name in
listener.ora
and in that case if i check status of listener it displays

Instance "test", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully


status is not as ready . Let me know what should be done for the instance to get registered with listener
Re: Instance not getting registered with listener [message #275257 is a reply to message #275224] Fri, 19 October 2007 01:27 Go to previous message
Michel Cadot
Messages: 68624
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
If you have a static "registration", status UNKNOWN is normal, you can have another status only for dynamic registration.

Regards
Michel
Previous Topic: Oracle client-server Communication
Next Topic: ORA-12545
Goto Forum:
  


Current Time: Thu Mar 28 04:27:05 CDT 2024