Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: 9i on Windows 2000 Server Workgroup
Okay, I want to get on with this so I setup a fixed IP for my server.
Here's the result of 'lsnrctl services' and the .ora files (only
interesting point is STATUS UNKNOWN):
LSNRCTL for 32-bit Windows: Version 9.2.0.1.0 - Production on
25-JUN-2004 00:06:
23
Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
Connecting to
(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.20)(PORT=1521)
))
Services Summary...
Service "len92.beast" has 1 instance(s).
Instance "len92", status UNKNOWN, has 1 handler(s) for this
service...
Handler(s):
"DEDICATED" established:0 refused:0 LOCAL SERVER
LEN92 =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.20)(PORT = 1521))
)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = len92.beast)
)
)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.20)(PORT = 1521)) )
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(GLOBAL_DBNAME = len92.beast)
(ORACLE_HOME = I:\oracle\ora92)
(SID_NAME = len92)
)
)
Here is the SQL show parameter output:
I:\>sqlplus "/ as sysdba"
SQL*Plus: Release 9.2.0.1.0 - Production on Fri Jun 25 00:17:10 2004
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production
SQL> show parameter instance
NAME TYPE VALUE ------------------------------------ ----------- ------------------------------ active_instance_count integer cluster_database_instances integer 1 instance_groups string instance_name string len92 instance_number integer 0 open_links_per_instance integer 4 parallel_instance_group string parallel_server_instances integer 1SQL> show parameter service
NAME TYPE VALUE ------------------------------------ ----------- ------------------------------ mts_service string len92 service_names string len92.beastSQL> show parameter spfile
NAME TYPE VALUE ------------------------------------ ----------- ------------------------------ spfile string %ORACLE_HOME%\DATABASE\SPFILE% ORACLE_SID%.ORASQL> Everything looks okay to me except the status UNKOWN bit early in the lnsrctl services output.
It wouldn't work at all until I set HOST = 192.168.1.20 instead of HOST = beast.
The listener still immediately dies after the first time it establishes a connection. I'm stumped. Any ideas? Received on Thu Jun 24 2004 - 23:26:48 CDT
![]() |
![]() |