How to recover a single DB within a good environment?

Hello,
after an unknown crash, I have now an unusable DB. But the environment is good and can be opened without any problem. It's only when i try to open that DB that I get an error : Invalid argument.
Of course, before the crash, everything worked well.
So, is there a way to recover that DB?
Note : Up to now, I do not have any backups for disaster recovery but i am still in a development process.
I have just tested something : I tried to open and read some data from that DB without using my environment and everything worked well. So, I'm able to open it without my environment but I can't if I try to open it within my environment?
Why and how may I solve this situation?
Thank you
Edited by: user606302 on Oct 1, 2008 12:07 PM

Hello,
Normal recovery which you are doing, examines the content
of the environment's log files and uses this information
to ensure that your database files are consistent relative
to the information contained in the log files. Normal recovery
starts with any logs used by any transactions active at the
time of the last checkpoint, and examines all logs from then
to the current logs. Normal recovery also recreates your
environment's region files. This has the desired effect of
clearing any unreleased locks that your application may have
held at the time of an unclean application shutdown.
You can turn on verbose error messaging as that should
provide additional information on what is causing the
Invalid argument error.
For that take a look at:
DB_ENV->set_errfile
http://www.oracle.com/technology/documentation/berkeley-db/db/api_c/env_set_errfile.html
Please post any additional messaging from that.
It that sheds no light on the problem, please post a
small, stand-alone test case which reproduces the problem
and I can take a further look.
Thanks,
Sandra

