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

Similar Messages

  • Thw question about ORA-24874

    Hello,I want to know the implication of errormessage(ORA-24874 ),and how to resolve it?Thank you very much!

    Hi Scott,
    In general, in the case that an application needs to access to data of another schema, which is the best solution?
    We are thinking about creating an API on EDVBI schema. That API would be a package with all the logic to get or put data on that schema from EDVDWH schema. In that way, we only would have to give execute privileges on the package to EDVDWH, and not to every object that we need to access.
    What do you think about this possible solution?
    Has anybody some comments or ideas about that case?
    A lot of thanks!
    Roger

  • A question about tnsnames.ora

    I have a question about tnsnames.ora file. I have two address entries in the tnsnames.ora, one is with protocol:ipc, the other is with protocol:tcp. The log file always tells me the hostname is UNKNOWN. I changed the hostname alias into ip address, but the error stills exists. But there isn't any other error of the running of database. Because I don't need to access database from remote client, thus I think if I delete the address entry of the hostname won't interrupt the running of database. So I delete it from the tnsnames.ora file. But the error stills exists. I am not familiar with Oracle. So could anyone help me to solve the problem or give me some ideas about it? Thanks.

    Hi,
    That tnsnames.ora file is the descriptor that resolves the service name to the correct host address. That line ADDRESS is the locator for the listener on the server which then determines if a session is granted or not. You cannot forget the sqlnet.ora file either. This sets the type of connection that the client is going to be involved in: either a HOST,TNSNAMES OR
    ONAMES. You also must check to see if the listener is turned on. This is a common error. But I dont think it is in this case. Judging by the hostname error message Id say you dont have the correct host name. That can be found in the init.ora file under db_name parameter. I suggest that you do some reading on this subject in the networking documentation. It is all very well explained there. There is more to this relationship than I touched upon here.
    Hope this helps.

  • 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

  • Question about broker Switchover command

    Hi guys
    i have one question about switchover cmd . For example, i have 1 primary database called stdby3 and 2 standby databases that are called stdby1 and stdby2. When i performed switchover cmd to stdby2 standby database, why the old primary database stdby3 could not become new standby database after i performed a switchover; furthermore the new primary and standby databases are not opened after the switchover process is completed
    output screen:
    DGMGRL> show configuration;
    Configuration
    Name: stdby1
    Enabled: YES
    Protection Mode: MaxProtection
    Databases:
    stdby3 - Primary database
    stdby1 - Physical standby database
    stdby2 - Physical standby database
    Fast-Start Failover: DISABLED
    Current status for "stdby1":
    SUCCESS
    DGMGRL> SWITCHOVER TO stdby2
    Performing switchover NOW, please wait...
    Operation requires shutdown of instance "stdby3" on database "stdby3"
    Shutting down instance "stdby3"...
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    Operation requires shutdown of instance "stdby2" on database "stdby2"
    Shutting down instance "stdby2"...
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    Operation requires startup of instance "stdby3" on database "stdby3"
    Starting instance "stdby3"...
    Unable to connect to database
    ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    Failed.
    You are no longer connected to ORACLE
    Please connect again.
    Unable to start instance "stdby3"
    You must start instance "stdby3" manually
    Operation requires startup of instance "stdby2" on database "stdby2"
    You must start instance "stdby2" manually
    Switchover succeeded, new primary is "stdby2"
    DGMGRL> show configuration;
    Error:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 130 Serial number: 45
    DGMGRL> exit;
    oracle@localhost ~$ dgmgrl
    DGMGRL for Linux: Version 11.1.0.6.0 - Production
    Copyright (c) 2000, 2005, Oracle. All rights reserved.
    Welcome to DGMGRL, type "help" for information.
    DGMGRL> connect sys
    Password:
    Connected.
    DGMGRL> show configuration;
    Error:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    DGMGRL> connect sys@stdby3
    Password:
    Connected.
    DGMGRL> show configuration;
    Error:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    DGMGRL>
    Edited by: user6981287 on Jan 6, 2010 9:27 AM

    this is my configuration
    DGMGRL> show configuration
    Configuration
    Name: matrix
    Enabled: YES
    Protection Mode: MaxPerformance
    Databases:
    stdby1 - Primary database
    stdby2 - Physical standby database
    stdby3 - Physical standby database
    Fast-Start Failover: DISABLED
    Current status for "matrix":
    SUCCESS
    --- this is my first successful switchover -----
    DGMGRL> switchover to stdby2
    Performing switchover NOW, please wait...
    New primary database "stdby2" is opening...
    Operation requires shutdown of instance "stdby1" on database "stdby1"
    Shutting down instance "stdby1"...
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    Operation requires startup of instance "stdby1" on database "stdby1"
    Starting instance "stdby1"...
    ORACLE instance started.
    Database mounted.
    Switchover succeeded, new primary is "stdby2"
    -------------------this is my second switchover -------------
    DGMGRL> switchover to stdby1
    Performing switchover NOW, please wait...
    New primary database "stdby1" is opening...
    Operation requires shutdown of instance "stdby2" on database "stdby2"
    Shutting down instance "stdby2"...
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    Operation requires startup of instance "stdby2" on database "stdby2"
    Starting instance "stdby2"...
    Unable to connect to database
    ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    Failed.
    You are no longer connected to ORACLE
    Please connect again.
    Unable to start instance "stdby2"
    You must start instance "stdby2" manually
    Switchover succeeded, new primary is "stdby1"
    DGMGRL>
    Edited by: user6981287 on Jan 7, 2010 12:57 AM
    Edited by: user6981287 on Jan 7, 2010 1:00 AM

  • Question about the chain step name in DEFINE_CHAIN_STEP

    I have questions about the chain step name in DEFINE_CHAIN_STEP:
    1. Can the step name be a number (e.g. "8")?
    2. Should the step name be unique within a chain or across all chains?
    I am having this exception:
    ORA-25448: rule DMUSER.RULE_6_3707 has errors
    ORA-22806: not an object or REF
    After I changed the step names (in DEFINE_CHAIN_STEP), the chain seems to run fine.
    Thanks,
    Denny

    The reason I asked about the step name is to confirm it can handle numbers (it looks it can handle it from the doc).
    Why I changed the step names say from "11" to "21", the error goes away, that puzzled me. Because the way I defined steps and the rules for the steps were exactly the same. Just changing the step names made the error goes away?!
    Thanks.

  • 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: 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...

  • Few basic questions about database administration

    Hello,
    I have a few basic questions about database administration.
    1. I switched one of my oracle instances to archivelog mode. I just cannot locate the archive log files on my windows system. The %ora_home%/ora92/database/archive directory is desperately empty...
    2.What is the tools01.dbf datafile used for?
    3.What is the undotbso1.dbf datafile used for?
    Thanks in advance,
    Julien.

    1. The archive log location needs to be specified in your init.ora file. By default, Oracle will place the archive files in either ORACLE_HOME/dbs or ORACLE_HOME/database.
    2. The tools01.dbf file belongs to the tools tablespace which should be set as the default tablespace for system. It primary purpose is to hold Oracle Forms and Reports database objects, however, it should also be used for holding other non sys database objects such as the perfstat (statspack) or other third party database schemas e.g. quests sqllab.
    3. undotbs01.dbf file belongs to the undo tablespace.

  • 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).

  • A question about item "type and release" of  source system creation

    Hello expert,
    I have a question about item "type and release" of  source system creation.
    As we know,when we create a web servie source system,there will display a pop-up which includes three items as "logical system","source system"and "type and release".
    About the item "type and release",when we push "F4" button,there will be three default selections as below:
    "ORA 115     Oracle Applications 11i
    TLF 205     Tealeaf 2.05B
    XPD 020     SAP xPD".
    Who can tell me when and how should I use the three selections.
    And also I attempted to input the item by some optional letters except the default three selections and it seems that I can input it freely.
    Thank you and Best Regards,
    Maggie

    Hello DMK,
    Thank you very much for your answer.It is very helpful for me.
    Can I ask you further about it?
    I got that it is a semantic description item.
    You said the default selections are set by our basis people.Would you like to tell me how should we creat a new value except the default ones for item "type and release"?Only by inputing the value in the item directly?But you see we canot see the new value item we created by ourself when we push "F4" button next time ,is that ok?Or do we have to ask basis people to define one new value item just like the default seletions before we use it.
    Also if possible would you like to describe detail about "This becomes important when you are troubleshooting certain issues especially when RFC connection problems."
    Thank you and Best Regards,
    Maggie
    Message was edited by: Maggie

  • Firewall caused ORA-12528

    I have installed Oracle DB 10g Release1 on a WinXPproSP2 machine for learning purpouses (for a college course). I have 1gb of ram and it worked quite well.
    But I had a security problem (trojans mostly) and I had installed a firewall (http://www.jetico.com/). However after installing that firewall, when I try to login my SQL*Plus client says "ORA-12528: TNS Listener: All apropriate instances are blocking new connections"
    I got rid of the trojans (i hope!) and I uninstalled the firewall, but the Database connection still does not work. I have not changed my Oracle configuration since installing, but my "OracleDBConsoleoracle" service does not start either (other Oracle Services work fine - at least from the Windows Services Console).
    This is the error log from System-event log:
    Event Type:     Error
    Event Source:     Service Control Manager
    Event Category:     None
    The OracleDBConsoleoracle service terminated with service-specific error 2 (0x2).
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    Are these errors connected or I have 2 distinct problems?
    Would you advise me to uninstall Oracle?
    UPDATE: I've made a search with the terms firewall and 12528 and it turns out this error could be related to firewall blocking some ports.; but i have disabled windows firewall (turns out i forgot about it) and it still does not work.
    Message was edited by:
    user507163

    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).

  • A question about creating READ ONLY users.

    Dear all,
    I have a question about read only user accounts and I would appreciate if you could kindly give me a hand. I have a schema named SCHEMA1. Whenever I want to connect by using sqlplus I run the following:
    sqlplus user1/[email protected] SCHEMA1.WORLD is the entry in the tnsnames.ora referring to the schema SCHEMA1.
    I need to create a read only user who is able to SELECT all tables and views created by user1 on SCHEMA1 (this user will not modifiy anything at all. The user is used only for a person using SQL queries to read data). for several tables I write the grants explicitly, for example:
    CREATE USER user2 IDENTIFIED BY user2;
    GRANT CREATE SESSION to user2;
    GRANT SELECT ON S001_COR_ECLASS TO user2;
    GRANT SELECT ON REF_ECLASS511 TO user2;Is there anyway to do the same thing but for all the tables (because there are a lot of tables and views)? Besides, even with these granted permissions when the user connects with SQL Developer to the database, he is not able to view the list of tables/views in SQL Developer GUI. What causes this problem?
    Thanks in advance,
    Dariyoosh

    Hello Dariyoosh,
    he is not able to view the list of tables/views in SQL Developer GUIyou can either go to "Other Users" - user1 - tables. There you see every table you have permission to select.
    Or you can create a synonym in schema2 for each table in schema1 and set a filter on the tables node of user2 "Include synonyms".
    Regards
    Marcus

  • Questions about your new HP Products? HP Expert Day: January 14th, 2015

    Thank you for coming to Expert Day! The event has now concluded.
    To find out about future events, please visit this page.
    On behalf of the Experts, I would like to thank you for coming to the Forum to connect with us.  We hope you will return to the boards to share your experiences, both good and bad.
     We will be holding more of these Expert Days on different topics in the months to come.  We hope to see you then!
     If you still have questions to ask, feel free to post them on the Forum – we always have experts online to help you out.
    So, what is HP Expert Day?
    Expert Day is an online event when HP employees join our Support Forums to answer questions about your HP products. And it’s FREE.
    Ok, how do I get started?
    It’s easy. Come out to the HP Support Forums, post your question, and wait for a response! We’ll have experts online covering our Notebook boards, Desktop boards, Tablet boards, and Printer and all-in-one boards.
    We’ll also be covering the commercial products on the HP Enterprise Business Community. We’ll have experts online covering select boards on the Printing and Digital Imaging and Desktops and Workstations categories.
    What if I need more information?
    For more information and a complete schedule of previous events, check out this post on the forums.
    Is Expert Day an English-only event?
    No. This time we’ll have experts and volunteers online across the globe, answering questions on the English, Simplified Chinese, and Korean forums. Here’s the information:
    Enterprise Business Forum: January 14th 7:00am to 12:00pm and 6:00pm to 11:00pm Pacific Time
    Korean Forum: January 15th 10am to 6pm Korea Time
    Simplified Chinese Forum: January 15th 10am to 6pm China Time
    Looking forward to seeing you on January 14th!
    I am an HP employee.

    My HP, purchased in June 2012, died on Saturday.  I was working in recently installed Photoshop, walked away from my computer to answer the phone and when I came back the screen was blank.  When I turned it on, I got a Windows Error Recovery message.  The computer was locked and wouldn't let me move the arrow keys up or down and hitting f8 didn't do anything. 
    I'm not happy with HP.  Any suggestions?

  • Have questions about your Creative Cloud or Subscription Membership?

    You can find answers to several questions regarding membership to our subscription services.  Please see Membership troubleshooting | Creative Cloud - http://helpx.adobe.com/x-productkb/policy-pricing/membership-subscription-troubleshooting- creative-cloud.html for additional information.  You can find information on such topics as:
    I need help completeing my new purchase or upgrade.
    I want to change the credit card on my account.
    I have a question about my membership price or statement charges.
    I want to change my membership: upgrade, renew, or restart.
    I want to cancel my membership.
    How do I access my account information or change update notifications?

    Branching to new discussion.
    Christym16625842 you are welcome to utilize the process listed in Creative Cloud Help | Install, update, or uninstall apps to install and evaluate the applications included with a Creative Cloud Membership.  The software is fully supported on recent Mac computers.  You can find the system requirements for the Creative Cloud at System requirements | Creative Cloud.

