ORA-12528

Hi...
My Oracle 10g database is not opening...I am faceting flowing error when trying to open....
"ORA-12528 Message 12528 not found; product=RDBMS;facility=ORA"
My OS is Linux.
I need the solution.
Shweta
[email protected]

Hi,
Try to create a static entry for the SID to the SID_LIST in the listener.ora
SID_LIST_LISTENER=(SID_LIST=(SID_DESC=(SID_NAME=dbname))) Or
Try to use the Oracle10G feature into tnsnames.ora
CONNECT_DATA=((SID=....) (UR=A))This fix is required for administrative connections where we specify (UR=A) in connect data.
HTH,
Nicolas.

Similar Messages

  • See my error and my try  (ora-12528 ) after try new err ora-00202

    try to connect my 10g database but that give me this error
    ORA-12528: TNS:listener: all appropriate instances are blocking new connections
    some body give me idea i try this
    c:\>set oracle_sid=universi
    c:\>sqlplus sys as sysdba
    enter password :
    connecyt to
    oracle database 10g enterprise edition release
    sql> select status from v$instance;
    status
    started
    sql>alter database mount;
    alter database mount
    error at line 1:
    ora-00204: error in reading <block 3, # blocks 8> of control file
    ora-00202: control file:
    'D:\ORACLE\PRODUCT\10.2.0\ORADATA\UNIVERSI\CONTROL01.CTL'
    ora-27091: UNABLE TO QUEUE 1/0
    ora-27070: ASYNC READ/WRITE FAILED
    OSD-04006: ReadFo;e<> failure, unable to read from file
    O/S-Error <OS 23> Data error <cyclic redundancy check>.
    but after this i fasing this error
    ora-00202
    ora-00204
    please give me idea how i connect my 10g
    thank you

    ORA-12528: TNS:listener: all appropriate instances are blocking new connections
    ORA-12528:     TNS:listener: all appropriate instances are blocking new connections
    Cause:     All instances supporting the service requested by the client reported that they were blocking the new connections. This condition may be temporary, such as at instance startup.
    Action:     Attempt the connection again. If error persists, then contact the administrator to check the status of the instances.
    This is mostly the error that is there when we try to give a startup after a shutdown.Most probably its a temporary error.I faced it once but there was nothing relevant that I could find for it.What I tried was shutdown,wait for some time and again startup.
    For the second error message, you have issues with your control file.As others already have asked, is your controlfile available and read/writeable?
    Aman....

  • ORA-12528: TNS: listener: all appropriate instances are blocking new connec

    Hi this is kumar,
    i am getting the below error .
    ORA-12528: TNS: listener: all appropriate instances are blocking new connections
    please find my alertlog file ,in alert log file we are getting opertaion timed out.
    TNS-12535: TNS:operation timed out
    ns secondary err code: 12560
    nt main err code: 505
    TNS-00505: Operation timed out
    nt secondary err code: 238
    nt OS err code: 0
    Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=10.254.254.32)(PORT=1599))

    Hi,
    thank you for your quick responce.
    $ srvctl config scan_listener
    SCAN Listener LISTENER_SCAN1 exists. Port: TCP:1526
    SCAN Listener LISTENER_SCAN2 exists. Port: TCP:1526
    SCAN Listener LISTENER_SCAN3 exists. Port: TCP:1526
    $ lsnrctl status LISTENER_SCAN1
    LSNRCTL for HPUX: Version 11.2.0.2.0 - Production on 22-APR-2013 20:38:33
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN1)))
    STATUS of the LISTENER
    Alias LISTENER_SCAN1
    Version TNSLSNR for HPUX: Version 11.2.0.2.0 - Production
    Start Date 30-JAN-2013 01:46:21
    Uptime 82 days 18 hr. 52 min. 12 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/11.2.0/grid/network/admin/listener.ora
    Listener Log File /u01/app/11.2.0/grid/log/diag/tnslsnr/dccdb01/listener_scan1/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER_SCAN1)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.44.83.111)(PORT=1526)))
    Services Summary...
    Service "instance" has 2 instance(s).
    Instance "instance1", status READY, has 1 handler(s) for this service...
    Instance "instance2", status READY, has 1 handler(s) for this service...
    Service "instanceXDB" has 2 instance(s).
    Instance "instance1", status READY, has 1 handler(s) for this service...
    Instance "instance2", status READY, has 1 handler(s) for this service...
    Service "instance" has 2 instance(s).
    Instance "instance1", status READY, has 1 handler(s) for this service...
    Instance "instance2", status READY, has 1 handler(s) for this service...
    Service "instanceXDB" has 2 instance(s).
    Instance "instance1", status READY, has 1 handler(s) for this service...
    Instance "instance2", status READY, has 1 handler(s) for this service...
    Service "instanceoltp" has 2 instance(s).
    Instance "instance1", status READY, has 1 handler(s) for this service...
    Instance "instance2", status READY, has 1 handler(s) for this ser
    $
    ABCD =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = dccdb-cluster-scan)(PORT = 1526))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = ABCD)
    ADCDE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = dccdb-cluster-scan)(PORT = 1526))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = ADCDE)
    we didn't do any changes from the database side,now only my user had raised a complaint

  • Not able to connect to database : ORA-12528

    Hello Friends,
    os: windows XP
    Oracle version: 10.2.0.3.0
    Whenever i shutdown the database ( i have tried normal, immediate and abort mode shutdown), after that neither i am able to connect to the database nor start it up.
    I get the following error message:
    16:37:18 SQL> conn sys/system@dg as sysdba
    ERROR:
    ORA-12528: Message 12528 not found; product=RDBMS; facility=ORA
    Warning: You are no longer connected to ORACLE.
    The only way then left to me is to restart database service.
    I read the thread in our forum about this error stating that this is temporary error and after some time we can login or startup the database.
    But in my case, i have waited for few hours, still getting the same error.
    If anyone has some idea about this problem, please help me.
    Regards,
    Dipali..

    hi
    this is a cutting-edge error, and the ora-12528 is brand-new with 10g.
    The docs note:
    ORA-12528: TNS:listener: all appropriate instances are blocking new connections
    Cause: All instances supporting the service requested by the client reported that they were blocking the new connections. This condition may be temporary, such as at instance startup.
    Action: Attempt the connection again. If error persists, then contact the administrator to check the status of the instances.
    Brian Peasland notes: "This is a known problem with Oracle 10g where a SHUTDOWN IMMEDIATE is followed by a STARTUP MOUNT."
    Try bouncing the instance and try again . . .
    and also see this link
    http://dbataj.blogspot.com/2007/02/ora-12528-tnslistener-all-appropriate.html
    Hope this helps
    CHeers

  • ORA-12528 after each reboot

    Howdy all.
    I have Oracle 10g database Standard Edition installed on a Win2K Server machine. Each time I reboot the machine, the database does not fully open on its own. After a reboot, when I try to connect to the database using SQL*Plus, I get the following error:
    ORA-12528: TNS:listener: all appropriate instances are blocking new connections.
    I have waited a good bit - thinking that maybe the database is just starting up, and I still get the error after waiting a while (over 10 minutes).
    I can use Enterprise Manager to perform a startup on the database. After I enter my credentials (OS and DB), I am told that the database is "currently in started state." I can shutdown, mount, or open the database. I choose open the database, the wait screen appears, and then after about a minute - the logon screen appears and then everything is OK. I can connect using SQL*Plus and I am happy.
    Until I reboot the server again. My question is this -- how can I get the Oracle database to startup, mount, and open automatically? Is Oracle designed such that I have to open the database by hand each time I reboot the server?
    wally

    Joel,
    Thanks for responding quickly. Sorry it has taken me so long to get back. I have been pulled in a lot of directions and haven't been able to work on my Oracle DBA skills much recently.
    I have found out what is causing my problem. I have edited my sqlnet.ora file. The file has two lines in it by default:
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    I commented out the first line so it looks like the following:
    #SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    When I do that, then the database will not open on its own after a reboot. Now, the reason I commented that line out in the sqlnet.ora file is to speed things up a bit.
    When I leave the line in place (NOT commented out), and I start SQL*Plus - it takes about 25 - 30 seconds to connect the first time. If I comment the line out, it connects in less than a second.
    How can I either make the database respond to connections quickly and still leave the line in place? Or, how can I have the database startup, mount, and open up all on its own with the line commented out?
    Any help would be greatly appreciated as I am learning a lot in my quest to be a better Oracle DBA.
    wally

  • ORA 12528 & ORA 01033

    Well, for some odd reason, I stopped listener services and started again. When I try to connect to database using Oracle SQL Developer, I am getting ORA-12528 Error. Also, I tried logging in using Command Prompt using the UN and password which throws me an error ORA-01033. I tried finding the control01.cll file, but unfortunately I couldn't find in my entire client machine. I don't know the problem behind this, Any help is greatly appreciated !!
    ORA-12528: TNS:listener: all appropriate instances are blocking new connections
    ORA-01033: ORACLE initialization or shutdown in progress
    Process ID: 0
    Session ID: 0 Serial number: 0
    Regards
    S

    Hi,
    http://www.dba-oracle.com/t_ora_01033_initialization_shutdown_progress.htm
    http://www.dba-oracle.com/sf_ora_12528_tns_listener_all_appropriate_instances_are_blocking_new_connection_tips_bc1.htm
    go through the above you will get light on this...
    Thanks,
    Srini...

  • Instance status "BLOCKED" and ora-12528

    Oralce 10.2.0.1 -- SUN SPARC 10 64bit
    instance is in nomount state, can connect using "sys/passwd@string as sysdba" on node 1 but unable to connect from 2nd node. following error received.
    Node:2
    connect sys/passwd@string as sysdba;
    ERROR:
    ORA-12528: TNS:listener: all appropriate instances are blocking new connections
    Listener state on node 1 is following:
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "string" has 1 instance(s).
    Instance "string", status BLOCKED, has 1 handler(s) for this service...
    Service "string" has 1 instance(s).
    Instance "string", status UNKNOWN, has 1 handler(s) for this service...
    Service "string_XPT" has 1 instance(s).
    Instance "string", status BLOCKED, has 1 handler(s) for this service...
    Message was edited by:
    jees

    tnsnames.ora file is same on both nodes and tnsping is working fine.
    Following is listener.ora on node1........
    LISTENER_DB01 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = db01-vip)(PORT = 1521)(IP = FIRST))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.10.10.20)(PORT = 1521)(IP = FIRST))
    (ADDRESS = (PROTOCOL = TCP)(HOST = db01-dg)(PORT = 1521)(IP = FIRST))
    SID_LIST_LISTENER_DB01 =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/app/oracle/product/10.2.0/asm)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = string)
    (ORACLE_HOME = /u01/app/oracle/product/10.2.0/db)
    )

  • ORA-12528: TNS:listener: all appropriate instances are blocking new connect

    Dear All,
    I got the following error when use 'STARTUP MOUNT;' in sqlplus
    Error
    ORA-12528: TNS:listener: all appropriate instances are blocking new connections
    I am using Oracle 10 Database and Window XP Operating System
    How to solve it.
    Please help me
    Thanks and Regards,
    Fazil
    Edited by: user11334489 on Sep 11, 2012 12:41 AM

    Wrong forum. Please post your question in the General Database Discussions forum.
    Craig...

  • ORA-12528: TNS:listener: networking problem...

    Can someone help???
    I am recieving the following error when trying to connect to my asm instance remotely (using password file)
    10gr2 running under Redhat linux
    ORA-12528: TNS:listener: all appropriate instances are blocking new connections
    I have tried to modify the listener.ora to include sid_name, global_dbname the changes did not help as I was recieving hte same error.
    please find my configs below...
    Any help would be greatly appreciated...
    Thanks in advance.
    Mike.
    tnsnames.ora
    ASM.NY.PROD =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = eos)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = +ASM)
    listener.ora
    SID_LIST_LISTENER_EOS =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/oracle/product/10.2.0/db_1)
    (PROGRAM = extproc)
    (SID_DESC =
    (ORACLE_HOME = /u01/oracle/product/10.2.0/db_1)
    (SID_NAME = +ASM1)
    lsnrctl status
    LSNRCTL for Linux: Version 10.2.0.2.0 - Production on 07-AUG-2006 16:25:55
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.2.0 - Production
    Start Date 30-JUL-2006 10:21:51
    Uptime 8 days 6 hr. 4 min. 4 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP ON
    Listener Parameter File /u01/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Listener Log File /u01/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=eos)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=eos)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=eos)(PORT=7787))(Presentation=FTP)(Session=RAW))
    Services Summary...
    Service "+ASM" has 1 instance(s).
    Instance "+ASM1", status BLOCKED, has 1 handler(s) for this service...

    Thanks for your help, this is what I found out....
    I checked the remote_login_passwordfile and it was set to = exclusive.
    After reviewing the note that you mentioned I did a bit more digging on metalink and found this one Note: 301099.1.
    I modified my tnsnames.ora file (see below) and it resolved my problem. I am not sure exactly what UR=A does, but I will need to check the docs for that.
    ASM.NY.PROD =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = eos)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = +ASM)
    (SID=+ASM1)
    (UR=A)
    mike

  • ORA-12528: TNS:listener:

    Hi,
    i have a database for learning purpose. i got this error when i connected to database.
    may i know what could cause this to happen?
    Enter user-name: sys@baba as sysdba
    Enter password:
    ERROR:
    ORA-12528: TNS:listener: all appropriate instances are blocking new connections
    Regards
    Ravikumar.A

    Hi,
    1. Stop the listener.
    2. Login to idle instance.
    3. Start the database and see what is the error you are getting.it has been stopped, and now it is begin started .
    i tried to connect a database, i got this error.
    Enter user-name: sys@baba as sysdba
    Enter password:
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor

  • Ora-12528 all appropriate instances are blocking new connections

    hi,
    i get an error 'ora-12528 all appropriate instances are blocking new connections'
    i have changed shared_servers parameters. from there itself i get the error

    With zero substantive information about your environment, it is impossible to know for sure.
    But, if you've just set SHARED_SERVERS=0, for example, and your tnsnames.ora has a line in it that says (SERVER=SHARED), then your client is demanding the use of shared servers which don't exist. You can therefore expect the sort of error you're getting.
    The fix is to remove the explicit demand for shared servers in the tnsnames.ora. Just remove the line (or, not quite such good practice, set it to DEDICATED).

  • ORA-12528: TNS:listener: all approriate instances are blocking new connecti

    HI all ,
    i am getting this error while log on on database 10g on operating system is WINDOW XP
    ORA-12528: TNS:listener: all approriate instances are blocking new connection
    Please GUide me how to resolve this issue
    Thanks And regards
    Vikas Singhal

    vikas singhal wrote:
    HOw to find listener to see if the service is in BLOCKED state:
    Thanks And Regards
    Vikas SinghalYou can use lsnrctl services as
    C:\Documents and Settings\chinar>lsnrctl services
    LSNRCTL for 32-bit Windows: Version 10.2.0.2.0 - Production on 13-JUL-2010 14:30
    :26
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=chinar.bank.local)(PORT=
    1521)))
    Services Summary...
    Service "+ASM_XPT" has 1 instance(s).
      Instance "+asm", status BLOCKED, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:0 refused:0 state:ready
             LOCAL SERVER
    Service "+asm" has 1 instance(s).
      Instance "+asm", status BLOCKED, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:0 refused:0 state:ready
             LOCAL SERVER
    Service "TEST" has 2 instance(s).
      Instance "TEST", status UNKNOWN, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:387 refused:0
             LOCAL SERVER
      Instance "test", status RESTRICTED, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:0 refused:0 state:ready
             LOCAL SERVER
    Service "TESTXDB" has 1 instance(s).
      Instance "test", status RESTRICTED, has 1 handler(s) for this service...
        Handler(s):
          "D000" established:0 refused:0 current:0 max:1002 state:ready
             DISPATCHER <machine: CHINAR, pid: 7472>
             (ADDRESS=(PROTOCOL=tcp)(HOST=chinar.bank.local)(PORT=4790))
    Service "TEST_XPT" has 1 instance(s).
      Instance "test", status RESTRICTED, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:0 refused:0 state:ready
             LOCAL SERVER
    Service "chinar.bank.local" has 1 instance(s).
      Instance "SB", status UNKNOWN, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:0 refused:0
             LOCAL SERVER
    The command completed successfully
    C:\Documents and Settings\chinar>

  • ORA-12528: TNS:listener: all appropriate instances are blocking new connections

    I'm working with OBIEE 11.1.1.5, with Ora DB 11.2.
    Suddenly, the OBIEE is not accessible.
    The logs showed that the issue is DB connectivity.
    When I try to enter directly to the DB via sqlplus I get the error:
    /opt/oracle/product/11.2.0/dbhome_1/bin/sqlplus sys@UBI as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Wed Nov 20 13:18:23 2013
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Enter password:
    ERROR:
    ORA-12528: TNS:listener: all appropriate instances are blocking new connections
    I tried restarting server, DB, listener, but nothing helped.
    I've Googled and saw that I need to unregister some old connections, which were not closed correctly, i.e. entering DB and delete some records,
    but I cannot login to the sqlplus.
    I failed login as sys, system, scott - on the same error.
    How can I solve this issue?

    ls $ORACLE_HOME/dbs
    dbs         httpFileTransfer.py  init.ora     lkUBI     peerapp_catalog  qoe_network_offset.template  subscriberUpdate.py
    hc_ubi.dat  index.html.1         initUBI.ora  orapwubi  profile.sql      spfileubi.ora
    padmin@rprt:~> /opt/oracle/product/11.2.0/dbhome_1/bin/sqlplus "/as sysdba"
    SQL*Plus: Release 11.2.0.1.0 Production on Wed Nov 20 18:09:04 2013
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORA-48108: invalid value given for the diagnostic_dest init.ora parameter
    ORA-48140: the specified ADR Base directory does not exist [/opt/oracle/product/11.2.0/dbhome_1/dbs/<ORACLE_BASE>]
    ORA-48187: specified directory does not exist
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 1
    SQL>

  • Question about ora-12528

    I have installed 10g on windows2000.
    when I restart my computer,I find I cant not connect to
    database.
    It shows:
    ORA-12528: TNS:listener: all appropriate instances are blocking new connections
    But when I restart the oracle service,everything is OK.
    How can I solve the problem,I don't want to restart the service every time.
    Thank you!
    Kevin Shen
    China

    Thank you very much!Everyone.
    OK now.
    I only add something like this:
    (SID_DESC =
    (GLOBAL_DBNAME = agil)
    (ORACLE_HOME = D:\oracle\product\10.1.0\Db_1)
    (SID_NAME = agil)
    Thank you!
    Kevin Shen
    China

  • An error ORA-12528 occurs

    After it has been successfully connect several times, I could not connect now have the following message appears:
    ORA-12528: TNS:listener: all appropriate instances are blocking new connections
    in php file i use this script to test connection:
    +$c = oci_connect("username", "password", "IP-server/orcl");+
    +if (!$c) {+
    +$e = oci_error();+
    echo $e['message'] . "<br>\n";
    exit;
    +}+
    Is the error of the Oracle server or from a page PHP?
    Can anyone help?
    I'm sorry, thank you ..

    Thank you for your help
    I am using Windows XP SP2 with Apache/2.2.11 with PHP/5.2.8, and contact with a remote server Oracle/8i, has been contacted several times, but suddenly I could not connect and when you try to test the connection by a simple script php this error message occurs, In order to verify the source of the problem (client or server) I make contact with another Oracle server and got the same message
    I install all packages it correct and I saw the test page [phpinfo()] of the client-side environment, the Part oci8 exist and all the parameters correct
    Is the problem in a client-side?, and whether I must restart the database?
    thank you very much

Maybe you are looking for