Similar Messages

  • How to recover a single file

    As far as we know there is no way to recover a single file out of a database (incremental or full) backup - full database recovery is no option.
    However, the recovery of single files used to be a common task of our user help desk.
    Any ideas how to achieve this with OCS?

    Oracle Files has a two level trash. When users delete a file it goes into their Trash folder - and they can recover such files themselves. If they empty their Trash folder the contents are moved to the Archive. The subscriber adminstrator can recover files from the Archive.
    The subscriber administrator can configure how long files stay in the Archive before they are deleted.
    hope that helps,
    -sancho

  • How to delete a single message within a conversation without deleting the entire message.

    Can a single message within a conversation be deleted without deleting the entire conversation?

    Hi,
    Your post is in iChat which is the app that preceded Messages.
    Your post is about Messages and from the sound of things and the iMessages account and posts  within that app and Account.
    You list an iOS device but have not made it clear if you want to do this on a Mac Version of the iOS version.
    Click and Hold the iMessages in Question. the iOS version should offer  you "Copy" and "More" .
    Chose the More option than then delete.
    You may have to right click on the Mac Version then chose Delete.
    9:37 PM      Thursday; December 4, 2014
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • How to recover accidently trashed file within first hour?

    Hi! Correct me if I'm wrong but any file that is created and then accidently deleted and the trash can emptied within the 1 hour time frame or before the next backup time whichever comes first of backups in TM will still be unrecoverable? Tom

    Yep - you're correct.

  • I lost every single thing on my macbook pro and i do not know how to recover the 77 gb of software how do i restore all of my data back on my macbook pro

    i lost every single thing on my macbook pro and i do not know how to recover my 77 gb of software data back to my computer how do i get this back?
    thank you

    Welcome to the Apple Community.
    Which software do you use to keep your back up.

  • Table Truncated, Flashback is enabled ... How to recover.

    Hi,
    There is a table which was truncated, as we have flashback enabled. Even we have previously enabled row movement of the particular table.
    How to recover ????
    Thanks.

    hi,
    There are three options available:
    1. Restore and recover the primary database to a point in time before the drop.
    This is an extreme measure for one table as the entire database goes back in
    time.
    2. Restore and recover the tablespace to a point in time before the drop.
    This is a better option, but again, it takes the entire tablespace back in time.
    3. Restore and recover a subset of the database as a DUMMY database to export
    the table data and import it into the primary database. This is the best option
    as only the dropped table goes back in time to before the drop.
    For the first, see information on performing incomplete recovery on a database.
    The second and third options are virtually the same, it depends if the entire
    tablespace data should be taken back in time, or just recovering the one table.
    The tablespace point in time recovery (TSPITR) may be useful if there are
    dependencies between the dropped/truncated table and other tables in the
    database. For the second option, see RMAN documentation on TSPITR and/or Note 180436.1 RMAN Tablespace Point in Time Recovery Example. Both procedures
    for the second and third options are very much the same. The differences are
    that the TABLE PITR has to be exported/imported manually while the TABLESPACE
    PITR is fully automated by RMAN.
    This article will deal with the third option.
    General overview of procedure to recover from a DROP or TRUNCATE table by using RMAN.
    To recover from a dropped or truncated table, a dummy database (copy of primary)
    will be restored and recovered to point in time so the table can be exported.
    Once the table export is complete, the table can be imported into the primary
    database. This dummy database can be a subset of the primary database. However,
    the 'dummy' database must include the SYSTEM, UNDO (or ROLLBACK), and the
    tablespace(s) where the dropped/truncated table resides.
    The simpliest method to create this 'dummy' database is to use the RMAN
    duplicate command. See:Note 228257.1 RMAN Duplicate Database in Oracle9iNote 73912.1 RMAN Creating a Duplicate Database -- Oracle8i
    The difference between the two versions is that Oracle9i duplicate command
    allows for a 'SKIP TABLESPACE' option. Thus Oracle9i allows for a duplication
    of a subset of the database.
    In Oracle8i, you cannot 'skip' tablespaces when using duplicate, so you must
    duplicate the entire database. If this is not a desired option, or you must
    restore the original database and thus cannot use
    the rman DUPLICATE.
    NOTE: The remainder of this information is for users who cannot use the
    DUPLICATE command in Oracle8i. I.e., you want to restore only a subset
    of the Oracle8i database.
    Requirements :
    a) RMAN backup of the primary database should be available to the
    host where it has to be restored on.
    b) Use of an RMAN-catalog database
    c) Auxiliary instance created and started in NOMOUNT
    (See Note 180436.1 step I. Create the auxiliary initSID.ora.)
    Create this from the init.ora of the primary database and:
    !!!!! IMPORTANT !!!!!!!!
    If using the same host as the primary, be VERY careful as you do not want to
    restore on top of existing files being used by the primary (production database).
    Doing so can corrupt and crash the production database!!!!!!
    - be sure all paths for this AUX instance are different than primary.
    - be sure CONTROL_FILES parameter has different location but more importantly DIFFERENT NAME.
    - add LOCK_NAME_SPACE to any value other than the primary database name.
    - change/add SERVICE_NAME=AUX1.
    - use the SAME DB_NAME as for the production database
    - BE SURE you include the 'alter database rename file' command at the end
    of the script. This changes the location and/or name of the online
    redo log files.
    d) Set ORACLE_HOME and ORACLE_SID set to the auxiliary instance
    e.q set ORACLE_SID=AUX1
    set ORACLE_HOME=<....>
    !!!!! IMPORTANT !!!!!!!!
    1: Restore and recover the tablespace
    The restore and recovery is done by RMAN. Create a file
    of the script below (e.q table_pitr.cmd) and execute the following
    command :
    $ rman cmdfile=table_pitr.cmd
    NOTE: ORACLE_HOME and ORACLE_SID set to the auxiliary instance
    NOTE: The Auxiliary instance IS the target to rman at this point.
    The RMAN-script :
    connect catalog rman/rman@v920_nlsu31
    connect target /
    run
    allocate channel t1 type sbt_tape
    parms='SBT_LIBRARY=/home/usupport/liblsm.so';
    set until time "to_date( '09-10-2005 06:00', 'DD-MM-RRRR HH24:MI')";
    restore controlfile;
    sql "alter database mount clone database";
    set newname for datafile 1 to '/fs01/oradata/tspitr/system01.dbf';
    set newname for datafile 2 to '/fs01/oradata/tspitr/undotbs01.dbf';
    set newname for datafile 4 to '/fs01/oradata/tspitr/tools01.dbf';
    restore tablespace system, undotbs1, tools;
    switch datafile all;
    sql "alter database datafile 1,2,4 online";
    recover database skip forever tablespace TEMP,INDX,USERS,OLTS_ATTRSTORE,
    OLTS_CT_DN,OLTS_CT_CN, OLTS_CT_OBJCL,OLTS_CT_STORE,OLTS_DEFAULT,
    OLTS_TEMP,OLTS_IND_ATTRSTORE,
    OLTS_IND_CT_DN,OLTS_IND_CT_CN,
    OLTS_IND_CT_OBJCL,OLTS_IND_CT_STORE,
    P1TS_ATTRSTORE,P1TS_IND_STORE;
    sql "alter database rename file ''/fs01/oradata/primary/REDO01.LOG'' to ''/fs01/oradata/tspitr/REDO01.LOG''";
    sql "alter database rename file ''/fs01/oradata/primary/REDO02.LOG'' to ''/fs01/oradata/tspitr/REDO02.LOG''";
    sql "alter database rename file ''/fs01/oradata/primary/REDO03.LOG'' to ''/fs01/oradata/tspitr/REDO03.LOG''";
    /* NOTE: Syntax within rman is two single quotes around each name, this may be operating system specific. */
    release channel t1;
    Explanation :
    - Tape channel allocated, but could also be a disk channel, depending
    on where the backups are.
    - SET UNTIL TIME
    User specified time, just before the DROP/TRUNACTE table
    - MOUNT CLONE DATABASE.
    This forces all datafiles to be put OFFLINE. Just for safety reasons.
    - SET NEWNAME
    New path for the datafile to be restored. Keep in mind that this is
    done on the auxiliary instance and should NOT interfere/overwrite the
    prodution database.
    - ALTER DATABASE RENAME FILE
    This is required to change the location of the online log files. When the
    'resetlogs' is issued, Oracle will create online logs based on specification
    in the controlfile. This command changes the location and/or name. If
    this is being performed on the SAME server, not issuing a rename will
    cause Oracle to reset the production online log files. This will corrupt
    and crash the production database!!!!!!
    - RESTORE TABLESPACE ...;
    Restore the tablespaces which need to be recoverd.
    This includes always the SYSTEM, rollback/undo tablespace and
    the tablespace(s)where the dropped/truncated table resides.
    The SYSTEM tablespace is always included as it containts most / all of
    the objects owned by SYS and SYSTEM. Some other tablespaces might be
    included as well when they contain objects owned by SYS and SYSTEM.
    SQL> select distinct tablespace_name
    from dba_segments where owner in ('SYS', 'SYSTEM');
    - SWITCH DATAFILE ALL;
    Make the changes in the pathname (set by SET NEWNAME) active in the
    controlfile.
    - ALTER DATABASE DATAFILE ... ONLINE
    Online the datafiles which are restored and have to be recovered.
    - RECOVER DATABASE SKIP FOREVER TABLESPACE ......;
    You need to specify the complete list of tablespaces which will not be
    recovered. Else the recovery fails, that it cannot dentify/file the
    tablespace datafile. The SKIP FOREVER clause causes RMAN to take the
    datafiles offline using the DROP option. Only use skip forever when the
    specified tablespaces will be dropped after opening the database. I.e.,
    all tablespaces except the one which contains your data.
    The recovery of RMAN, checks the datafileheaders, to get a starting point
    for the recovery.
    2: Open auxiliary database with RESETLOGS
    $ sqlplus /
    SQL> alter database open resetlogs;
    This step should ALWAYS be executed outside RMAN via SQL*Plus. If the open
    is executed in RMAN it may effect the primary database's entry in the RMAN
    catalog. Backups will fail with messages like:
    RMAN-20011 "target database incarnation is not current in recovery catalog"
    3: Export the table
    The database is recovered and open, so it can be used by export.
    Example:
    $ exp userid=system/<password> file=table.dmp
    tables=(<owner>.<tablename>, ...) rows=Y
    4: Import the export-dump
    Import the data of the dropped table back into the primary/production database.
    Example:
    $ imp userid=system/<password> file=table.dmp ignore=Y
    5: Remove this AUX/DUMMY database
    Shutdown and remove all files associated with this database. It has satisfied
    your purpose. I.e., to give you an export of this table.

  • Recover a single file in Content Services

    I've been asked to document how we would go about recovering a single file in Content Services. The Trash/Archive angle I'm clear on, but what about an extreme case. Lets say that someone created a file, trashed it, emptied the trash, and then it expired from the Archive before the user realized that they needed the file.
    Is it possible, and if so how would one go about getting the file back assuming that there is a full db backup once a day?
    Would enabling BFILE aging help? If so, how?
    On a related note: If archive is set to expire content after 1 month, but BFILE aging is turned off, when does deleted content get purged from the Archive? It's not 1 month, as I have deleted files in the Archive going back to January.

    Archive expiration and BFile aging are orthogonal. BFile pushes the LOBs of documents that are in the archive to bfile. Archive expiration deletes files from the archive after the configured time. If this is not the behaviour you are seeing please file a TAR and they can help check whether your system is configured correctly or if you are running into a bug.
    regards,
    -sancho

  • How to put a single stack item to an album?

    Maybe a silly question, but I can't find out how to put a single item from a stack into an album. When I drag a stacked item to an album, the entire stack appears in the album. This is not what I want, I want to get the single item in the album.
    I know I can make a single stacked item in an album to be the albumpick. But this is not enough. Sometimes I need to put two items from the same stack into this album.
    Koen
    Message was edited by: Koen van Dijken

    Koen van Dijken wrote:
    Would this be as designed, and so a wrong use of stacks by me?
    It is as designed but I don't think what you want to do is a particularly wrong use of stacks. I can see using stacks as a way to reduce clutter in the browser but still wanting to be able to get to individual images in the stack to use..
    What is interesting is the wording in the Aperture users guide concerning stacks:
    Dragging Stacks
    You can drag an entire stack to a new location, *and you can drag specific images within a stack to a new location*. When a stack is closed, dragging the stack moves the entire stack. *When a stack is open, you can drag individual images to new locations in the Browser*. You can also drag images into a stack. If you drag an image within a stack into a different project, however, the entire stack moves to the new location.
    (emphasis added)
    So the first part sounds like you should be able to drag an image out of the stack to an album, the second just mentions dragging an image out of the stack in the browser.
    And in way you can do this, the only thing is what you end up doing is unstacking the image you drag out. Not exactly what you would want to do.
    I think it should be OK to place individual stack items into albums and have them remain in the stack. Any reason this would be a bad idea?

  • How to escape a single quotes from a string of dynamic sql clause?

    if a single quotes exist in a dynamic sql clause for a string,
    like
    v_string :='select tname from tab where tabtype='table'',
    there tabtype='table' will conflict with the single quote ahead.
    could somebody tell me how to escape this single quotes?
    thanks for your tips,
    frederick

    fredrick,
    To represent one single quotation mark within a literal, enter two single quotation marks. For example :
    v_string :='select tname from tab where tabtype=''table'''
    Regards,
    Srinivas

  • Recover a single table using RMAN

    Hi,
    I'm working on an Oracle Database 11g Release 11.1.0.6.0 - 64bit Production With the Real Application Clusters option.
    I did a bad update on a table.
    I have a full backup level 0 before the update
    Is it possibile to recover the single table in an instant before the update using RMAN?
    Thanks in advance.
    Samuel

    Hi Samuel,
    How long ago was the update committed? What's the value of undo_retention?
    If the undo has not yet expired, the easiest way to recovery is through flashback query. (Note that flashback database does not have to be enabled for flashback query to work.)
    See MOS Doc ID 238674.1.
    If that's not a possibility, and flashback database is not enabled, the only other option is to do an out-of-place restore, of SYSTEM, UNDO, and tablespace containing the table you want to recover, and recover to point in time before the update. Then, export table, drop the database, and import table into your primary database.
    Hope that helps,
    -Mark

  • Dead Hard Drive - How to Recover?

    The hard drive in my iMac recently "died". The Apple Store diagnosed my problem as a failed drive.
    Luckily, they allowed me to borrow my failed drive for a couple of days. I was able to use an external USB enclosure and Data Rescue II to recover all of my data to an external drive. Unfortunately, the recovery does not provide a disk image but rather just the folder/file structure from the original drive.
    The Apple Store has replaced my drive (under Apple Care Warranty) and now I have an iMac with a fresh install of OS X and nothing else.
    Is there a documented procedure on how to recover my home-user folders (including Library), the system Applications folder, and the System Library folder to bring my refreshed Mac back to the previous state?

    Kevin,
    Tailor these instructions to match whatever you have done so far within the new installation...
    1) Create new accounts within the new installation, using the exact same usernames and short names that existed in the old installation.
    2) Enable the "root" account, then log in as root.
    3) From the root account, navigate to the "Users" folder. Move all of the newly created HOME folders to the trash. Connect the drive that houses the backed up data, and locate the same-named HOME folders there. Drag them to the new "Users" folder, replacing the folders you moved to the trash.
    4) Open /Applications/Utilities/Terminal. At the prompt, type the following:
    <pre style="overflow:auto; font-family: 'Monaco'; font-size: 10px">chown -R username:staff /Users/username</pre>
    In the text above, you will replace all instances of "username" with the short name for a replaced account. If the short name is "fred," for example, you will type the following exactly:
    <pre style="overflow:auto; font-family: 'Monaco'; font-size: 10px">chown -R fred:staff /Users/fred</pre>
    Verify that the text is correct, then press <RETURN>. When you return to the prompt, perform the same task for the next replaced account, or quit Terminal.
    5) Log into the replaced accounts to test that everything works as expected. If so, log back into the root account, empty the trash, then log out of and disable the root account.
    It would be best if you just reinstalled any third-party applications. Keep in mind that the data, settings, etc. for those applications already exist within the restored HOME folders.
    Scott

  • How to recover a TM backup from a NAS drive

    I am using a MBPro from 2011. I lost a lot of family pictures due to my iPhoto library loosing the connection to the original hi-res files. At the moment I try to recover those with Data Rescue4 but it looks I lost quite a lot.
    Now, I do have the following situation:
    Until March 2014 my iPhoto Library resided on my Mac HDD
    The HDD broke and had to be exchanged
    So I moved the iPhoto Library onto a newly bought 2TB external HDD that I connect via USB (a WD MyPassport Ultra)
    Now due to the situation described above, I need to recover the last iPhoto Library that resided on my Mac, but which was never used in iPhoto since the hardware crash
    When I open iPhoto and then TimeMachine, it does not offer me to recover pictures from that last backup, which is from March 2014 and is about 135GB large. I assume the reason is that I haven´t used it in iPhoto, so iPhoto can´t know.
    The TM backup on my NAS, a 4TB Seagate Central is 1,2 TB large. The seagate central cannot be connected to a Mac via USB or wire. According to it´s description, the only way to get data on and off is via ethernet. Having read that TM does not support backing up from a NAS, I assume I need to copy the 1,2 TB backup TM file onto another external HDD that I can attach via USB. Is this correct ? Does this help ?
    And then I would need to recover it - but how given the situation above ??
    I am pretty desperate meanwhile as I´ve been working on this for the last four weekends...
    Within the process of data recovery I bought iPhoto Library Manager, PhotoSweeper and DataRescue4 in order to help recover the data. But I don´t know if this helps here. I´ve tried everything to recover my old files with those tools already.
    I would very much appreciate your advice on how to recover my TM backup.

    You can or should be able to recover the iphoto library directly from the NAS.. you do not need to copy it to a disk.
    TM cannot create a backup from a network source.. but it is very happy using a network target.
    Our friend Pondini wrote extensive notes on recovery of various important files using TM
    See Q15 here. http://pondini.org/TM/FAQ.html
    There is a link in there to recovery of iphoto in particular under various OS.. but the guy died before Yosemite was inflicted on the Apple Community.
    TM has never worked particularly well since Yosemite.. so I can only offer my hope that the method still works..
    Here is an example of recovery manually of iphoto library from TM backup I did to show how it is done.
    Can't access old files on time capsule
    In Yosemite you might be able to simply right click on the file in Finder.. and it bring up an option to recover it from TM.. of course that would assume TM was going to actually work and that is a bridge too far for Yosemite.
    In the end.. you can of course do a full recovery to a USB drive plugged into your computer.. I have also used that method to get around issues with finding stuff from old backup.. however IMHO the manual method of digging through the backup offers you the best chance of recovery.
    Do protect the TM sparsebundle.. in the end that is the only connection back to you files you have.. so saving a copy of the sparsebundle to a USB drive is not a bad idea.. Certainly do nothing in terms of manipulating the sparsebundle.. you can extract files from it.. copy it to another location.. but make no changes to original sparsebundle on the network drive whatsoever.. so do not continue backups to it or anything like that.
    My strong recommendation btw since Yosemite or even Mavericks was to use Carbon Copy Cloner.. and make a bootable backup of your main operating system and any other drives.. You would not be in this mess if you had .. so for future reference.. TM is not really adequate.

  • How to recover deleted mail/mailbox?

    While trying to solve a problem I had with a mailbox in Mac Mail, I deleted the mailbox. I only took the precaution to save the Inbox in a different location but not the Sent mail. Big mistake. After deleting the mailbox I found out that it also deleted all the mails in the Sent folder, some of which are very important to me.
    I looked for suggestions in the Apple Support Communities and found what seemed to be the answer to my problem: https://discussions.apple.com/thread/613328?start=0&tstart=0
    This is what I did as Geoffrey Charters suggested:
    Step 1: Download FileSalvage (https://secure.subrosasoft.com/OSXSoftware/Undelete/DataRecovery/FileSalvage) and run it in demo mode. In this mode, you can only explore, which is OK. Set the "free space only" option and start the scan. It takes a while. You should see your deleted .emlx files in the resulting list. Select one and make sure the preview pane contains email headers. That way you'll know you are in good shape. If so...
    Step 2: Buy a registration code for FileSalvage, and use the "Register" menu item in FileSalvage to enable the full version.
    Step 3: Select all the batches of 100 .emlx file that have been found and restore them to your second disk drive.
    And then as David Gimeno Gost suggested:
    1. Create a folder on the Desktop and name it however you want, but give it an .mbox suffix, e.g. Recovered.mbox
    2. Within that folder, create a folder named Messages (with no suffix), and move the messages to be imported into this folder.
    3. In Mail, do File > Import Mailboxes, choose Mail for Mac OS X as the data format, and follow the instructions. Note that Mail wants you to select the folder that contains the *.mbox folders to be imported (i.e. the Desktop in this case), not the *.mbox folders themselves.
    After running FileSalvage for 4 days that it took to scan all my drive byte by byte, it found the files I needed and I could even preview parts of the messages I was looking for. Everything looked promissing. I recovered such files and stored them in a secondary drive.
    This is where the new problem starts. All the retreived files are stored in the secondary drive but when I try to preview any of them using Finder, just a blank page opens. I also tried importing them to Mail as David Gimeno suggested but, although an imported mailbox was created, all the messages there are blank. I can even see in the size column in Mail that every message is 0 bytes.
    I know that somehow the information that I need is stored in the files I recovered with FileSalvage, because when I browse through such files using Finder, I can see that they have different sizes. So, the information must be there, I just don't know how to access it.
    Has anybody had this problem? Any suggestions?

    Appart from solving with a backup, do you know any other way I could get my information back, according to the description I made?

  • How to publish a single site

    I have several sites in iweb, including travel, wedding, teaching, and research. However, every time I make a change to a single page within one of these sites, and then publish to a folder, all four sites are published. This wouldn't be so bad, except that my travel site has TONS of photos, and thus it takes at least an hour to publish the site.
    Can anyone tell me how to publish just one site to a folder?
    Thanks,
    Aaron
    powerbook g4, ibook g3, imac g4   Mac OS X (10.4.6)  

    Hold the phone -- since iWeb is storing the Domain info in Users>username>Library>Application Support>iWeb then wouldn't it be reasonable to assume that different users could have different Domain files, and thusly different sites (from iWeb's point of view)?
    It would seem to me that an easy workaround would be to create a different User account on your box for each of your sites, and then maintain them in iWeb that way. Of course, you'll want to make sure that your media resources (eg. pictures, movies, sounds) are available to all those users (I keep all my multimedia on a separate hard drive from my OS and applications for exactly this reason, but you can also do it by granting privileges to folders).
    I haven't tried this out, but it makes sense on paper.
    Dual 1ghz G4 (MDD)   Mac OS X (10.4.6)  

  • How to recover root password in S10 for Intel

    Please is Urgent!
    how to recover root password in S10 for Intel
    Thanks.

    Boot into single-user mode from CD 1.
    Mount your root partition (eg, c0t0d0s0)
    to /a, then edit /a/etc/shadow to take away
    the root password.
    Reboot normally, login as root, reset the
    root password.

