Listener doesn't start (Oracle 9.2.0.5, Solaris 9) [message #134540] |
Thu, 25 August 2005 08:36 |
Alex007
Messages: 1 Registered: August 2005
|
Junior Member |
|
|
Hi everybody,
I have an Oracle 9i server (9.2.0.5) installed on Solaris 9 (04/03). It's working great, no problems.
I've been asked to apply the July2005 patchset. It was going well until I got to the part where you need to run :
./loadjava -user sys/passwd [...]/CDC.jar
It fails to connect. I also tried the -thin approach, with no luck. But it's "normal" since I have no running listeners (I don't need them to use the db, it's all local). So I've set out to start a listener to be able to install the patchset, but I can't get it to work!!! Here's the error I get :
----lsnrctl start error---
[oracle@srv1] lsnrctl start
LSNRCTL for Solaris: Version 9.2.0.5.0 - Production on 25-AUG-2005 08:51:22
Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
Starting /opt/oracle/product/9.2.0/bin/tnslsnr: please wait...
TNS-12537: TNS:connection closed
TNS-12560: TNS:protocol adapter error
TNS-00507: Connection closed
Solaris Error: 29: Illegal seek
[oracle@srv1]
----end lsnrctl start error---
Here's my config :
/etc/services :
listener 1521/tcp # Oracle SQL Listener
/etc/hosts :
127.0.0.1 localhost.localdomain localhost
192.168.1.153 srv1 srv1-hme0
$ORACLE_HOME/network/admin/listener.ora :
(ADDRESS = (PROTOCOL = TCP)(HOST = srv1)(PORT = 1521))
Thanks for your help !
Alex...
|
|
|