Connected to an idle instance after computer crash

I was inserting rows as following
begin
for i in 1..10000000
loop
insert into test values(i, dbms_random.string('U',50), dbms_random.string('U',50), dbms_random.string('U',50), dbms_random.string('U',50), dbms_random.string('U',50));
end loop;
end;
/All of a sudden my computer crashed after an hour.
I did a reboot and I am not able to use my database anymore. What did happen and how to repair it?
I started database instance ORCL and it's listener and all I can see is:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
C:\Windows\system32>set ORACLE_SID=ORCL
C:\Windows\system32>cd ..
C:\Windows>cd ..
C:\>cd app\INDREK\product\11.2.0\dbhome_1\BIN
C:\app\INDREK\product\11.2.0\dbhome_1\BIN>sqlplus / as sysdba
SQL*Plus: Release 11.2.0.1.0 Production on L Sept 1 15:38:24 2012
Copyright (c) 1982, 2010, Oracle.  All rights reserved.
Connected to an idle instance.
SQL> alter database mount;
alter database mount
ERROR at line 1:
ORA-01034: ORACLE not available
Process ID: 0
Session ID: 0 Serial number: 0
SQL> alter database open resetlogs;
alter database open resetlogs
ERROR at line 1:
ORA-01034: ORACLE not available
Process ID: 0
Session ID: 0 Serial number: 0
SQL> startup
ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
ORACLE instance started.
Total System Global Area 3340451840 bytes
Fixed Size                  2180344 bytes
Variable Size            1979714312 bytes
Database Buffers         1342177280 bytes
Redo Buffers               16379904 bytes
Database mounted.
ORA-03113: end-of-file on communication channel
Process ID: 4940
Session ID: 191 Serial number: 3
SQL>

As for OS and database versions: Windows 7 Pro 64 bit and
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
PL/SQL Release 11.2.0.1.0 - Production
CORE    11.2.0.1.0      Production
TNS for 64-bit Windows: Version 11.2.0.1.0 - Production
NLSRTL Version 11.2.0.1.0 - ProductionThere is a lot of information in this alert log. The latest records that seems suspicious in this XML alert log are following:
<txt>
LGWR: STARTING ARCH PROCESSES
</txt>
<txt>
ARC0 started with pid=21, OS id=2412
</txt>
<txt>
ARC0: Archival started
</txt>
<txt>
LGWR: STARTING ARCH PROCESSES COMPLETE
</txt>
<txt>
ARC0: STARTING ARCH PROCESSES
</txt>
<txt>
ARC1 started with pid=22, OS id=4932
</txt>
<txt>
ARC2 started with pid=23, OS id=2020
</txt>
<txt>
ARC1: Archival started
</txt>
<txt>
ARC3 started with pid=24, OS id=4244
</txt>
<txt>
ARC2: Archival started
</txt>
<txt>
ARC1: Becoming the &apos;no FAL&apos; ARCH
</txt>
<txt>
ARC1: Becoming the &apos;no SRL&apos; ARCH
</txt>
<txt>
ARC2: Becoming the heartbeat ARCH
</txt>
<txt>
Errors in file c:\app\indrek\diag\rdbms\orcl\orcl\trace\orcl_ora_4940.trc:ORA-19815:
WARNING: db_recovery_file_dest_size of 4102029312 bytes is 100.00% used, and has 0 remaining bytes available.
</txt>
<txt>
ARCH: Error 19809 Creating archive log file to &apos;C:\APP\INDREK\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2012_09_01\O1_MF_1_125_%U_.ARC&apos;
</txt>
<txt>
Errors in file c:\app\indrek\diag\rdbms\orcl\orcl\trace\orcl_arc1_4932.trc:
ORA-19809: limit exceeded for recovery files
ORA-19804: cannot reclaim 34328064 bytes disk space from 4102029312 limit
</txt>
<txt>
Errors in file c:\app\indrek\diag\rdbms\orcl\orcl\trace\orcl_ora_4940.trc:
ORA-16038: log 1 sequence# 125 cannot be archived
ORA-19809: limit exceeded for recovery files
ORA-00312: online log 1 thread 1: &apos;C:\APP\INDREK\ORADATA\ORCL\REDO01.LOG&apos;
</txt>Edited by: totalnewby on Sep 1, 2012 7:46 AM