Maybe you are looking for

  • My ipod stuffed up during an update and no longer works! Help!

    Ok, i was doing the latest update for my ipod touch. it was plugged into the PC and midway through the update i accidently un plugged it. Now it doesnt register on my PC and I cant do anything on the ipod either, it is just stuck on this screen with

  • Adobe AIR 3.4 for iOS - Compiler stalls/hangs & never creates ipa

         So, I've run into a bit of a roadblock. I'm currently trying to package an iOS app that contains an ANE (iAd), SWC (tweener), and external AS file using Flash CS6. I've successfully packaged this app for Android as well as Blackberry, but iOS se

  • I just upgraded, no more Appleworks to be found .

    Hi , I'm not sure if I'm posting in the right place , and fyi I'm only a couple of steps up from being computer illiterate . I just upgraded from Snow Leopard to Lion to Maverick , no more Appleworks to be found . I downloaded Pages , and it didn't o

  • Trouble syncing after reloading windows xp

    I reloaded windows xp and redownloaded iTunes. Now it wants to sync and erase my iPhone. iTunes thinks it is a new computer. Is there a way around this?  Thanks.

  • Running applications in debug mode in JDeveloper

    Hi All, I have created a simple spring portlet and have consumed it on a webcenter application. The portlet throws an exception. Now I want to run my portlet in debug mode. Both webcenter application and portlet producer are running on the jdeveloper