Win8.1 UpdateFail immediate hangs

About half a year ago (7/20/2014) my computer was installing updates while I was playing a graphics intensive game like StarCraft II. The game crashed. Skipping the "Shutdown and install updates" screen/process/stage.
When I went to start the PC again it try'd finishing installing those updates.
"Startup and install updates" screen/process/stage
But Windows 8.1 had missed a very critical stage of installation and basically corrupted the whole system.
When I log in if I click on anything. Icons try to launch apps, etc. The computer will just freeze and refuse to respond.
Or respond very slowly after a very long period of time. I can open up the start menu (but not close it) and click on an app. Which again the PC immediately hangs. If I try to close the start menu it hangs.
Impossible to restart into safe mode due to this. The only way is Spamming F8 on start and hope you get in.
Three Issues I'm currently reporting:
1) Automatically installing updates without permission. I told windows to ask me first, it didn't ask.
(Let me choose which updates download and install updates) It just installed them.
Recognize your PC crashed and skip installing updates. Or undo them. Especially don't install during gaming which is when you're running your PC running at it's peak. My system wasn't very stable while operating under that load I guess and it didn't take much
for the game to crash the whole system. (and I don't even overclock)
2) Getting into windows 8 repair menu is annoyingly retarded to get into.
3) Windows Update failed to make a system recovery file before installing updates.
One of these updates had "4008" in it.
How I just solved this problem: (I've been booting into my old laptop w7 HDD in my gaming PC, had fun installing drivers with no network drivers.)
Finally downloaded windows refresh disc. It failed. But seems to have maybe done 1 or 2 things. (Did not delete anything)
Booted into safe mode. Where you can't do crap all. (No uninstalling) Safe mode worked fine.
I read a helpful web page that talked about dism in command prompt. (Page irrelevant to my problem)
Using this I listed my updates in cmd. (dism /Online /get-packages
I compared that list to Control Panel>Programs>Windows Features>View Installed Updates
The two lists were not the same. cmd had packages from 7/20/2014 while windows update only had packages from 7/19/2014 and one silverlight from 7/26/2014 (Doesn't make sense to me if I was locked out of my PC after 7/20/2014
Using dism /Online /remove-packages for_package_4008blahblahblah
I removed every package (5) from 7/20/2014
My PC now works. No thanks to crappy Windows Update. To bad I didn't know about dism 5 months ago.
Now hopefully the other 90% of windows 8 users that this has happened might be able to find this.
(Warning: Removing windows updates manually can definitely wreck an already wrecked system)
Specs:
i5-4570
PowerColor HD7970
8 Gigs Corsair LP White Ram
1 TB Seagate
320GB laptop drive
750 watt corsair RM series PSU

Hi there bigpighodges,
You may find the troubleshooting steps in the article below helpful.
Trouble installing iTunes or QuickTime for Windows
http://support.apple.com/kb/HT1926
-Griff W. 

Similar Messages

  • Shutdown immediate hanging

    I need to develop a scripts that shuts down all databases on a server. One of my databases sometimes hangs after issuing "shutdown immediate" command, and I want to handle this situation in my script. What I am thinking is to add "shutdown abort" in the script if "shutdown immediate" does not work. However, I do not know how to determine the database is hanging during shutdown immediate. Can you advise me on how to handle the shutdown immediate hanging problem in my shell script? Or is there better way to handle this in the script?
    Thank you very much for your help!

    As noted, if your shutdown immediate really hang because of rollback, then my method won't work either. The only different will be Oracle is going to do the rollback at next startup when doing instance recovery. In that case, the startup will appear to be hang.
    Check this metalink doc,
    What To Do and Not To Do When 'shutdown immediate' Hangs
    Doc ID: Note:375935.1
    There are cases where shutdown immediate hang because of bug.
    Shutdown Immediate Hangs
    Doc ID: Note:268884.1

  • If shutdown immediate hangs database waits one hour for shutdown abort

    we have schedules cold backup for our 11g database on redhat 5.3.
    there is a shell script written with shutdown immediate command.
    If database hangs during shutdown immediate database waits one hour for auto shutdown abort.
    but this happens once or twice in a month
    can we do this auto shutdown abort earlier than one hour ??

    user13376823 wrote:
    we have schedules cold backup for our 11g database on redhat 5.3.
    Since you're shutting down the database for cold backup so ensure it should be shutdown properly by shutdown or shutdown immediate cmd not by abort cmd.
    Consistent backup:-
    A backup taken when the database is mounted (but not open) after a normal shutdown. The checkpoint SCNs in the datafile headers match the header information in the control file. None of the datafiles has changes beyond its checkpoint. Consistent backups can be restored without recovery.
    http://docs.oracle.com/cd/B19306_01/backup.102/b14191/rcmconc1.htm#i1007616

  • Shutdown immediate hangs

    SunOS 5.8
    Database version: 9.2.0.4.0
    Customer shutdown database every night for backup the datafiles to disk.
    For your information, 2 weeks ago customer moved datafiles to a new disk.
    The stoppscript has worked for a week.
    And after a week the database will not shutdown.
    We did a shutdown abort, and it works for a couple of days.
    Now it happend again. The database will not go down.
    Can't find any error messages!
    Any suggestions?
    # stoppscript
    . $HOME/.profile
    INSTANSER="BALA"
    echo
    echo "###########################################"
    echo "# Startar nedtagning av O R A C L E #"
    echo "###########################################"
    echo
    echo
    echo "####### Stoppar LISTENER #######"
    echo
    $ORACLE_HOME/bin/lsnrctl << EOF
    stop LISTENER
    exit
    EOF
    for i in $INSTANSER
    do
    ORACLE_SID=$i
    export ORACLE_SID
    echo
    echo "##### Stoppar instans - $ORACLE_SID #####"
    echo
    $ORACLE_HOME/bin/sqlplus /nolog << EOF
    connect / as sysdba
    shutdown immediate
    startup exclusive restrict
    shutdown
    exit
    EOF
    done
    echo
    echo "########################################"
    echo "# Slut nedtagning av O R A C L E #"
    echo "########################################"
    echo
    # Alert_log
    Tue Sep 5 01:16:48 2006
    Shutting down instance: further logons disabled
    Shutting down instance (immediate)
    License high water mark = 41
    Waiting for dispatcher 'D000' to shutdown
    All dispatchers and shared servers shutdown
    Tue Sep 5 01:16:55 2006
    ALTER DATABASE CLOSE NORMAL
    Tue Sep 5 01:16:55 2006
    SMON: disabling tx recovery
    SMON: disabling cache recovery
    Tue Sep 5 01:16:56 2006
    Shutting down archive processes
    Archiving is disabled
    Tue Sep 5 01:16:56 2006
    ARCH shutting down
    ARC0: Archival stopped
    Tue Sep 5 01:16:56 2006
    ARCH shutting down
    ARC1: Archival stopped
    Tue Sep 5 01:16:56 2006
    Thread 1 closed at log sequence 11287
    Successful close of redo thread 1.
    Tue Sep 5 01:16:56 2006
    Completed: ALTER DATABASE CLOSE NORMAL
    Tue Sep 5 01:16:56 2006
    ALTER DATABASE DISMOUNT
    Completed: ALTER DATABASE DISMOUNT
    ARCH: Archiving is disabled
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Tue Sep 5 08:15:15 2006
    Shutting down instance (abort)

    I am having similar problem. My server has been up for around 100 days now. And I extensively use XML DB in my code. So, now the DOM memory failed for me, so, I am doing shutdown immediate in the hope that it might fix it ( or atleast start where it is hanging).
    Here is a snippet of my alert log file. Can you see where I am stuck at?
    Thu Sep 21 14:01:15 2006
    Process m001 died, see its trace file
    Thu Sep 21 14:01:15 2006
    ksvcreate: Process(m001) creation failed
    Thu Sep 21 14:28:38 2006
    Starting background process EMN0
    EMN0 started with pid=19, OS id=2396
    Thu Sep 21 14:28:38 2006
    Shutting down instance: further logons disabled
    Thu Sep 21 14:28:40 2006
    Stopping background process CJQ0
    Thu Sep 21 14:28:40 2006
    Stopping background process QMNC
    Thu Sep 21 14:28:42 2006
    Stopping background process MMNL
    Thu Sep 21 14:28:43 2006
    Stopping background process MMON
    Thu Sep 21 14:28:45 2006
    Shutting down instance (immediate)
    License high water mark = 23
    Thu Sep 21 14:28:45 2006
    Stopping Job queue slave processes
    Thu Sep 21 14:28:45 2006
    Job queue slave processes stopped
    All dispatchers and shared servers shutdown
    Thu Sep 21 14:28:55 2006
    ALTER DATABASE CLOSE NORMAL
    Thu Sep 21 14:28:55 2006
    SMON: disabling tx recovery
    SMON: disabling cache recovery
    Thu Sep 21 14:28:56 2006
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Thread 1 closed at log sequence 411
    Successful close of redo thread 1
    Thu Sep 21 14:29:01 2006
    Completed: ALTER DATABASE CLOSE NORMAL
    Thu Sep 21 14:29:01 2006
    ALTER DATABASE DISMOUNT
    Completed: ALTER DATABASE DISMOUNT
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    btw, This is my screen right now.
    U:\Rahul\sql>sqlplus sys as sysdba
    SQL*Plus: Release 10.2.0.1.0 - Production on Thu Sep 21 14:28:16 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 10g Release 10.2.0.1.0 - Production
    SQL> sho sga
    Total System Global Area 436207616 bytes
    Fixed Size 1249440 bytes
    Variable Size 142610272 bytes
    Database Buffers 289406976 bytes
    Redo Buffers 2940928 bytes
    SQL> shutdown immediate;
    Database closed.
    Database dismounted.
    Ok, when I am writing this post, I came back with this message.
    SQL> shutdown immediate;
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 436207616 bytes
    Fixed Size 1249440 bytes
    Variable Size 142610272 bytes
    Database Buffers 289406976 bytes
    Redo Buffers 2940928 bytes
    Database mounted.
    Database opened.
    SQL>
    Still, any comments would be really appreciated.
    Thank you,
    Rahul.
    P.S - This is a 32 bit windows 2003 server. 10gR2.
    Message was edited by:
    rputtagunta

  • Shutdown immediate hangs and HVM of a database

    Hi,
    I have following questions,
    1. What are the possible causes of SHUTDOWN IMMEDIATE command hangs
    and doesnt responds.
    2. What do u mean by High Water Mark(HVM) of a database. Because when we
    give SHUTDOWN IMMEDIATE command there is message in alert log file
    mentioning the HVM of a database.
    3.Also is there any relationship between shutdown process taking long time to
    shutdown a database and HVM of a database.
    4. If the database instance is up for a long time then does it take long time to
    shutdown a instance.
    Thanks,
    Girish A

    Hello,
    for 1.) view Metalink Note:375935.1. Maybe you even get an error: "SHUTDOWN: Waiting for active calls to complete". This has nothing to do with HWM but with already logged on sessions. Immediate means new connections are not able to log in, existing connetions are not disconnected at once.
    for 2.) the HWM is the highest point to which datafiles have been filled up. This is the value to which you are able to shrink (if you desire to). View Metalink Note:1034330.6 for message "License high water mark" in alert.log at shutdown ("highest number of concurrent users sessions").
    Greets,
    Hannibal

  • Shutdown immediate hangs ORA-12012, ORA-12008, ORA-06512

    We have a problem while immediate shutting down the database:
    alert.log:
    Errors in file /data_archiv/oracle/admin/EGB/bdump/egb_j001_7708.trc:
    ORA-12012: error on auto execute of job 3
    ORA-12008: error in materialized view refresh path
    ORA-01089: immediate shutdown in progress - no operations are permitted
    ORA-06512: at "SYS.DBMS_SNAPSHOT", line 1883
    ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2089
    ORA-06512: at "SYS.DBMS_IREFRESH", line 683
    ORA-06512: at "SYS.DBMS_REFRESH", line 195
    ORA-06512: at line 1
    Mon Jun 11 16:20:29 2007
    Job queue slave processes stopped
    Mon Jun 11 16:26:36 2007
    Active call for process 7695 user 'oracle' program 'oracle@lxegbp2qs (J000)'
    SHUTDOWN: waiting for active calls to complete.
    Trace:
    /data_archiv/oracle/admin/EGB/bdump/egb_j001_7708.trc
    Oracle Database 10g Enterprise Edition Release 10.1.0.4.0 - Production
    With the Partitioning, OLAP and Data Mining options
    ORACLE_HOME = /data_archiv/oracle/product/10g
    System name:     Linux
    Node name:     lxegbp2qs
    Release:     2.6.5-7.244-smp
    Version:     #1 SMP Mon Dec 12 18:32:25 UTC 2005
    Machine:     i686
    Instance name: EGB
    Redo thread mounted by this instance: 1
    Oracle process number: 19
    Unix process pid: 7708, image: oracle@lxegbp2qs (J001)
    *** SERVICE NAME:(SYS$USERS) 2007-06-11 16:20:28.759
    *** SESSION ID:(273.1) 2007-06-11 16:20:28.759
    *** 2007-06-11 16:20:28.759
    ORA-12012: error on auto execute of job 3
    ORA-12008: error in materialized view refresh path
    ORA-01089: immediate shutdown in progress - no operations are permitted
    ORA-06512: at "SYS.DBMS_SNAPSHOT", line 1883
    ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2089
    ORA-06512: at "SYS.DBMS_IREFRESH", line 683
    ORA-06512: at "SYS.DBMS_REFRESH", line 195
    ORA-06512: at line 1
    The job with id 3 should not run during shut down (needs only seconds):
    select substr(what, 1, 70), TO_CHAR(last_date, 'DD.MM.YYYY HH24:MI:SS') as last_date, TO_CHAR(next_date, 'DD.MM.YYYY SQL> HH24:MI:SS') as next_date from dba_jobs where job=3;
    SUBSTR(WHAT,1,70)
    LAST_DATE NEXT_DATE
    dbms_refresh.refresh('"TEST"."MV_TEST"');
    11.06.2007 06:00:06 12.06.2007 06:00:00
    Any ideas where to look for?

    Active call for process 7695 user 'oracle' programKill active call process mentioned in alert.log.

  • Shutdown immediate hangs for 30 mins

    Hi,
    my database is running on RAC .. it has two instances.. one instance closed immediately... another instance take 30 mins to down.
    ARCH: Archiving is disabled
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    ARCH: Archiving is disabled
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    SHUTDOWN: waiting for detached processes to terminate.
    Thanks,

    First Thing First........
    I generally never take any such step until it become essential. I always use the above command to kill LOCAL sessions and DB comes down in sometime.Oracle is ORACLE. There are some magical things happen. Something work somewhere and somewhere not.
    1. The only thing you can check is ALTER_ORACLE_SID.log.. There you come to know what is happening. Along with this you can see whether the number of orcle processes are coming down. If Not then something needs to be done.
    2. Don't use such thing which is not adviseable. This is wried. You can never know when a problem will be in front of you.
    KILL THE LOCAL SESSION AND ORACLE WILL DOWN IN 99.9% CASES.
    Let me know if someone disagree with me.
    Lochan

  • Shutdown immediate problem

    I'm trying to shutdown an Oracle9i database on Unix using SHUTDOWN IMMEDIATE but it just hangs.
    I checked the sessions in V$SESSION and noticed there were a few INACTIVE sessions. So I built a script that goes thru all the INACTIVE sessions and kills them.
    With all these sessions having status KILLED...when I try to run a SHUTDOWN IMMEDIATE, the database still hangs. I don't want to use SHUTDOWN ABORT.
    Does anyone have any information on what makes SHUTDOWN IMMEDIATE hang? Could there be some unix processes....or oracle processes?
    Thanks

    Dear All,
    I am also having some shutdown problem with the Oracle 10g on my Windows Server 2003 machine. My machine could not shutdown (means OS cannot completely shutdown the machine) even after i issued the "shutdown immediate" command.
    As what Jaafar said, we should kill the process from OS level. Can any of you explain more on this as I have no idea on how to do this? Which process should I kill after I issued the "Shutdown immediate" command?
    Thank you.
    best regards,
    Wnson

  • OS X Hangs 3 times in a row

    Hi,
    I started having this problem yesterday. Basically OS X hangs "windows style". It means that the cursor stops responding, everything freezes... keyboard does nothing... trackpad does nothing.. mouse does nothing. Have to hold the power button down to force reboot.
    I have been downloading 5 torrents using transmission and I had mail open also... all 3 times. First time I also had fusion 2 running an XP VM (using decidated 1.2GB) of my 4GB. But since I didn't run fusion the last 2 times this happened, I don't think it is fusion.
    I upgraded my ram to OCZ 4GB 8500 DDR3 maybe 1 week ago, but I did not notice this problem earlier, so I'm not sure it is the RAM (but anyone know a good way to rule out ram for certain?... without swapping the RAM, since it is a pain)
    I had SMART status FAIL on my scorpio black 320gb hd so I went and bought a hitachi... I put the hitachi in yesterday and then installed fresh OS X but had OS X copy all my files automatically from the scorpio which I attached via USB.
    All files seemed to copy properly. And also, I think the failed hard drive only had problems writing sometimes - I never noticed problems reading when I was using it.
    This hanging started only once I was using my hitachi.
    Is it possible that OS X is corrupt in some way because I copied old data from my old HD using OS X installer option to do that?
    When I installed OS X in this fashion, my iphoto '09 did not work - it would crash on load... so I applied all updates... still it did not work. All other apps worked, just not iphoto '09... I had to install ilife '09 again. Not sure if this means anything but thought I'd mention it.
    Can anyone give me some idea what might be causing this and what I might do to fix it? Do I have to install OS X again? do I need to change RAM? Do macbooks sometimes have problems with 4GB RAM, even thought they support it?

    I'm not sure how long it takes to hang since each time I went away from the computer for a couple of hours. But it is not an immediate hang. It takes sometime until it hangs and I just come back and have this surprise that I can't use the computer anymore.

  • Database shutdown immediate - time calculation ?

    Hi,
    Good Day.
    did any one tried to calculate time the database would took to complete "shutdown immediate" command?
    hope to have a healthy discussion..
    Regards,
    Muhammad Ahmad

    Mohamed ELAzab wrote:
    Hello Jonathan Lewis,
    1-Please note that looking into the alert_sid.log is a good start as it will show if the smon process was dead according to the note:
    Shutdown Normal or Shutdown Immediate Hangs. SMON disabling TX Recovery [ID 1076161.6]
    I can see that that note is labelled: "Checked for relevance June 2009", but have you seen the garbage it suggests for temporary segments:
    <ul>
    Verify that temporary segments are decreasing
    To verify that the temporary segments are decreasing have an active session
    available in Server Manager or SQLPLUS during the SHUTDOWN IMMEDIATE. Issue the following
    query to ensure the database is not hanging, but is actually perform extent
    cleanup:
    SVRMGR/SQL> select count(block#) from fet$;
    COUNT(BLOC
    +7+
    SVRMGR/SQL> select count(block#) from uet$;
    COUNT(BLOC
    +402+
    </ul>
    For this to be true the temporary tablespace would have to be declared as dictionary managed, possibly even with contents = "PERMANENT" but it's so long since I've created a dictionary-managed TEMP that I can't be sure of the second point. I would be very cautious about trusting any document that started with such antiquated material - you can have no idea how much of its content might be (at best) deficient and (at worst) dangerously wrong.
    3-to know the transactions that will be rolled back please read the note:
    How to Check Why Shutdown Immediate Hangs? [ID 164504.1]
    Same type of problem - "Checked for relevance: Mar 2010", starts with:
    <ul>
    Start Server Manager (or SQL*Plus for 8i or higher)
    SVRMGRL> connect internal (or SYSDBA for 8i or higher)
    SVRMGRL> select * from x$ktuxe where ktuxecfl = 'DEAD';
    </ul>
    Although x$ktuxe will show you transaction states from the undo segment headers, and this might show you recursive (or other special case) transactions that do not appear in v$transaction, I wouldn't trust a note that is based on 7.3 technology to be an appropriate reference document.
    Regards
    Jonathan Lewis
    http://jonathanlewis.wordpress.com
    http://www.jlcomp.demon.co.uk

  • 5600FX VTDR128 /Liton 811s won't play movie

    I have a new P4 2.6G, AOPEN AX4SPE moboard, 5600FX VTDR128 video, Lite-on 811S DVD/CD RW combo, and DVD movies will not play.  I am suspecting the video card.  I have replaced the moboard, and replaced the Pioneer DVD/combo with the above, with the same symptoms. Any help?  
    ( I sure wish MSI would help, instead of sending us to find other suers having the same problem... )

    Ignore the emails  
    I have used many DVD software Media Player WinDVD PowerDVD MSI MediaCenter Deluxe.  I get either immediate hang, or it may play a few second of the lead-in music and then loop that.  Many times I must "end task" in Task manager. I tried a few different movies MenInBlackII, Divine secrest of the YYA, and others
    Codecs, using AVICodec to view:
    Cinepak 1.10.0.6 Radius Inc
    Intel Indeo Video YUV Codec 5.1.2600.0 Microsoft
    Toshiba Video Codec 5.1.2600 Microsoft
    It is in UDMA Mode 2

  • 10.1.0.4 SUN solaris 8 Database does not shutdown normally

    After SAN crash the 10.1.04 database does not shutdown immediate (hanging or..)
    I shutdown abort and startup is smooth.
    I checked the leftover OS processes looks like none left...
    Any sugestion?
    TIA

    in the alert :12:27:06 2007
    Waiting for Job queue slaves to complete
    Wed Feb 14 12:28:15 2007
    Job queue slave processes stopped
    Wed Feb 14 12:33:18 2007
    Active call for process 9247 user 'oracle' program 'oracle@solars23 (J000)'
    SHUTDOWN: waiting for active calls to complete.
    Wed Feb 14 12:47:00 2007
    KTSMG_UPDATE_MQL(): MMNL absent for 1201 secs; Foregrounds taking over
    oracle 9295 9274 0 12:25:03 ? 0:00 oracle102 (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))

  • Word stops working on a OneDrive file

    I store my work files on OneDrive. Usually it's fine. However, a couple of months ago I ran into a problem where Word would suddenly stop working on a word file - usually with an error message while saving the latest version. When I tried to reopen the file
    it would hang and eventually give an error message. It got progressively worse until it wasn't working with most word files. I spent several days going round and round with various MS customer support groups - office, Win 8.1... Finally I got the usual MS
    response for intractable problems - rebuild your machine from the metal up.
    Now it's starting again!!!
    Just as before, I can open the files on my Windows 7 machine running MS Office 10. Today I discovered that on my Surface Pro, I can use explorer to move a file from OneDrive to my hard drive and it works fine there - no changes whatsoever - just a move.
    So, clearly it's a problem of Word using OneDrive. THIS HAS TO BE FIXED AND FIXED FAST! 
    8.1 Surface Pro - all updates applied
    Office 2013 version 15.0.4623.1003

    Thanks for replying.
    OneDrive - All versions
    I've done more research. It turns out that it's not just OneDrive related. Files where this problem arises eventually have the same troubles on my hard drive, dropbox, box, etc. when I open them with the Surface Pro, but not when I open them with Web Word,
    my Win 7 Office 10, Google Docs, or with my iPad, or iPhone. The same file opens and edits fine everywhere except on the Surface Pro Office 2013.
    The problem arises when I try to open the file. It saves without an error message. It can be immediately opened by my other methods without a problem so it is getting synced. But when I try to open it with 2013/Win8.1 it just hangs. Doesn't matter if I open
    it from Word or from explorer. I have changed file names, locations, everything I can think of and it just hangs without an error message. Sometimes I get a notice that the last time I opened it it caused a serious error. Then if I choose open it hangs and
    if I choose recover it either hangs or opens a page full of gibrish. Usually after I open it via an alternative method and save it from there it will open on the Surface Pro - usually, and not always.
    This doesn't happen on all documents. Even documents in the same directory are not affected and work well. It just picks some documents and, of course, they are always the most critical, must have work.

  • Dbbackup shell script error

    hi frnds
    i need a help,i want to use a shell script to shutdown the database if the database is not shutdown properly using shutdown immediate.If shutdown immediate hangs it should check whther the database is up then call another script contains shutdown abort and startup and shutdown.
    The problem is it is not go to the next line when the shutdown immediate hangs.I am giving my script how can i fix this
    with regards
    ramya
    ORACLE_SID=CDRD; export ORACLE_SID
    ALERT=/tmp/dbalert
    dbstop.sh
    sleep 300
    ps -ef | grep ora_smon_$ORACLE_SID >$ALERT
    if test -s $ALERT
    then
    dbabort.sh
    sun7start.sh
    sun7stop.sh
    echo "Database Down"
    else
    echo "Database DOwn"
    fi

    I suppose that when you say "shutdown immediate hangs" you mean that it hangs indefinitely. Shutdown immediate could take a long time to complete for some reason (e.g. SMON has to clean up extents which are no longer needed and mark them as freed).
    I don't know a way to exit from an (indefinitely) hanging process, unless you kill it from another session.
    Maybe shutdown abort is not the most advisable way to go normally, but sometimes you can't avoid it, and personally I've never had problem with it (maybe I'm lucky :-)).

  • Oracle XE / Apex / Linux RedHat EL4 - DBMS_SCHEDULER quit working...

    I have been using DBMS_SCHEDULER to successfully print a PDF report by calling a operating system shell script using the code shown below. It is very standard code and it was working great for several days and the users have been happily printing reports from within an Apex application. But now it just hangs when trying to run the job but get this - it only hangs when executed from within Apex. If I use SQL*Plus or Raptor and log in as the same database schema owner as used by the Apex application, it executes perfectly (the script executes two lpr commands and returns in less than one second). But when I execute the code from a PL/SQL block within my Apex application, it hangs when running (the job never seems to start). I have tried reloading the Apex application itself and this did not help. I have tried stopping and starting the database as well and this did nothing. If I change the code below to run the job in a background session rather than the current session, then Apex doesn't hang, but the job does hang with Oracle XE reporting it as running. In fact, the drop job command using force equals true won't kill the job either. It requires a shutdown abort on the database to stop it (shutdown immediate hangs waiting on it to finish). I have looked at all the scheduler tables and there are no errors being generated - in fact, it looks as if the job is never able to start as there are no log entries being generated in the scheduler tables. If anyone has any ideas or has experienced anything like this when using DBMS_SCHEDULER, your help and guidance would be most appreciated. My workaround is currently to use cron to have the print command run once per minute, printing any documents it finds in a designated directory. But this isn't nearly as nice as having the document instantly start printing when the user clicks a button in their Apex application.
    Thanks much!
    - Jim
    BEGIN
    DBMS_SCHEDULER.create_job(
    job_name=>'pdf_print_test',
    job_type=>'EXECUTABLE',
    job_action=>'/tmp/print_pdf_test.sh',
    enabled=>FALSE);
    DBMS_SCHEDULER.run_job(
    job_name=>'pdf_print_test',
    use_current_session=>TRUE);
    DBMS_SCHEDULER.drop_job('pdf_print_test');
    END;

    Obvious question ... What has changed on your system around the time when it stopped working?
    Some of the possible 'nothing has changed' things could include:
    - the database has been restarted, the machine was rebooted;
    - patches applied;
    - init/system parameters changed;
    - the job scheduler process died;
    - the log directory filled, or has not filled;
    - the log file was [not] emptied;
    - a user was added/removed from the machine;
    - the database/listener was started by a different userid.
    Of course, some of these should not have anything to do with the problem, but ignoring them because we assume they are irrelevant may be a mistake.
    Do you have the following background processes up and running? (This list is from a SuSE 10.1 2.6 kernel - should be compatible.)
    oracle    3999     1  0 20:10 ?        00:00:00 xe_pmon_XE
    oracle    4001     1  0 20:10 ?        00:00:00 xe_psp0_XE
    oracle    4003     1  0 20:10 ?        00:00:00 xe_mman_XE
    oracle    4008     1  0 20:10 ?        00:00:00 xe_dbw0_XE
    oracle    4010     1  0 20:10 ?        00:00:00 xe_lgwr_XE
    oracle    4012     1  0 20:10 ?        00:00:00 xe_ckpt_XE
    oracle    4014     1  0 20:10 ?        00:00:02 xe_smon_XE
    oracle    4017     1  0 20:10 ?        00:00:00 xe_reco_XE
    oracle    4019     1  0 20:10 ?        00:00:00 xe_cjq0_XE
    oracle    4021     1  0 20:10 ?        00:00:01 xe_mmon_XE
    oracle    4023     1  0 20:10 ?        00:00:02 xe_mmnl_XE
    oracle    4025     1  0 20:10 ?        00:00:00 xe_d000_XE
    oracle    4029     1  0 20:10 ?        00:00:00 xe_s000_XE
    oracle    4031     1  0 20:10 ?        00:00:00 xe_s001_XE
    oracle    4033     1  0 20:10 ?        00:00:00 xe_s002_XE
    oracle    4035     1  0 20:10 ?        00:00:00 xe_s003_XE
    oracle    4771     1  0 20:11 ?        00:00:00 xe_qmnc_XE
    oracle    4784     1  0 20:11 ?        00:00:00 xe_q000_XE
    oracle    4791     1  0 20:11 ?        00:00:00 xe_q001_XE

Maybe you are looking for

  • Wireld 500 Internal Server Error in my JSP page

    My JSP page (maed by ADF) works good for about one week but after that it gives error: 500 Internal Server Error javax.faces.el.EvaluationException: javax.faces.FacesException: javax.faces.FacesException: Can't instantiate class: 'invoiceEntry'.. cla

  • "Configuration not possible for material PC-2011 : Reason 3"

    Hi any MM guys, Please help me to solve the following thread. "Configuration not possible for material PC-2011 : Reason 3 --> Help Message no. V1360" Thanks and regards D.Srinivasa rao

  • 2GB enough to run Windows 7 and Snow Leopard via Parallels?

    I'm debating using Parallels to run Windows 7 but wasn't sure if 2GB would be enough RAM or would I need to upgrade to 4GB?

  • Telnet Program

    Hi all, I am trying to write a very simple program to connect to another PC on port number 23 (TELNET). After I launch my program, I get the PC's login prompt, and my program tries to login as "root" and waits for the password prompt, however the pro

  • Difficulty with Yahoo mail

    I have set up my new I-Pad 2 but for some reason can't get my Yahoo mail to load.  It shows on the yahoo page that I am signed in but there is nothing showing in the Yahoo mail and it appears that there is something trying to load but never does.  We