Similar Messages

  • Help please!   connected to an idle instance

    Hello,
    I am new to oracle administration. I instlled 11gR2 on windows 7 64 bit. It was working fine. Then I applied the patch DB 11.2.0.1 Patch 10: 10432045 . I can nolong connect. I tried a lot and ead lot of blogs. But now thoroughly confused! I am giving soem info that you may need. Please help!!!!
    Thanks,
    Badal
    * All oracle related services are set to automatic start up and are all up
    ORACLE_HOME=K:\app\badal\product\11.2.0\dbhome_1
    ORACLE_SID=ORCL
    When tried sqlplus i got
    *>sqlplus myschema/password@ORCL*
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    As sysdba, I got this:
    C:\windows\system32>sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Sat Mar 3 11:08:44 2012
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    Connected to an idle instance.
    lsnrctl status gives me this
    C:\windows\system32>lsnrctl status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Produ
    ction
    Start Date 03-MAR-2012 11:11:08
    Uptime 0 days 0 hr. 0 min. 20 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File K:\app\badal\product\11.2.0\dbhome_1\network\admin\list
    ener.ora
    Listener Log File k:\app\badal\diag\tnslsnr\HPC1\listener\alert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=HPC1)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    My tnsnames.ora:
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = HPC1)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    My listner.ora:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = K:\app\badal\product\11.2.0\dbhome_1)
    (PROGRAM = extproc)
    (ENVS = "EXTPROC_DLLS=ONLY:K:\app\badal\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = HPC1)(PORT = 1521))
    ADR_BASE_LISTENER = K:\app\badal

    Hello Sagar ! Here is the result after startup
    C:\windows\system32>lsnrctl status
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 03-MAR-2012 11:39
    :28
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Produ
    ction
    Start Date 03-MAR-2012 11:11:08
    Uptime 0 days 0 hr. 28 min. 23 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File K:\app\badal\product\11.2.0\dbhome_1\network\admin\list
    ener.ora
    Listener Log File k:\app\badal\diag\tnslsnr\HPC1\listener\alert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=HPC1)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orcl" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orclXDB" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    The command completed successfully
    C:\windows\system32>sqlplus system/password@ORCL
    SQL*Plus: Release 11.2.0.1.0 Production on Sat Mar 3 11:41:03 2012
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options

  • Connected to an idle instance; trouble creating DB

    I tried to connect to my database and got Connected to an idle instance:
    C:\>sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.2.0 Production on Mon Sep 22 19:07:34 2014
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> select status, database_status from v$instance;
    select status, database_status from v$instance
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    Further, the Getting Started page cannot be found with Error code: ERR_CONNECTION_REFUSED: http://127.0.0.1:8080/apex/f?p=4950
    What I did to try and resolve this issue
    While digging in various forums, I found that maybe I needed to specify the initXE.ora file on startup:
    SQL> startup pfile='C:\oraclexe\app\oracle\product\11.2.0\server\database\initXE.ora'
    ORA-01565: error in identifying file 'C:\oraclexe\app\oracle\product\11.2.0\server\dbs/spfileXE.ora'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    ORA-01078: failure in processing system parameters
    No such spfileXE.ora file. OK, so create it?
    SQL> create spfile='C:\oraclexe\app\oracle\product\11.2.0\server\dbs\spfileXE.ora' from pfile='C:\oraclexe\app\oracle\product\11.2.0\server\dbs\init.ora';
    File created.
    SQL> startup pfile='C:\oraclexe\app\oracle\product\11.2.0\server\database\initXE.ora'
    ORA-48108: invalid value given for the diagnostic_dest init.ora parameter
    ORA-48140: the specified ADR Base directory does not exist [C:\oraclexe\app\oracle\product\11.2.0\server\DATABASE\<ORACLE_BASE>]
    ORA-48187: specified directory does not exist
    OSD-00002: additional error information
    O/S-Error: (OS 123) The filename, directory name, or volume label syntax is incorrect.
    SQL>
    Well, I guess I have no ADR Base directory..
    C:\oraclexe\app\oracle\product\11.2.0\server\database>dir
    Volume in drive C is Windows
    Volume Serial Number is 8822-A545
    Directory of C:\oraclexe\app\oracle\product\11.2.0\server\database
    22/09/2014  06:06 PM    <DIR>          .
    22/09/2014  06:06 PM    <DIR>          ..
    22/09/2014  06:06 PM             2,048 hc_xe.dat
    22/09/2014  02:44 PM                73 initXE.ora
    27/08/2011  09:58 AM            31,744 oradba.exe
    22/09/2014  05:07 PM             2,265 oradim.log
                   4 File(s)         36,130 bytes
                   2 Dir(s)  298,041,913,344 bytes free
    I list as much supporting information as I know how to below.
    Environment
    Windows 7 Enterprise, SP1, 64-bit.
    Oracle Database Express Edition 11g Release 2 for Windows x32
    I have these environment variables set:
    echo %ORACLE_SID% - %ORACLE_HOME%
    XE - C:\oraclexe\app\oracle\product\11.2.0\server
    Installation settings
    These are the installation settings used by the installer:
    Destination Folder: C:\oraclexe\
    Oracle Home: C:\oraclexe\app\oracle\product\11.2.0\server\
    Oracle Base:C:\oraclexe\
    Port for 'Oracle Database Listener': 1521
    Port for 'Oracle Services for Microsoft Transaction Server': 2030
    Port for 'Oracle HTTP Listener': 8080
    Output from lsnrctl stat
    Some debugging information that may be useful:
    C:\oraclexe\app\oracle\product\11.2.0\server\bin>lsnrctl stat
    LSNRCTL for 32-bit Windows: Version 11.2.0.2.0 - Production on 22-SEP-2014 19:05:52
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 32-bit Windows: Version 11.2.0.2.0 - Production
    Start Date                22-SEP-2014 17:07:02
    Uptime                    0 days 1 hr. 58 min. 49 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Default Service           XE
    Listener Parameter File   C:\oraclexe\app\oracle\product\11.2.0\server\network\admin\listener.ora
    Listener Log File         C:\oraclexe\app\oracle\diag\tnslsnr\ITS57151\listener\alert\log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=myhost.mycompany.local)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
      Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
      Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    C:\oraclexe\app\oracle\product\11.2.0\server\bin>
    Various config files
    Here are the contents of other important files.
    The initXE.ora file - C:\oraclexe\app\oracle\product\11.2.0\server\database\initXE.ora
    SPFILE='C:\oraclexe\app\oracle\product\11.2.0\server\dbs/spfileXE.ora'
    The listener.ora file - C:\oraclexe\app\oracle\product\11.2.0\server\network\ADMIN\listener.ora
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
          (PROGRAM = extproc)
        (SID_DESC =
          (SID_NAME = CLRExtProc)
          (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
          (PROGRAM = extproc)
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
          (ADDRESS = (PROTOCOL = TCP)(HOST = myhost.mycompany.local)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    The tnsnames.ora file - C:\oraclexe\app\oracle\product\11.2.0\server\network\ADMIN\tnsnames.ora
    XE =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = myhost.mycompany.local)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
        (CONNECT_DATA =
          (SID = CLRExtProc)
          (PRESENTATION = RO)
    Edited to restructure question to put the meat of the issue up front and supporting information below.

    Uninstall Oracle Database Express Edition 11g Release 2 for Windows x32
    Download and install Oracle Database Express Edition 11g Release 2 for Windows x64
    Take some time to de-stress.

  • Connected to an idle instance in sun cluster nodes.

    i have two sun cluster node sharing common storage.
    Two schema's:
    test1 for nodeA
    test2 for nodeB.
    My requirement is as below:
    Login into b node.
    export ORACLE_SID=test1.
    sqlplus / as sysdba.
    But i am getting as
    "connected to an idle instance"
    Is there any way to connect to node A schema from Node B.

    I found the answer..
    sqlplus <sysdbauser>/<password>@test1 as sysdba

  • I followed directions to restore ipod contents to iTunes after computer crashed. Now my ipod is dead.

    I followed directions to restore ipod contents to iTunes after computer crashed Now my ipod is dead. iTumes does not recognize it; the device is not showing in the left pane.Can I do something?

    Try:
    iOS: Not responding or does not turn on
    If not successful, make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar

  • Connected to an idle instance. Not able to connect

    Hi,
    I am working on Winodows XP.
    I have installed Release 11.2.0.1.0 in my machine
    I have multiple home in my machine.
    I am trying to connect to oracle database using sqlplus but it is giving me following error.
    D:\Documents and Settings\akoa>sqlplus sys@orcl2 as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Aug 16 23:13:29 2011
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    Enter password:
    Connected to an idle instance.
    SQL>
    Could you please tell me how can I resolve this problem?
    my tnsname.ora is
    # tnsnames.ora Network Configuration File: D:\app\akoa\product\11.2.0\dbhome_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    LISTENER_ORCL2 =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    orcl2 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SID = orcl2)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    My sqlnet.ora is
    #NAMES.DEFAULT_DOMAIN = world
    sqlnet.authentication_services = (NTS)
    SQLNET.EXPIRE_TIME = 0
    SQLNET.ENCRYPTION_SERVER = requested
    SQLNET.ENCRYPTION_CLIENT = requested
    NAMES.DIRECTORY_PATH= (TNSNAMES)
    My listner.ora is
    # listener.ora Network Configuration File: D:\app\akoa\product\11.2.0\dbhome_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC=
    (ORACLE_HOME=D:\app\akoa\product\11.2.0\dbhome_1)
    (SID_NAME=orcl2))
         (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = D:\app\akoa\product\11.2.0\dbhome_1)
    (PROGRAM = extproc)
    (ENVS = "EXTPROC_DLLS=ONLY:D:\app\akoa\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    ADR_BASE_LISTENER = D:\app\akoa
    Regards,

    user576726 wrote:
    Hi,
    I am working on Winodows XP.
    I have installed Release 11.2.0.1.0 in my machine
    I have multiple home in my machine.
    I am trying to connect to oracle database using sqlplus but it is giving me following error.
    D:\Documents and Settings\akoa>sqlplus sys@orcl2 as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Aug 16 23:13:29 2011
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    Enter password:
    Connected to an idle instance.
    SQL>
    Could you please tell me how can I resolve this problem?
    What is the problem ? What is the error message ?
    HTH
    Srini

  • Having trouble reinstalling Photshop Element6 after computer crash

    Trying to reinstall Photoshop Element
    6 after computer crash.In middle of installation it asks me to insert diak1.I only have the one disk and it's already in.What do I need to do?
    \t

    You need to uninstall PSE before you can reinstall it. It sounds like you didn't properly remove it. Use control panel in windows. PSE for windows doesn't do repair installs.

  • Reinstall Acrobrat Pro X. Can't reinstall Acrobat Pro X after computer crash

    I am trying to reinstall Acrobat Pro X after a compter crash. I enter the correct serial number but then get asked to select a prior product, in my case Acrobat Pro 9, and enter the serial number (this is the number that appears in my account), but there is nowhere to enter the serial number. And if I try to reinstall Pro 9 it won't let me. Do I have to deinstall Pro X first, or what? ALl input welcomed, thanks. Shanter

    Thanks Bill, that seems to have done the trick. I am now successfully
    reinstalling Pro X.
    2014-10-14 21:10 GMT+02:00 Bill@VT <[email protected]>:
        Reinstall Acrobrat Pro X. Can't reinstall Acrobat Pro X after
    computer crash  created by Bill@VT
    <https://forums.adobe.com/people/Bill%40VT> in *Acrobat Installation &
    Update Issues* - View the full discussion
    <https://forums.adobe.com/message/6825647#6825647>

  • Missing Mercury Playback Engine GPU Acceleration after computer crash. How can I get it back

    Hi, I'm missing Mercury Playback Engine GPU Acceleration after computer crash. How can I get it back?  I had my husband update my graphic driver.  How what do I do?  When I check the project settings > general, it still has the field of Mercuy Playback software only grayed out.

    restart your computer and retry.
    if that fails and you have a mac and premier, How to Enable Premiere Mercury Playback GPU Acceleration CUDA on iMac

  • ICloud appears to have backed up apps, but nothing else after computer crash, IOS update and iphone system restore? How do i get the rest of my media back??

    My windows computer crashed last night and shortly thereafter, my iphone updated to IOS 7 and i was forced to do a system restore before i could preform a backup... I tried accessing my old contacts, texts, notes, pics and apps thru icloud (i have it set up to automatically preform backup). It claims that the last back up was after my computer crashed/the update/system restore... I thought all was lost, then went to redownload some old apps. They all appeared with the icloud symbol next to them (instead of "free" or a price), so i'm assuming that i DO have things backed up on icloud? Why are my apps the only media showing back up? Is there a way i can salvage my contacts, texts, pictures and other deleted media still?

    Apps are not included in a backup - only a reference to which apps are on the device.  They are restored from copies in the app store.
    Here's a test to perform - using a computer's browser, log into icloud.com.  Check the contacts and other pages where your data had been stored.  If they are not there, then the only place they could be is in a backup, either to itunes or (/and) icloud.  You'd have to restore the backup.  If the data is there, then your device is not connected to icloud.  Go to Settings>icloud to be sure it's logged into the right account.
    As for pictures...
    Many users have lost photos while preforming a restore from backup or upgrading the iOS.   Recall, only photos in the camera roll are backed up to iCloud.  There is a way to turn backups for camera roll on/off, perhaps these users had camera roll turned off.
    See:
    Settings>icloud>Storage & Backups>Manage Storage,  tap the device's name and on the next screen, be sure Camera Roll is turned on.
    IMPORTANT...
    Photos should be regularly synced to a computer (like you store photos from a digital camera) using either USB via iTunes (on a mac use iPhoto or Aperture to move them to an album) or using photo stream.  If using Photo stream, but sure to move the received photos to a permanent album.  If you have been doing that, then you can sync those photos back to your device.
    If you haven't been saving photos except relying on iCloud to store them in a backup, then that is risky, as many users have discovered.  I'm afraid I have no advice in this case - there is no "cure".

  • Restoring iTunes after computer crash

    One day, I hooked my iPod up to my computer and it told me that a couple hundred songs were not authorized to play on this computer. Then it removed them from my iPod, but left them in iTunes. Those songs were every single purhcase I had ever made on iTunes.
    Later that day, my computer started freaking out. I made a copy of that purchased music to CD, and a few minutes later, my computer crashed and burned.
    After reinstalling Windows XP Professional, I imported the burned music into iTunes. However, when I hook up iPod to the computer, it tells me that iPod can only sync to one library at a time, and do I want it to erase everything on the iPod (all of my music that wasn't purchased at iTunes) and overwrite it with everything on my current library. I tell it no, because I don't want it to erase everything on the iPod.
    So how do I get to it actually "sync" by adding what's on my iPod to my iTunes library, and what's in my iTunes library to my iPod, without having to erase everything on my iPod?
    Dell Dimension 8300   Windows XP Pro  

    "how do I get to it actually "sync" by adding what's on my iPod to my iTunes library, and what's in my iTunes library to my iPod....."
    You can't sync or drag your non iTMS music back directly from an iPod to iTunes. The transfer of non iTMS content is designed by default to be one way from iTunes to iPod, the transfer of purchased content has recently been introduced with iTunes 7. However there is a manual method of accessing the iPod's hard drive and copying songs back to iTunes on Windows posted in this thread: MacMuse - iPod to iTunes
    If you prefer something more automated then there are a number of third party utilities that you can use to retrieve the music files and playlists from your iPod, this is just a selection. Have a look at the web pages and documentation for these, they are generally quite straightforward. As iTunes 7 is just out some of these may not have caught up with it yet though I haven't experienced any problems with the Mac software I use.
    YamiPod Mac and Windows Versions
    iGadget Windows Only
    iPodCopy Mac and Windows Versions
    iPod Access Mac and Windows Versions
    PodUtil Mac and Windows Versions
    iPodCopy Mac and Windows Versions
    PodPlayer Windows Only
    CopyPod Windows Only
    For more on the new function in iTunes 7 look under under File, "Transfer Purchases from iPod" which transfers iTMS purchases. A paragraph on it has been added to this article: How to use your iPod to move your music to a new computer
    "....without having to erase everything on my iPod?"
    If your iPod is set to update automatically you just need to take care when connecting back to your computer and an empty iTunes. You will get a message that your iPod is linked to a different library and asking if you want to link to this one and replace all your songs etc, press *No* (or "Cancel" if you are using iTunes 7). Pressing "Yes" (or Erase and Sync in iTunes 7) will irretrievably remove all songs from your iPod. Your iPod should appear in the iTunes source list from where you can change the update setting to manual and use your iPod without the risk of accidentally erasing it. In iTunes 7 Check the "manually manage music and videos" box in Summary then press the Apply button. Don't uncheck Sync Music it will be unchecked by default when you choose the manual setting: Managing content manually on iPod
    Whichever of these retrieval methods you choose, keep your iPod in manual mode until you have reloaded your iTunes and you are happy with your playlists etc then it will be safe to return it auto-sync again.

  • HT203167 How to retreive purchase music after computer crash lost in back up.  How to restore the music?

    How do I reload purchased music on my desk top after a computer crash restored with back up external hard drive?

    Hello Boogiec522,
    Thank you for using Apple Support Communities!
    It sounds like you would like to download your iTunes Store purchases again to your desktop computer.
    No worries there, you can re download them free of charge from the iTunes Store with this article:
    iTunes 11 for Mac: Download previous purchases from the iTunes Store
    http://support.apple.com/kb/PH12283
    Download previous iTunes Store purchases to an authorized computer
    Click iTunes Store near the top of the iTunes window.
    Click the Purchased link at the right of the iTunes Store homepage (below Quick Links).
    In the page that appears, select a category.iTunes shows you which of your purchases are available for download. You can view all of your past purchases, or just the ones not currently in your iTunes library. Items already in your library aren’t available for download.If you select Music, you can view your purchases by song, artist, or album. If you’re viewing by album, click an album to see which songs on it are available for downloading.To search for an item, type its name or a keyword in the search field, and then press the Return key to view your search results.
    To download an item, click its Download button .To download all available items, click Download All.
    All the best,
    Sterling

  • Where / how to download Lighroom 5 Upgrade after computer crash (already purchased Lightroom 5 key)

    Hi,
    I have got Lightroom 4 on Windows 8.1 and have purchased and installed an upgrade to LIghtroom 5.
    Now, after a computer crash and restore, I have installed previous versions from CD up to LIghtroom 4. I need now to upgrade to Lightroom 5 and cannot find where / how to download the upgrade.
    NOTE that I do not want to change to Lightroom Creative Cloud but need to download the Lightroom 5 upgrade in order to be able to activate it with the purchased key.
    Many thanks in advance,
    Jo from Bavaria.

    You can download Lightroom 5 from
    Adobe - Lightroom : For Windows : Adobe Photoshop Lightroom 5.7.1 : Thank You

  • Can I restore music from my ipod to computer after computer crash?

    My computer crashed and all information including all ipod music is gone. It is still on my ipod ... can I download from my ipod to the computer or do I need to reinstall all music and downloads? I am not computer savy so answer in simple words please! Yes, I am past my warranty period too.
    Thanks

    You can't sync or drag your non iTMS music back directly from an iPod to iTunes. The transfer of non iTMS content is designed by default to be one way from iTunes to iPod, the transfer of purchased content has recently been introduced with iTunes 7. However there is a manual method of accessing the iPod's hard drive and copying songs back to iTunes on Windows posted in this thread: MacMuse - iPod to iTunes
    If you prefer something more automated then there are a number of third party utilities that you can use to retrieve the music files and playlists from your iPod, this is just a selection. Have a look at the web pages and documentation for these, they are generally quite straightforward. As iTunes 7 is just out some of these may not have caught up with it yet though I haven't experienced any problems with the Mac software I use.
    YamiPod Mac and Windows Versions
    iGadget Windows Only
    iPodCopy Mac and Windows Versions
    iPod Access Mac and Windows Versions
    PodUtil Mac and Windows Versions
    iPodCopy Mac and Windows Versions
    PodPlayer Windows Only
    CopyPod Windows Only
    For more on the new function in iTunes 7 look under under File>"Transfer Purchases from iPod" which transfers iTMS purchases. A paragraph on it has been added to this article: How to use your iPod to move your music to a new computer
    If your iPod is set to update automatically take care when connecting back to your computer and an empty iTunes. You will get a message that your iPod is linked to a different library and asking if you want to link to this one and replace all your songs etc, press *No* (or "Cancel" if you are using iTunes 7). Pressing "Yes" (or Erase and Sync in iTunes 7) will irretrievably remove all songs from your iPod. Your iPod should appear in the iTunes source list from where you can change the update setting to manual and use your iPod without the risk of accidentally erasing it. In iTunes 7 Check the "manually manage music and videos" box in Summary then press the Apply button. Don't uncheck Sync Music it will be unchecked by default when you choose the manual setting: Managing content manually on iPod
    Whichever of these retrieval methods you choose, keep your iPod in manual mode until you have reloaded your iTunes and you are happy with your playlists etc then it will be safe to return it auto-sync again. I would also advise that you get yourself an external hard drive and back your stuff up in case you have problems again. External drives are comparatively inexpensive these days and you can get loads of storage for quite a small outlay.

  • Reinstalling Photoshop CS6 on Windows 7 after computer crash

    Hi there,
    My laptop has just been returned from repair after having been wiped clean due to a computer crash. I am just wondering what I have to do to reinstall CS6 since I am unable to return any license as it was deleted along with everything else. Can I simply reinstall it again without a problem? TIA for any advice
    Dascha007

    Contact support to reset activations if necessary.
    Mylenium

Maybe you are looking for

  • Error Installing CS6 in Windows 8.1

    U just purchased CS6 Design and Web Premium. When istalling I received message indicating the installation failed. Created a log and a screen. I have windows 8.1

  • Iris blur shows black picture

    Hi everbody, I have been looking around the forums and other webpages but haven't found a soluten yet - maybe you can help me. In Photoshops CS6 when applying an Iris blur the picture turns black. When I move the pins around I see the picture but thi

  • "GWCommanderClass can't get converted into GWCommanderClass"

    I'm using a mix of C3PO & GW Token API. My language is C# and the Program is made for archiving into different archive storage systems. Here my Error Message in German: 'Das Objekt des Typs "GroupWiseCommander.GWCommanderClass" kann nicht in Typ "Gro

  • What is the best word processing program for ipad2?

    What is the best word processing program for ipad2?

  • Unable to print chinese characters in Smartforms use Zebra printer

    Hi,all. My printer is Zebra ZM400 300dpi,I created a new output device 'TestDevice' and use the Lzeb3 Device type. In my smartofrms i used the Zebra command to rotated text.Now the smartforms counld not print chinese characters but '#' instead.(style