The database status is currently unavailable.

Hi,
I have a probem in my production database -
Server - Windows 2003
DB - Oracle 10g
When i try to open Enterprise Manager I get the below error message. This was working fine since last month. But I haven't made any changes to this DB. But I noticed that disk space was very less so I deleted files from recycle bin, temp internet files, cookies and some unwanted documents i copied on the server. No disc space is OK. I have 10 GB free space. Also i am getting DB warning notification because table space is 92 % full so I want to increase it. But I dont know why I am getting this because I had already set to grow table space automatically.
Is there any other way to increase table space other than that in Enter prise manager ?
Message:*
*"The database status is currently unavailable. It is possible that the database is in mount or nomount state...."*
I tried to troubleshoot as per some forums but it doesnt work. If i use command prompt or sql plus to connect to DB it works but only enterprise manager has this issue. Also my Documentum Application connected to this DB works fine.
listner is fine. Also I added server login account in 'log on as batch john' in local policies.
I do not have a back up to restore also.
Regards,
Ranjith John

Øyvind Isene wrote:
Regarding the tablespace you may consider extend it yourself and not wait for the autoextend to kick in. This way you avoid future problems if for some strange reason the datafile cannot be extended. Not ignoring this error and being reminded every time the tablespace reaches some limit gives you a feeling of how fast your data grows, which is useful (if the alert comes too often you have to increase with bigger chunks). Autoextend is a feature invented for the lazy dbas out there (imho), a responsible one should not rely on it for production systems with any serious load.
As for the connection problem from EM, I suspect the agent has a connection problem. Have you verified the username and password it is using? Can you connect to the db with the same combination?Yes, I can connect to DB with the same user name and password using command prompt or sql plus. Also my Documentum Application is connecting fine to this oracle DB.
This is the full message.
*"The database status is currently unavailable. It is possible that the database is in mount or nomount state. Click 'Startup' to obtain the current status and open the database. If the database cannot be opened, click 'Perform Recovery' to perform an appropriate recovery operation.":*
Previously I used to get login page but now instead of login page I get this warning. There is also 'Startup' and 'Perform Recovery' button. Even if I use 'startup' button it does not resolve issue. It gives me the bellow message -
SQLException
ORA-28000: the account is locked
Startup/Shutdown:Confirmation
Current Status open
Operation shutdown immediate
Are you sure you want to perform this operation?
I used this to unlock my oracle user yesterday
SQL> alter user username identified by password account unlock;
Regards,
Ranjith john