Maybe you are looking for

  • Tab Canvas

    Hi, I am using Forms 10g. I have Content canvas named CANVAS1 display few items from BLK1. I created a tab canvas called TAB_CAN contains TAB_PAGE1 and TAB_PAGE2, display items from BLK2 I would like to show the form in enter query mode and Form shou

  • How do I download more display resolutions (scaled)?

    Hi, I am displaying my iMac through a VGA adapter to a projector. Under system preferences, displays, resolutions (scaled) - I have only: - 1920 x 1080 -  1600 x 900 -  1280 x 720 However would like (and have seen on my macbook) far more options.  Ho

  • Why are my values not "taking"?

    I've had this problem intermittently, and now it's back and I don't know why. I have 2 datagrids with drag and drop. The source is an XMLList, as in: <items> <item ln1="Feta" ln2="crumbled feta" sn="feta" minQy="0" maxQy=".5" qty=".5" units="cup" />

  • HT4972 why cant my 4s restart after updating iOS 6.1.3

    Hi, i updated my 4s this morning to IOS 6.1.3 version. The phone is stuff now as after dowloading new software it wont restart. its in recovery mode and i cant seem to recover it on the mac book. Keep on giving me time out message to check network co

  • MacOS X for gaming...

    I hope this isn't off-topic or located in the wrong place. My apologies if it is. I am interested in using old G3 B&W's for very specific, dedicated gaming. As there will be a lot of these systems, would I be better off purchasing a 10 or unlimited c