Listener Utility error [message #536637] |
Thu, 22 December 2011 00:24 |
|
zutty
Messages: 45 Registered: December 2011
|
Member |
|
|
I am new to oracle .
when i run lsnrctl status i got message like "
LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 21-DEC-2011 11:32:25
Copyright (c) 1991, 2009, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
Start Date 21-DEC-2011 10:48:33
Uptime 0 days 0 hr. 43 min. 51 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
Listener Log File /u01/app/oracle/diag/tnslsnr/dbserver/listener/alert/log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521)))
Services Summary...
Service "AG.localhost" has 1 instance(s).
Instance "AG", status BLOCKED, has 1 handler(s) for this service...
"
The command completed successfully
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Listener Utility [message #536796 is a reply to message #536795] |
Fri, 23 December 2011 02:23 |
|
ramoradba
Messages: 2457 Registered: January 2009 Location: AndhraPradesh,Hyderabad,I...
|
Senior Member |
|
|
Quote:ORA-00704: bootstrap process failure
ORA-39700: database must be opened with UPGRADE option
Michel was right! Seems there was problem in your Post upgrade Steps On running scripts.
[Updated on: Fri, 23 December 2011 02:24] Report message to a moderator
|
|
|
Re: Listener Utility [message #536797 is a reply to message #536795] |
Fri, 23 December 2011 02:25 |
John Watson
Messages: 8963 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
Another possibility: running catalog or catproc and not letting them run to completion? You can get the same issue when creating a database.
@OP, try this:
connect with SQL*Plus as sysdba, and issue these commands:
shu abort
startup upgrade
@?/rdbms/admin/catalog
@?/rdbms/admin/catproc
startup force
|
|
|
|
|
|
|
|
|