Similar Messages

  • Database Control always gets "The database status is currently unavailable"

    I have two 10.1.0 databases installed on a Windows XP machine. Instance orcl always gets this message. Instance orcltwo does not. If I shut down orcl and then start the web database control page I can select the startup button and it starts up the database and then goes back to the pages that says that the database is not available. The console for that database is running with no errors that I can find. The DBSNMP account is not locked. The SYSMAN account is not locked. There are no errors in any log file that I can find. What am I doing wrong here. The orcltwo instance has no problems at all.

    Just to share this experience with everyone. This happened with Grid Control (not sure if it applies to Database Control).
    All the targets in EM (except the Agent) showed Down or Unavailable for two weeks. This is how I checked it.
    Note that if the Agent is not able to upload Metrics to the repository due to one reason or the other, you will not be able to see the current status.
    Assuming your ORACLE_HOME is different from your AGENT_HOME. Check the emagent trace file in the Agent home.
    e.g with AGENT home as D:\oracle\agent\
    check D:\oracle\agent\sysman\log\emagent.trc to see the latest error message.
    Then check the upload directory to see if there are xml files waiting to be uploaded
    e.g D:\oracle\agent\sysman\emd\upload
    This directory should be clear of .xml file if your metrics loading is working.
    From the Agents Monitoring screen in Enterprice Manager (Management System -> Agent), under the Upload session where there is Upload Metric Data button, check for "Last Successful Upload" and "Data Pending Upload " and any error messages. If the Metric upload is not working, the Data Pending uplaod will be more than 0.00MB and the error message link will show you the xml file it is unable to load. Which you will find in my example D:\oracle\agent\sysman\emd\upload
    I my example upload file B0002332.xml is the one I found on the error url and when I viewed it in the directory, the structure is different from others. This inability to load it caused all other upload files to be queuing. There was a line in it as
         <METRIC_GUID><![CDATA[€=3F6739EE03C21CE7CA5E32FD9185]]></METRIC_GUID>
    Looking at the structure of other files, I took a guess (not the best , this is a test EM) and changed it to
         <METRIC_GUID>80C23F6739EE03C21CE7CA5E32FD9185</METRIC_GUID>
    Then all the two weeks 32MB of xml files loaded automatically within seconds. Logoff EM and Login, everything showed the correct status.
    Hope this helps.

  • Database status is currently unavailable

    hi!
    the web-based 10g OEM of our database displays "database status is currently unavailable" upon login as sysdba. but the database instance has already been started/opened. could it be because of the "UNKNOWN" status in my listener? if yes, what are things should i look for to solve this problem? thank you very much.
    Services Summary...
    Service "bdsprod" has 1 instance(s).
    Instance "bdsprod", status UNKNOWN, has 1 handler(s) for this service...

    Click on the performance tab, does it prompt for userid/password. If so its the credentials to check the db.
    Also check the oracle home that OEM thinks your db is at, sometimes it gets messed up.

  • Database Home page display : The database target is currently unavailable

    Hello,
    I Installed OEM Gird 11g on an Windows 2008 R2
    version Installed :
    - Oracle Enterprise Manager Grid Console 11.1.0.1.0
    - WebLogic Platform 10.3.2.0
    - Oracle WebTier and Utilities CD 11.1.1.2.0
    To make it running I have to disable IPV6 !
    One the database server (Windows 2003 64 bit - Oracle 10.2.0.1.0) I have upgraded the agent to the version Oracle Management Agent 11.1.0.1.0.
    I am able to configure a database (dbsnmp/password) no connection issue
    But after that the home display the message (The database target is currently unavailable), like the agent is not able to connect to the database.
    The database is accessible through the link "Last Known State".
    I have try stop and restart the agent in the database.
    I also test to make a clearstate (emctl clearstate agent), without success.
    I go deeper in the log of the agent (emagent.trc) :
    LOGIN = dbsnmp/<PW>@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=ora-secondary1.lgbow.com)(PORT=1521))(CONNECT_DATA=(SID=LGBPHTE2)))
    +2011-08-30 11:28:10,341 Thread-2284 ERROR vpxoci: ORA-12505: TNS:listener does not currently know of SID given in connect descriptor+
    +2011-08-30 11:28:10,341 Thread-2284 WARN recvlets.aq: [oracle_database LGBPHTE2] login failed: ORA-12505: TNS:listener does not currently know of SID given in connect descriptor+
    +2011-08-30 11:32:50,917 Thread-2236 WARN vpxoci: OCI Error -- ErrorCode(1219): ORA-01219: database not open: queries allowed on fixed tables/views only+
    I have tested the LGBPHTE2 tnsname with SQLPLUS it is working.
    It is like OEM Grid 11g is not able to give the right password to the agent.
    Anyone knows about this issue.
    Thanks in advance
    Gaspard

    LOGIN = dbsnmp/<PW>@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=ora-secondary1.lgbow.com)(PORT=1521))(CONNECT_DATA=(SID=LGBPHTE2)))
    +2011-08-30 11:28:10,341 Thread-2284 ERROR vpxoci: ORA-12505: TNS:listener does not currently know of SID given in connect descriptor+
    +2011-08-30 11:28:10,341 Thread-2284 WARN recvlets.aq: [oracle_database LGBPHTE2] login failed: ORA-12505: TNS:listener does not currently know of SID given in connect descriptor+ is the database accessible through this address?
    sqlplus user/[email protected]/LGBPHTE2
    +2011-08-30 11:32:50,917 Thread-2236 WARN vpxoci: OCI Error -- ErrorCode(1219): ORA-01219: database not open: queries allowed on fixed tables/views only+ is the database open?

  • Database is UP- But OEM says DATABASE status is currently unavailable

    If anybody can help me why this message occurs when i open oem. although the database is up and running and i am making changes to it through sqlplus

    well guys
    i check SYSMAN & DBSNMP accounts in dba_users and i'm sure thier account_status r open but i still got the same message i delete the ORCL database and recreate it again but i got another prb the EM open but the database status in home page is DOWN i have 10g R1 so i hope i can find a soltion with u
    by the way this prb happen coz of changing
    ip
    computer name
    puting the computer in a network or domain
    i hope i can find help here
    urs
    Yasser

  • The database target is currently unavailable.

    i have Oracle 11g on windows 64bit i get strange error while opeing EM. when I run EM it show database Instance is down startup or perform recovery whereas i check from this command select status from v$Instance it show state of database open i have restarted my EM service aslo clear agent state but again i got same msg and arrow show instance is down. what is the problem

    Oracle Studnet wrote:
    i have Oracle 11g on windows 64bit i get strange error while opeing EM. when I run EM it show database Instance is down startup or perform recovery whereas i check from this command select status from v$Instance it show state of database open i have restarted my EM service aslo clear agent state but again i got same msg and arrow show instance is down. what is the problemYou need to start EM after starting up the database (and listener)

  • Upon upgrading iPhoto, iPhoto Help no longer works.  It gives the error message:  "The selected topic is currently unavailable. To see all iPhoto Help, you must be connected to the Internet." Help!?

    Upon upgrading iPhoto, iPhoto Help no longer works.  It gives the error message:  "The selected topic is currently unavailable. To see all iPhoto Help, you must be connected to the Internet."   I am obviously connected to the internet since you are reading this.
    I tried upgrading permissions but it did not help!?  Can anyone tell me what is wrong?  Thanks

    Try
    Reboot the computer, see if that fixes it.
    Then try:
    Backup your files off the computer (not TimeMachine) and disconnect
    Hold c boot off the 10.6 disk and simply reinstalling OS X
    Log in and update to 10.6.8
    c boot off the 10.6 disk again and use Disk Utility >Repair Disk
    reboot and all should be fine, except some third party programs that install kext files, those will have to be reinstalled from fresh sources.

  • Unable to print from MS Word: "The Directory Service is currently unavailable"

    Hi! I hope you can help me. Please note that I have a Windows XP computer (Home Edition, Version 2002, Service Pack 3, 32-bit). When I initially installed a Brother printer (model# MFC-J475DW) in Dec 2013, I had no problems printing documents. My problems
    started about 2 days ago. I got an error message after I opened a MS Word document (.doc) and clicked the Print button to print a document. The Printer "Name" field was empty.  I clicked the dropdown box in that window and saw 3 options:
    1 - Brother MFC-J475DW Printer
    2 - Brother PC-FAX v.3.2
    3 - PaperPort Image Printer
    When I selected "Brother MFC-J475DW Printer," a Microsoft Word dialog box appeared, saying the following:
    "The printer has not yet responded, but the Microsoft Office program may be able to proceed without printer information. Do you want to continue to wait for the printer?"
    I can either click on a Yes button or a No button. Either way, I'm brought back to the Print page. When I click on the OK button to start printing, another error message appears:
    "Windows cannot print due to a problem with the current printer setup. Try one or more of the following:
    *Check the printer by printing a test page from Windows.
    *Make sure the printer is turned on and online.
    *Reinstall the printer driver."
    I have a choice to click either OK or Web Help. I click the OK button to close the box, then return to the Print page. When I click on the "Find Printer..." button, the Find Printers window appears for a moment, then is replaced by this error message:
    "The Directory Service is currently unavailable"
    On Friday (Mar 21), when the error first occurred, I was able to print a letter in MS Word after un- and re-installing the Brother printer and its drivers. The problem reappeared the next day (Saturday). I don't want to do that every time to print a single
    page, so would you please recommend a solution?
    By the way, I am able to print a test page from the printer in Control Panel, and I can print from a Notepad document. Also, when I go to the Control Panel, select "Printers and Faxes," then right-click on the printer (Brother MFC-J475DW Printer),
    then select the Ports page, there's a check mark next to USB001 (not LPT1 or COM1). When I click on the "Configure Port..." button, I get this error message:
    "An error occurred during port configuration. This operation is not supported."
    Earlier today, I got a reply from brother.com's tech support (thanks to the 1 year warranty). They said the problem is on my PC, not their printer. However, they provided links to completely uninstall the printer, then reinstall it. I did just that, but
    the problem persists. I'll download OpenOffice.org's Office Suite to see if I can print documents with their software instead of MS Word. Until then, I await any suggestions.
    I hope this info is helpful. Thanks in advance for your help.

    I downloaded OpenOffice and am able to print documents (in particular, the same document I created in MS Word). I guess MS Word is to blame. I believe the issue is concluded, but I'd welcome any comments about the Active Directory, as I might have a problem
    with OpenOffice in the future regarding that.

  • "The selected topic is currently unavailable"

    Why do I always get the following message when using Help in iPhoto, when in fact I am connected to the internet.
    The selected topic is currently unavailable.
    To see all iPhoto Help, you must be connected to the Internet.

    I get it all the time - my mac mini came pre installed with mountain lion and it's never worked- i've tried everything - and now i've given up.
    Tbh you can get better help from the forums on the net and various help pages over the net
    Maybe they should just forget the help viewer thing entirely ?

  • I'm getting messages that Netflix and the iTunes store are currently unavailable.  This can't be a coincidence.  also, my iTunes account works fine on my Mac, just not on the Apple TV.

    I'm getting  messages on Apple TV that netflix and the itunes store are currently unavailable.  This can't be a coincidence.  Also, the iTunes store is working fine on my Mac, the message is only on the apple TV.  Does anyone come across this frequently?

    1. An explanation for what? There is indeed a support number (which you can find on this page in "Contact Us" and you are limited to one support call in the first 90 days and if you have the AppleCare you have more than that available, so I'm not sure what you are whinning about (and it is whinning, trust me).
    2. http://www.kelleytown.com/ikelleytown.htm#firewire
    However, since I wrote that I've also found this link pretty well explaining why firewire is the only way to go as well (it's about video but the same principles apply to the iPod:
    http://www.pcworld.idg.com.au/index.php/id;1847886895
    3. Your computer is constantly changing whether you know it or not. Do you not apply any MS upgrades (or have them automatically applied for you?) Do you not have any antivirus on your machine (which applies its own upgrades)? Do you not, ever, ever, ever, open any email message, or download that cute little movie your friend sent you, or plug in any other device (like a digital camera or flashcard reader) or any of the other hundreds of things that change the computer environment.
    It would be tempting to conclude a priori that the update you applied is now the problem, but if so, how do you explain the millions of others who apply the update without issues? The difference is in the software and settings on the witches brew that is a PC. So in a sense you are right in that the old firmware worked with the mess that is your computer and now the new one doesn't -- but it ain't up to Apple to fix your computer, and impossible for them to control the environment (oh, I guess unless you buy a Mac -- "coincidentally" Mac's use firewire for the iPod :>)
    I dunno -- when 90% of all issues (100% of all connection issues) can be solved with the Adaptec 4300 I tend to have a lot less patience with folks. If you want to use the mess that is USB then you'll just have to deal with the fact that MS screwed it up big time and become more knowledgable on how to handle the problems.

  • My Apple ID is not letting me download apps it tells me to enter account details then it says that the payment processing is currently unavailable.

    My Apple ID is not letting me download apps it tells me to enter account details then it says that the payment processing is currently unavailable. I don't know what's wrong but can anybody help me out here

    Hello nayanika_cool_gal,
    The article linked below details a number of steps that can help restore the App Store's connection to the iTunes Store.
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    Cheers,
    Allen

  • The iTunes Store is currently unavailable

    Just started having this issues on my 2nd Gen Apple TV since I bought South Park Season 10. Since then everytime I try to watch an episode of series (I own several seasons) I get the message "The iTunes Store is currently unavailable". I'm able to watch other TV Shows I bought like Top Gear I just get this message if I try to watch South Park. Any ideas?
    I've already completely restored my Apple TV and manually re-entered all my setting without any change, still have the error.

    I don't have a solution to the error message, but I do have a work around. You can access the episodes by performing a search for South Park. Find the episodes that you purchased and you should be able to stream from there. Add the season to your Favorites for easier access in the future.

  • Error :The catalog selected is currently unavailable:Please try again later

    Hi Experts,
    I am getting an error "The catalog selected is currently unavailable:Please try again later" when select a sold to party. I am not getting this every time. Only sometimes i am getting this error. When i delete the temperorary files from internet explorer sometimes this error is not coming. What might be the reason for this error??
    Thanks a lot in Advance.
    Regards,
    Lakshman.

    Hi
    Please let us know whether the error is thrown for all the sold to parties or for some.
    This error is caused because the catalog cache is flushed out . A quick solution would be to replicate the product catalog from the CRM system to TREX system.

  • The function breakApart() is currently unavailable!?

    I have a JSFL command that I'm working on. On occassion I get
    this error
    The function breakApart() is currently unavailable.
    When I use this, fl.getDocumentDOM().breakApart();
    Two issues I see. First, it shouldn't be unavailable, I have
    selected all already and it should be able to breakApart something.
    Secondly, I can't test if it is available. I guess there are three
    things, third, I can't recover from the error, try/catch does
    nothing.
    Is there a way around this? I've already spent 3 hours trying
    to figure this out. It does seem to only happen when breaking apart
    text. But has also occurred with just shape objects. what's odd is
    I can perform the operations in flash when not scripting it without
    any problems.

    I found a solution to the 'breakApart() not available'. You have to explicitly lock all other layers other than the one you want, and explicitly select the frame:
    use a utility function like 'lockAllLayers' to lock all layers
    var tl = fl.getDocumentDOM().getTimeline();
    function lockAllLayers(isLocked)
        for(var i=0;i<tl.layerCount;i++)
            tl.layers[i].locked = isLocked;
    unlock the one you need
         tl.layers[i].locked = false;
    explicilty select the layer and frame you want:
    timeline.currentLayer = 2;
    timeline.currentFrame = 3;
    only THEN can you actual set the element you want to select, or use document.selectAll()
    You can check if breakApart() is available by using an if statement like
    if(document.selection && document.selection.elementType == "<whatever you're looking for here>")
          document.breakApart();
    Hope you managed to understand that!

  • Alert  The youtube service is currently unavailable ?

    Alert
    The youtube service is currently unavailable
    When i click upload too youtube it just appears
    any help would be awesome

    I downloaded OpenOffice and am able to print documents (in particular, the same document I created in MS Word). I guess MS Word is to blame. I believe the issue is concluded, but I'd welcome any comments about the Active Directory, as I might have a problem
    with OpenOffice in the future regarding that.

Maybe you are looking for