Status BLOCKED for instance - is it bad?
539154Jan 16 2007 — edited Jan 17 2007Hi,
1st of all please forgive me if such a topic exists being solved, give me a link then, I could't find...
1) I encountered strange problem when issuing lsnrctl status (the problematic lines are bold):
/home/oracle> lsnrctl status
LSNRCTL for Solaris: Version 10.1.0.3.0 - Production on 16-JAN-2007 21:16:16
Copyright (c) 1991, 2004, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=ora)(PORT=1521)))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for Solaris: Version 10.1.0.3.0 - Production
Start Date 03-DEC-2006 07:47:28
Uptime 44 days 13 hr. 28 min. 47 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /u01/app/oracle/OraHome_1/network/admin/listener.ora
Listener Log File /u01/app/oracle/OraHome_1/network/log/listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=a)(PORT=1521)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=a)(PORT=8080))(Presentation=HTTP)(Session=RAW))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=a)(PORT=2100))(Presentation=FTP)(Session=RAW))
Services Summary...
Service "B" has 1 instance(s).
Instance "B", status READY, has 1 handler(s) for this service...
Service "BXDB" has 1 instance(s).
Instance "B", status READY, has 1 handler(s) for this service...
Service "Oracle8" has 1 instance(s).
Instance "ORCL", status UNKNOWN, has 1 handler(s) for this service...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "d.zone1" has 1 instance(s).
Instance "d", status UNKNOWN, has 1 handler(s) for this service...
Service "a" has 3 instance(s).
Instance "a", status UNKNOWN, has 1 handler(s) for this service...
Instance "a", status READY, has 1 handler(s) for this service...
Instance "a", status BLOCKED, has 1 handler(s) for this service...
Service "aXDB" has 1 instance(s).
Instance "a", status READY, has 1 handler(s) for this service...
The command completed successfully
Is this state ok? I mean: are these three instances at the same time good? And what does it mean?
When, for example, I try to use exp I get error:
EXP-00056: ORACLE error 1033 encountered
ORA-01033: ORACLE initialization or shutdown in progress
and I think the problem is in these 3 instances. My listener.ora:
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = /u01/app/oracle/OraHome_1)
(PROGRAM = extproc)
)
(SID_DESC =
(GLOBAL_DBNAME = d.zone1)
(ORACLE_HOME = /u01/app/oracle/OraHome_1)
(SID_NAME = d)
)
(SID_DESC =
(GLOBAL_DBNAME = Oracle8)
(ORACLE_HOME = /u01/app/oracle/OraHome_1)
(SID_NAME = ORCL)
)
(SID_DESC =
(GLOBAL_DBNAME = a)
(ORACLE_HOME = /u01/app/oracle/OraHome_1)
(SID_NAME = a)
)
)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = ora)(PORT = 1521))
)
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
)
)
2) And one more: my listener.log is now 1260M big. Can I rename it to e.g. listener.old and create new one (as oracle user: touch listener.log)? Do I have to stop listener?
Thanks in advance, if more info is needed, give me a sign.
Reveler
Message was edited by:
reveler