Error:
C:\Windows\system32>sqlplus /nolog
SQL*Plus: Release 10.2.0.3.0 – Production on Wed Oct 1 19:40:51 2008
Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
SQL> connect sys@dbname as sysdba
Enter password:
ERROR: ORA-12528:
TNS:listener: all appropriate instances are blocking new connection
Check listener:
lsnrctl status
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for windows: Version 11.2.0.1.0 - Production
Start Date 20-DEC-2014 02:39:22
Uptime 14 days 2 hr. 26 min. 18 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File D:\oracle\12.1.0\dbhome_1\network\admin\listener.ora
Listener Log File D:\oracle\diag\tnslsnr\test\listener\alert\log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=test)(PORT=1521)))
Services Summary...
Service "ORCL" has 1 instance(s).
Instance "ORCL", status BLOCKED, has 1 handler(s) for this service...
lsnrctl services
Giải pháp: Restart lại instance có cảnh báo trên
SQLPLUS / as sysdba
shutdown immediate
startup
+ Check lại: lsnrctl status