Ora not available. Initialization or shut down in progress. TNS listner ...

I developed an application using VB.NET 2003 and Oracle 10g backend. When I start my machine and work on my application, everything works fine for two to three times execution. After some time when I execute my application it gives different errors every time. Sometimes:
Oracle not available
sometimes, TNS Listner cannot listen to ....
sometimes, Oracle Initialization or Shut Down in progress.
Why?

Hi,
Below three error is different.
Oracle not available
connect with sysdba privs users
and give
STARTUPsometimes, TNS Listner cannot listen to ....
if 10g then first set ORACLE_SID and connect with sysdba user WITHOUT "TNS_ENTRY"
conn sys as sysdba
passwordsometimes, Oracle Initialization or Shut Down in progress.
shutdown in progress ... you have to wait for complete shutdown.
you can check status of database through connect with sysdba privs.
select STATUS from v$instance;Why?

Similar Messages

  • Ora 01033: Oracle Initialization or shut down in prrogress

    Dear all
    i am working on oracle 10g, operating system Windows XP
    I am trying to connect to oracle but following error is received "Ora 01033 oracle initialization or shut down in progress"
    Please if any could help me to solve this problem i will be thankfull to him
    Thanks
    Regards
    Nadeem asif

    hi dear
    these are the last 50 lines from "alert_orcl.log" file
    System parameters with non-default values:
    processes = 150
    __shared_pool_size = 109051904
    __large_pool_size = 4194304
    __java_pool_size = 4194304
    __streams_pool_size = 0
    spfile = D:\ORACLE\PRODUCT\10.2.0\DB_1\DBS\SPFILEORCL.ORA
    sga_target = 289406976
    control_files = D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\CONTROL01.CTL, D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\CONTROL02.CTL, D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\CONTROL03.CTL
    db_block_size = 8192
    __db_cache_size = 163577856
    compatible = 10.2.0.1.0
    db_file_multiblock_read_count= 16
    db_recovery_file_dest = D:\oracle\product\10.2.0/flash_recovery_area
    db_recovery_file_dest_size= 2147483648
    undo_management = AUTO
    undo_tablespace = UNDOTBS1
    remote_login_passwordfile= EXCLUSIVE
    db_domain =
    dispatchers = (PROTOCOL=TCP) (SERVICE=orclXDB)
    job_queue_processes = 10
    audit_file_dest = D:\ORACLE\PRODUCT\10.2.0\ADMIN\ORCL\ADUMP
    background_dump_dest = D:\ORACLE\PRODUCT\10.2.0\ADMIN\ORCL\BDUMP
    user_dump_dest = D:\ORACLE\PRODUCT\10.2.0\ADMIN\ORCL\UDUMP
    core_dump_dest = D:\ORACLE\PRODUCT\10.2.0\ADMIN\ORCL\CDUMP
    db_name = orcl
    open_cursors = 300
    pga_aggregate_target = 95420416
    MMAN started with pid=4, OS id=560
    PSP0 started with pid=3, OS id=500
    DBW0 started with pid=5, OS id=568
    LGWR started with pid=6, OS id=536
    CKPT started with pid=7, OS id=508
    SMON started with pid=8, OS id=624
    RECO started with pid=9, OS id=1032
    CJQ0 started with pid=10, OS id=1056
    MMON started with pid=11, OS id=1052
    MMNL started with pid=12, OS id=1048
    Wed Jul 14 00:07:33 2010
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 1 shared server(s) ...
    PMON started with pid=2, OS id=548
    Wed Jul 14 00:07:37 2010
    alter database mount exclusive
    Setting recovery target incarnation to 2
    Wed Jul 14 00:07:43 2010
    Successful mount of redo thread 1, with mount id 1252064969
    Wed Jul 14 00:07:43 2010
    Database mounted in Exclusive Mode
    Completed: alter database mount exclusive
    Wed Jul 14 00:07:44 2010
    alter database open
    ORA-1589 signalled during: alter database open...

  • "Oracle initialization or shut down in progress" problem

    I installed oracle 9i on windows xp 2002 service pack2 before 20 days, it was working fine till now but now when i try to login from scott user with correct password it is giving oracle initialization or shut down in progress error and not letting me login.
    Any solution please?

    ora-00214:Control file
    'D:\General\1mcs\oracle\oradata\globaldb3\CONTROL01.CTL' version 16889
    inconsistent with file
    'D:\General\1mcs\oracle\oradata\globaldb3\CONTROL02.CTL' version 16885 Error: ORA 214
    Text: control file <name> version <num> inconsistent with file <name>
    version <num>
    Cause: An inconsistent set of control files, datafiles, and redo log files
    was used.
    Action: Use a consistent set of control files, datafiles, and redo log files.
    That is, all the files must be for the same database and from the same
    time period.
    edit you pfile, and set the control file as only any one of that and startup, If not try with second one. check by which controlfile you can able to open database, so that later you can multiplex the controlfile.

  • Toad: Oracle initialization or shut down in progress

    Hi,
    When i am going to login to Toad, it is showing an error like "Toad: Oracle initialization or shut down in progress".
    The network people, they have restarted the server many a times, after that i loging to Toad..
    I am also not able to connect through SQL+PLUS, the same error shows...
    Please needed your suggestion on the same..
    Thanks,
    Haraprasad...

    When i am going to login to Toad, it is showing an error like "Toad: Oracle initialization or shut down in progress".The error self describes itself. The database isn't up or is being shut down while you are connecting.
    log on to server and execute the below steps:
    sqlplus / as sysdba
    select open_mode from v$database;
    if you see "READ WRITE" you can then log in by whichever way you want.
    hth

  • Error ORA-01033 oracle intialization or shut down in progress

    Hi ,
    I am getting the error when i try to login to oracle
    Error ORA-01033 oracle intialization or shut down in progress.
    i waited for much time but i get the same error.can some one help.
    Thanks

    442321, if a startup is in process you will need to either let it complete or cancel it in order to connect with a non sysdba session.
    You cancel the startup the same way you would kill a hung shutdown by connecting as sysdba and then issueing a shutdown abort.
    You should review the alert log prior to issuing an abort to see what is going on.
    HTH -- Mark D Powell --

  • Oracle initialization or shut down in progress

    dear all
    i am using oracle 10 g
    operating system window xp.
    i am facing following error
    SQL> recover datafile 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSAUX01.DBF'
    ORA-00283: recovery session canceled due to errors
    ORA-00341: log 3 of thread 1, wrong log # 2 in header
    ORA-00312: online log 3 thread 1:
    'D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\REDO03.LOG'
    please if anyone could help me to solve this problem.
    many many Thanks in advance
    Nadeem asif

    Hi,
    Herewith my error msg when i run through the process.
    SQL> connect sys/oracle9i as sysdba
    Connected.
    SQL> shutdown immediate
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 135338868 bytes
    Fixed Size 453492 bytes
    Variable Size 109051904 bytes
    Database Buffers 25165824 bytes
    Redo Buffers 667648 bytes
    Database mounted.
    ORA-00354: corrupt redo log block header
    ORA-00353: log corruption near block 200770 change 18748356 time 05/27/2009
    09:32:11
    ORA-00312: online log 3 thread 1: 'C:\ORACLE\ORADATA\ORCL\REDO03.LOG'
    Pls guide me how to resolve this issue..thk

  • My menu bar does not appear at the top of my homepage on a brand new 27" iMac only when i pull up an app. this does not allow me to shut down my mac when all apps are closed nor does it all me to use finder. any help would be awesome

    My menu bar does not appear at the top of my homepage on a brand new 27" iMac only when i pull up an app. this does not allow me to shut down my mac when all apps are closed nor does it all me to use finder. any help would be awesome

    Press the escape (esc) key to exit full-screen mode.

  • I have a Macbook Pro. I updated to 10.9.4 an downloaded the trial for Creative Cloud. It downloaded and installed but will not open. I shut down and tried reinstalling. Same problem.

    I have a Macbook Pro. I updated to 10.9.4 an downloaded the trial for Creative Cloud. It downloaded and installed but will not open. I shut down and tried reinstalling. Same problem.
    Thanks.

    I stumbled upon the solution. In addition to downloading Creative Cloud, I needed to go back to the website and  download trials for the programs I want to use--Photoshop and Lightroom. Once I did that, I was in business. Would save trouble if that was made clear on the download site.
    Thanks

  • HT1277 I am unable to Quit Mail and this then does not allow me to shut down my desktop apple.

    I am unable to Quit Mail and this then does not allow me to shut down my desktop apple.

    Welcome to the Apple Support Communities
    Open  > Force Quit and close Mail

  • System not signing out or shutting down properly.

    The problem is sometimes (not always) when I shut down my computer (which I recently updated from Windows 8 to 8.1 via Store), or sign out - it hangs. Hangs in the way, that when signing out it keeps showing signing out for 30 minutes, after which I just
    force shutdown it. Same is the case with shutting down: after the screen is turned off, I still see the processor light on, even after a lot of time, indicating that it has not actually shut down. This has been the case since a lot of time now.
    The biggest problem is, it occurs frequently enough to be an issue, but not everytime. For example, if I turn off/sign out 10 times a week, this problem is present, like only 7 times. So I can't find a definite cause for it. Also, this is primarily an issue
    with the sign out: I think the shutdown fails because the sign out fails - so it's about fixing the sign out.
    With no sort of visual indications or error messages, the only place I can start troubleshooting is the Event log. Looking at the System logs under Windows, the only error reported around the time of shutdown and (surprisingly) even when the PC is being
    used is Event ID 10016 "The machine-default permission settings do not grant Local Activation permission for the COM Server application with CLSID {C2F03A33-21F5-47FA-B4BB-156362A2F239} and APPID..."
    Using the registry, I found that this application with the above mentioned CLSID was: Immersive Shell. Looking deeper into the Event Log, I found that this error started occurring only after Windows 8.1 was installed. This confirms that this issue is
    caused by some fault during update.
    I would like to make it clear that a Refresh or a Reset is my last resort - simply because I do not want to spend hours reconfiguring my system and desktop apps. I want to get to the solution of this issue - not overlook it.
    Even more interesting, sometimes the error would end like: " from address LocalHost (Using LRPC) running in the application container Unavailable SID (Unavailable). This security permission can be modified using the Component Services administrative
    tool." (the case around the time of shutdown/sign out),
    and sometimes like: "to the user PCNAME\USERNAME SID (S-1-5-21-1925085438-1685653947-3436975336-1001) from address LocalHost (Using LRPC) running in the application container Microsoft.BingNews_3.0.1.174_x64__8wekyb3d8bbwe SID (S-1-15-2-508114518-3340871649-811464485-526616082-4258465299-1774086546-1865468257).
    This security permission can be modified using the Component Services administrative tool". (during the time the PC is on). And this kind of error occurs with many other Modern apps, so you can replace the part after "running in the application container"
    with the details and name of any installed Modern app.
    So, what is this error essentially, why does this occur, and most importantly, how do I fix it? Thanks in advance for any solutions/suggestions.

    Well, to set settings for Immersive Shell, I followed the steps at
    http://blogs.msdn.com/b/emeadaxsupport/archive/2010/01/26/unable-to-edit-the-dcom-settings-for-iis-wamreg-admin-service-on-a-windows-server-2008-r2-when-trying-to-configure-kerberos-authentication-for-role-centers.aspx
    (which I got a reference to from a reply at
    http://answers.microsoft.com/en-us/windows/forum/windows_vista-security/dcom-error-10016-cannot-change-permissions-in/dfdb4fa6-c867-4af1-b650-3a188d26d36b ).
    This automatically granted me full control on Administrators for Immersive Shell (did not notice then, but when you asked me to do so, I checked it). But the issue was not resolved. Then, when you mentioned about posting complete event log details,
    I thought I had only left out the APPID part (which was irrelevant to solving this issue). But just to be double sure again, I checked (I was right). And this lead me to something interesting, the recent error ended with:
    to the user NT AUTHORITY\LOCAL SERVICE SID (S-1-5-19) from address LocalHost (Using LRPC) running in the application container Unavailable SID (Unavailable). This security permission can be modified using the Component Services administrative tool.
    So, I just added permissions for LOCAL SERVICE to all 3 parts (Launch and Activation, Access and configuration permissions) - and tested by doing 2 sign-outs and 2 shutdowns.
    And surprisingly, it all worked well. So, based on this I can declare: <strike>PROBLEM SOLVED!!!</strike>
    <strike>NOW WHAT DO I MARK AS THE ANSWER? This post?</strike>
    And, thanks for offering help, v-yozhu.
    On the third shutdown, it again stuck. Checked the event log again: this time it's event 10010 (around shutdown, 3 times in a row):
    The server {03E64E17-B220-4052-9B9B-155F9CB8E016} did not register with DCOM within the required timeout.
    And there's another one (during general PC use):
    The server {209500FC-6B45-4693-8871-6296C4843751} did not register with DCOM within the required timeout.
    OK, now I am trying to solve this issue.

  • Firefox 19 will not allow computer to shut down

    firefox 19 will not allow computer to shut down
    I have my computer set to shutdown at 2 pm and at 2 a notice comes up and starts to count down for 10 min. Firefox and thunderbird are still running. at the end of 10 min I get a notice that application firefox did not quite and system cannot shutdown. Firefox and thunderbird have stopped
    any suggestions?

    from previous post "I get a notice that application firefox did not quite and system cannot shutdown. Firefox has logged out and stopped.
    what are you suggesting that i do from your post? I have only had the problem with scheduled shut downs?

  • TS3230 Safari will not permit Computer to shut down.

    I cancelled a video download and afterwards, Safari will not permit me to shut down Computer. Ayone had this happen? What can be done?

    Force Quit
    Press command + option + esc keys together at the same time.
    Wait.
    When Force Quit window appears, select Safari if not already.
    Press Force Quit button at the bottom of the window.
    Wait.
    Force Shut Down
    Press the power button for 10 seconds or more.
    Computer should shut down.

  • Favorites exported from Internet Explorer are not available in Bookmarks drop down list as they should.

    Favorites exported from Internet Explorer are not available in Bookmarks drop down list as they should. Where can I find them?

    You can usually find the imported IE Favorites in a folder ("From Internet Explorer") at the bottom of the Bookmarks Menu folder (Bookmarks > Organize Bookmarks).
    If you can't find them in the "From Internet Explorer" folder then try this:
    Export the favorites in IE to an HTML file (bookmarks.html): File > Import and Export<br />
    Import the HTML file in Firefox 3: Bookmarks > Organize Bookmarks > Import & Backup > Import HTML: From File
    http://kb.mozillazine.org/Import_bookmarks ("Import from another browser" and "Import from file")

  • Occ' Mail will not allow me to shut down without Force Quiting Mail first.

    Occasionally Mail will not allow me to shut down without Force Quiting Mail first.

    Top gray bar says Mail Upgrade
    Below that
    Cleaning up changes
    Then a blue progress bar that does not move
    Below that
    While you wait, you can read about the new features in Mail  Read More

  • I have a MAC OSX 10.6.8 Is it better to keep it in sleep mode when not in use or shutting down?

    Mac OSX 10.6.8  Should I keep it in sleep mode when not in use to shut down?

    My experience with electronic tends to revolve around thermo stress, and removing all power vs going to sleep tends to be more or less the same.  Many components have power totally taken away, and others use so little power they cool off.
    However, I found thermo stress occurs a lot more with discrete electronic components  (like back in the '80s and our VAX-11/780's which had lot more discrete components) and less with integrated circuits.  NOTE: I'm not talking about overheating components, just normal heating/cooling cycles.
    All in all I would not worry about it.  The OP (Grace 1) should use whatever method is most convent for her.  And I would say if she is using a Macbook Air or the new Macbook Pro Retna display (or any other Mac with a solid state drive (SSD)), then booting from shutdown may not take all that long anyway.

Maybe you are looking for

  • Deployment of Adobe XI Pro Cloud and Adobe XI Pro Non-Cloud

    Hello - If you have Acrobat XI Pro Cloud and Acrobat XI Pro Non-Cloud deployed in a large environment where both products were packaged with the Adobe Application packager at separate times, how does one systematically determine or report on which ve

  • Memory card contents and accessibility

    hello, i have a 32 mb mem card on my 6230. 14 mb is free on the card. there was no password on the card. recently a video clip failed to save on the mem card. a photo also failed. after a re-boot the same situ prevailed. surprisingly the data on the

  • Trick to group multiple albums into one?

    Ive got about 20 albums from one artist and it takes up a huge amount of space in the album view. Is there a trick, other than changing all the names of the album to group them all into one?

  • Could anyone solve my issue-- Frozen screen but gets ON when pluggd to Adp

    HI friends, I have Ipod Mini. Yesterday I tried to connect this to the USB of my friend who has Ipod U2 limited edition. I was trying to get songs from his computer. But I wasnt able to recognize the device. After that my ipod stoped showing up anyth

  • Metadata from LR 6 does not show up in Picasa or other apps

    I just upgraded to Lightroom 6. Previously, any photo I exported as jpg would display standard metadata in other applications. I use Picasa a lot as a viewer, and all the images I have exported from Lightroom 6 since upgrading show nothing in the usu