ORA-12528: TNS:listener: all appropriate instances are blocking new connections [message #227165] |
Tue, 27 March 2007 08:12 |
|
my databse oracle 10g on xp
iam getting this error ihave no idea about this
ORA-12528: TNS:listener: all appropriate instances are blocking new connections
C:\Documents and Settings\dharanidhar>sqlplus/nolog
SQL*Plus: Release 10.1.0.2.0 - Production on Tue Mar 27 18:25:29 2007
Copyright (c) 1982, 2004, Oracle. All rights reserved.
SQL> conn sys as sysdba
Enter password:
Connected.
SQL> shutdown
ORA-01109: database not open
Database dismounted.
ORACLE instance shut down.
SQL> startup
ORA-12528: TNS:listener: all appropriate instances are blocking new connections
SQL> exit
Disconnected from Personal Oracle Database 10g Release 10.1.0.2.0 - Production
With the Partitioning, OLAP and Data Mining options
C:\Documents and Settings\dharanidhar>set oracle_sid =oracle
C:\Documents and Settings\dharanidhar>sqlplus hr/hr
SQL*Plus: Release 10.1.0.2.0 - Production on Tue Mar 27 18:29:29 2007
Copyright (c) 1982, 2004, Oracle. All rights reserved.
ERROR:
ORA-12560: TNS:protocol adapter error
Enter user-name: hr/hr@oracle
ERROR:
ORA-12528: TNS:listener: all appropriate instances are blocking new connections
Enter user-name:
ERROR:
ORA-12560: TNS:protocol adapter error
SP2-0157: unable to CONNECT to ORACLE after 3 attempts, exiting SQL*Plus
C:\Documents and Settings\dharanidhar>
C:\Documents and Settings\dharanidhar>sqlplus/nolog
SQL*Plus: Release 10.1.0.2.0 - Production on Tue Mar 27 18:33:37 2007
Copyright (c) 1982, 2004, Oracle. All rights reserved.
SQL> conn sys/oracle@oracle as sysdba
ERROR:
ORA-12528: TNS:listener: all appropriate instances are blocking new connections
SQL> conn sys as sysdba
Enter password:
ERROR:
ORA-12528: TNS:listener: all appropriate instances are blocking new connections
SQL> quit
C:\Documents and Settings\dharanidhar>lsnrctl
LSNRCTL for 32-bit Windows: Version 10.1.0.2.0 - Production on 27-MAR-2007 18:36
:14
Copyright (c) 1991, 2004, Oracle. All rights reserved.
Welcome to LSNRCTL, type "help" for information.
LSNRCTL> stop
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=karimojj-c876e5)(PORT=15
21)))
The command completed successfully
LSNRCTL> start listener
Starting tnslsnr: please wait...
TNSLSNR for 32-bit Windows: Version 10.1.0.2.0 - Production
System parameter file is G:\oracle\product\10.1.0\db_4\network\admin\listener.or
a
Log messages written to G:\oracle\product\10.1.0\db_4\network\log\listener.log
Trace information written to G:\oracle\product\10.1.0\db_4\network\trace\listene
r.trc
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=karimojj-c876e5)(PORT=15
21)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROCipc)
)(PROTOCOL_STACK=(PRESENTATION=GIOP)(SESSION=RAW)))
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=karimojj-c876e5)(PORT=15
21)))
STATUS of the LISTENER
------------------------
Alias listener
Version TNSLSNR for 32-bit Windows: Version 10.1.0.2.0 - Produ
ction
Start Date 27-MAR-2007 18:36:24
Uptime 0 days 0 hr. 0 min. 0 sec
Trace Level user
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File G:\oracle\product\10.1.0\db_4\network\admin\listener.o
ra
Listener Log File G:\oracle\product\10.1.0\db_4\network\log\listener.log
Listener Trace File G:\oracle\product\10.1.0\db_4\network\trace\listener.t
rc
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=karimojj-c876e5)(PORT=1521)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROCipc))(PROTOCOL_S
TACK=(PRESENTATION=GIOP)(SESSION=RAW)))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
LSNRCTL>
---------------------------------------------------------------
C:\Documents and Settings\dharanidhar>sqlplus/nolog
SQL*Plus: Release 10.1.0.2.0 - Production on Tue Mar 27 18:36:58 2007
Copyright (c) 1982, 2004, Oracle. All rights reserved.
SQL> connect / as sysdba
ERROR:
ORA-12560: TNS:protocol adapter error
SQL> conn hr/hr@oracle
ERROR:
ORA-12514: TNS:listener does not currently know of service requested in connect
descriptor
SQL> conn sys as sysdba
Enter password:
ERROR:
ORA-12528: TNS:listener: all appropriate instances are blocking new connections
|
|
|
Re: ORA-12528: TNS:listener: all appropriate instances are blocking new connections [message #227173 is a reply to message #227165] |
Tue, 27 March 2007 08:17 |
tahpush
Messages: 961 Registered: August 2006 Location: Stockholm/Sweden
|
Senior Member |
|
|
Googled.....can you verify
Quote: | ORA-12528: TNS:listener: all appropriate instances are blocking new connections
This is a new Oracle 10g error code, which is normally visible during instance startup.
If this error message is still displayed a few minutes after trying to start the instance, check if there is no problem starting up the instance.
|
Quote: |
This is a known problem with Oracle 10g where a SHUTDOWN IMMEDIATE is followed by a STARTUP MOUNT. Perform another SHUTDOWN on the database and then issue a STARTUP. You should be able to connect to the database.
|
[Updated on: Tue, 27 March 2007 08:17] Report message to a moderator
|
|
|
Re: ORA-12528: TNS:listener: all appropriate instances are blocking new connections [message #227176 is a reply to message #227165] |
Tue, 27 March 2007 08:22 |
|
C:\Documents and Settings\dharanidhar>sqlplus/nolog
SQL*Plus: Release 10.1.0.2.0 - Production on Tue Mar 27 18:49:19 2007
Copyright (c) 1982, 2004, Oracle. All rights reserved.
SQL> shutdown immediate
ORA-12560: TNS:protocol adapter error
SQL> conn sys as sysdba
Enter password:
ERROR:
ORA-12528: TNS:listener: all appropriate instances are blocking new connections
SQL> conn sys/oracle as sysdba
ERROR:
ORA-12560: TNS:protocol adapter error
SQL> conn sys/oracle@oracle as sysdba
ERROR:
ORA-12528: TNS:listener: all appropriate instances are blocking new connections
how to login and perform shutdown and start up database
i have no idea
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|