Using LogMiner to restore old data

A developer at my company ran an update statement 2 days ago, and forgot to add the 'where id = X' clause.
Can I use LogMiner to restore the table to the state before the query was executed? I've never used it before and don't know what I can do with it.
The query he ran was like: UPDATE tablename SET field3 = null

BTW, I have archivelogs for 2 days ago.

Similar Messages

  • Can I use thunderbolt to retrieve old data?

    A few weeks ago my MacBook Pro wouldn't boot. I took it to the nearest apple store and they said they had to reformat my macbook's inner hard drive. With no other solution I gave them my MacBook. When I got it back they told me it has been formatted and updated to mavericks and they could only save some documents but none were important. I tried using DiskDrill and other softwares, though they did find all my pictures, documents, etc, I couldn't retrieve them as in the end I have to buy the software. So I was wondering, if the softwares did find the old data, can't I use a thunderbolt to connect my mac to another and retrieve the data?
    Thank you

    Sansouf wrote:
    can't I use a thunderbolt to connect my mac to another and retrieve the data?
    Thunderbolt is a data transmission protocol, it is not a data restoration application.  If the 'another' you mention is a Mac with your data, you may use Thunderbolt or any other connection protocol to transfer data (such as Firewire or USB).
    Ciao.

  • Restoring old data onto new iPhone 4S

    I had an iPhone 4 and just got the 4S, but when I plugged the 4S into my mac it registered as a new phone and didn't ask to restore it from my old one. How do I get my old data on this new phone?

    Hi, I'd been researching re: restoring from Back-up on my iPhone 4 and it all says "Connect iPhone to iTunes, in Left column of iTunes under devices, control click or option click or command click, it is one of those, your new iPhone's name. A menu will drop down, select Restore from Backup"....
    My question is.. How come the Restore from Backup is not showing when right clicking on my iPhone.
    Any idea why is this happening and is there any way that I can restore my newly upgraded iPhone?
    Thanks in advance.

  • Restore Old Data

    I somehow over the years generated 2 itunes accounts and recently synced my phone to my older account that had more music and photos my new phone didn't have. This sync deleted my older music and pictures. Any suggestions on how to restore the old data so I can get my pictures and music back? I know it was saved the last time I backed up my last phone but I'm afraid when I did the recent ios upgrade I backed up the new phone's data that didn't have all my music or pictures on it. Is there a way to do a system restore on itunes?

    In a word, no.
    There is no option to only include select data with the data included with the backup, and you can't choose from select data only from the data stored with a backup when restoring from a backup.

  • How do I wipe my old iphone3gs clean for my wife to use without itunes restoring the data to my settings when she plugs it into itunes?

    Hi, I have bought a new iphone 4s and want to give my old iphone 3gs to my wife. She has a sim card on the same network so she can put the sim in and use it straightaway but all of my data and apps stay on there. How can I restore the phone to factory settings for her to use without itunes automaticly trying to restore it to the back up data to my last back up?
    Thanks in advance,
    Matt

    Hi,
    You will find a list of your iDevice Backups there:
    Edit (Control+,) - Preferences - Devices
    Delete the Backups you don't need anymore, but if you delete all Backups you can't restore your iPhone.
    Hope i could help you

  • After clean installing Windows 7, I can't use SYNC to restore old profile. Is it lost? Is it not also stored on firefox server/online?

    I installed windows 7 pro.
    When i installed Firefox, i was hoping for signing in using my profile email and using SYNC to get saved passwords and bookmarks.
    Is it possible?
    I've entered my profile login and sync has not retrieved anything from my login details. I thought it was stored online as well???

    In technical support, sometimes you have to make educated guesses. I'm sorry that you were offended.
    iTunes does prompt when it is going to erase a device, and the message is clear.
    She said in her message that she was able to successfully sync the old ipad. This indicated to me that itunes wiping the data was not an issue, because either it had been setup at the apple store (in which case it doesn't actually wipe the ipad despite saying it will*) (*based on a single case I saw), or because the itunes media folder was migrated.
    Furthermore, my solution was to tell her how to backup her ipad (by either doing it manually, or as a last resort, by deleting the corrupt backup -- that she couldn't access anyway.)
    I got that last part of the instructions from the "Taking Control of your iphone" book which I found samples of when I did a google search for "corrupted backup itunes".
    She marked this as a solution, so it worked for her.

  • ITunes will not go past "Welcome to Your New iPhone" screen after multiple attempts of restoring old data of iPhone 5s.

    Hello,
    I'm really sorry if this is posted in the wrong place...
    So just yesterday, I decided to update my iPhone 5s to the new iOS, 8.1.1 but I did not have any room on my phone due to most of the storage being taken up by "other". I backed up my phone onto iTunes and proceeded to restore the phone to its factory settings. Aftewards, the new iOS was presumably loaded onto my phone through iTunes. When my phone restarted, I clicked "Restore from this backup" and continued. It reloads again and I open my phone and went through the settings. When I got back to what I normally saw, all of the apps but one were gone. My backgrounds, contacts, and photos were there, but my music was gone. I looked back onto iTunes and the "Welcome to Your New iPhone" screen was there again. I restored it to my back up once again, but to no avail. I can't get past the Welcome screen. Is anyone else having this problem? I'm afraid that if I restore again I'll lose the apps I reloaded onto my phone once again.

    No. You have no alternative but to plug it into a computer running iTunes and restore it.

  • I don't have enough space to update my iPhone. I back it up every night and I'm wonering if I can reset it, update, and then use backup to restore my data.

    I don't have enough space to update my iPhone 5s. I back it up every night. I'm wondering if I can reset, update and then add the data back to my phone. Is there a better way? I've tried deleting pics and apps but still can't get enough room.

    Try updating it via iTunes on a computer.
    Also, to find out what is taking up so much storage go to Settings>General>Usage>Manage Storage. It will list what is taking up your storage starting with the one that is taking up the largest amount.
    Cheers,
    GB

  • Restoring Old Full backupset.

    Hi Team,
    I am using Oracle 9i.
    I am taking full bakup of my Oracle database say at 10:00 AM using following script.
    run
    CONFIGURE BACKUP OPTIMIZATION OFF;
    CONFIGURE CONTROLFILE AUTOBACKUP OFF;
    CONFIGURE DEVICE TYPE DISK PARALLELISM 1;
    ALLOCATE CHANNEL C1 TYPE DISK FORMAT 'C:\BK\DATAFILE_CTL_%d_%T_%p_%s';
    BACKUP DATABASE INCLUDE CURRENT CONTROLFILE;
    RELEASE CHANNEL C1;
    ALLOCATE CHANNEL C2 TYPE DISK FORMAT 'C:\BK\ARCHIVELOG_%d_%T_%p_%s';
    BACKUP ARCHIVELOG ALL;
    RELEASE CHANNEL C2;
    Now on [b]11:00 AM I am taking full backup one more time using same scipt.
    now If I deletes my latest backupset taken on 11:00 AM from it path location & tries to restore Older full backup set taken on 10:00 AM it asks for the lates full backup set(11:00 AM) files as follows....
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 11/17/2006 16:32:31
    ORA-19505: failed to identify file "C:\BK\DATAFILE_CTL_BALA_20061117_1_398"
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    plz suggest me if I am going wrong anywhere & also way to restore this older backupset.
    Whether I need Point-In-Time recovery here?
    Message was edited by:
    Test_Rman

    If I want to use other backup sets in the later stage then how can I use them to restore the data?If you want to use other backupsets then why are you deleting them?? Crosscheck is the way to delete your backups, delete expire will delete only those backups which are no in sync with actual catalog. If you want to use other backupsets then you must keep is bcz delete means GONE.
    To delete the backups implement a retention window which describe how old backups you want to keep and then use DELETE OBSOLETE to delete obsolete backups means which are older than your retention window. Also start reading the basic backup/reovery guide to understand this whole concept.
    http://download-east.oracle.com/docs/cd/B10501_01/server.920/a96566/toc.htm
    Daljit Singh

  • Help! restore all data

    Hi,
    My harddrive crased and I want to restore entire system, I have 3 backups maden with R&R .
    I have restored lastest backup, but after Windows started I have found many old applications are not there.
    Why latest backup  does not restore old data??? I have tried restore first backup and then restore next one as overwrite, but I only have options to restore without keeping old data. So, I do not understand how to restore my notebook with last state.
    PS. I have R61, windows Xp and backups are on external USB drive.
    Please, help!
    Kind Regards, Vitali

    Were you using iCloud? If you were, you can access all your stuff from iCloud.com and restore your phone to an icloud backup.

  • I just bought a brand new iPhone 4s from a Three store. When I used the cloud restore to put the data from my old 3gs onto the device, it's prompting me for an Apple ID login with an email address that isn't mine!

    I just got a brand new iPhone 4S on a contract from my local Three store. When I used the cloud restore to put the data from my old 3GS onto the device, it's prompting me for an Apple ID login with an email address (hotmail) that isn't mine! My old phone has NEVER had any Apple ID other than mine log into it, and the new one's a sealed box that I've opened and set up from scratch. Can anyone please explain this? I'm worried there's some kind of problem with my iCloud data being mixed with someone else's or something... Since I logged in with my own ID, it's downloaded the data perfectly fine, but I just got the Apple ID prompt again a moment ago with this same hotmail address in it... I'd be very grateful for any explanation!

    In iTunes on your computer, select the Purchased section under STORE in the left column. Click on the first track and choose "Get Info" from the "File" menu.
    In the "Summary" tab you'll see details of the purchaser of the track. Click Next to go through all your purchased music one by one until you find the ones you need to get rid of.
    Unfortunately, there are no smart playlist rules that can filter tracks by the purchaser that I know of.

  • I have Time Machine that I used to back up my old computer. It was running snow leopard. My MacBook died, so I got a new one which is running Lion.  how can I restore the data from the time capsule to my new Mac?

    I have Time Machine that I used to back up my old computer. It was running snow leopard. My MacBook died, so I got a new one which is running Lion.  how can I restore the data from the time capsule to my new Mac?

    In technical support, sometimes you have to make educated guesses. I'm sorry that you were offended.
    iTunes does prompt when it is going to erase a device, and the message is clear.
    She said in her message that she was able to successfully sync the old ipad. This indicated to me that itunes wiping the data was not an issue, because either it had been setup at the apple store (in which case it doesn't actually wipe the ipad despite saying it will*) (*based on a single case I saw), or because the itunes media folder was migrated.
    Furthermore, my solution was to tell her how to backup her ipad (by either doing it manually, or as a last resort, by deleting the corrupt backup -- that she couldn't access anyway.)
    I got that last part of the instructions from the "Taking Control of your iphone" book which I found samples of when I did a google search for "corrupted backup itunes".
    She marked this as a solution, so it worked for her.

  • ICloud storage space used up by old data from 1st gen iPad I traded in nearly 2 yrs ago for an iPad Mini. Can't backup any info for mini or new 6 plus. How can I access this old data to clear it out?

    My iCoud storage space is being used up by old data from a 1st  generation iPad I traded in nearly 2 yrs ago for an iPad Mini. The people at the sprint store where I made my trade were supposed to transfer everything over from my old iPad to the new Mini once they backed up the old device to iCloud. Well, long story short, none of the data ever got transferred to the new iPad, but it all got backed to iCloud, eating up all my storage space. Here I am almost 2 years later, and I've never been able to back-up my iPad mini. What's worse, My iPhone 4 wasn't backed up that whole time, and now I can't back-up my data from my new iPhone 6 Plus to iCloud either. Trying to find creative ways to store and save my information and data between all my devices is getting to be ridiculous. I don't want to upgrade my storage space though...just want to clear out a great deal of what is already being stored. How can I access this old data to clear it out?

    The only way to access data from an iCloud backup is to restore it to your device.  You could, for example, back up your iPad mini to your computer using iTunes (by connecting it, opening iTunes, then going to File>Devices>Back Up and choosing to back up apps and transfer purchases when prompted), then erase it and restore the old iPad backup (as explained here: iCloud: Restore or set up your iOS device from iCloud), save any recovered data you want to keep, then restore your iTunes backup back to your iPad mini (by connecting it to your computer, opening iTunes, then going to File>Devices>Restore from Backup).
    Once you're done with the old backup, delete it from your account to free up the space.

  • Is it possible to view data backed up to iCloud (such as contacts from an old iPhone) without actually restoring the data to a device?

    Can I view contacts backed up to the iCloud from my old iPhone without actually restoring the data on a new device?

    If you have a backup, yes,  You can restore the new device from the old backup.  Without a backup, no.
    Without a backup, and without the device, you no longer have any of your data to put on anything anymore.
    You can redownload purchased content from the iTunes and App stores - just use the same AppleID as you did with the old device.

  • How do I use old data files with a new installation in Oracle 9i

    I am in an unenviable position, with an unsupported database.
    We are running Oracle 9i on Windows XP. We are upgrading soon to Oracle 11g on a newer platform, but need to get our development environment working first.
    We lost a system that was running our development database without having a database export. The C drive was placed into a new system as the D drive.
    I have loaded Oracle 9i on the C drive, but I have been unable to determine how to point it to the existing data files on the D drive. My search skills may be the limiting factor here...
    We cannot simply load the drive as C, since the hardware is different.
    What are the steps to point the new database software at the data files on the D drive? Or, how do I copy the old data files into the new Oracle Home and have them recognized properly?
    Thanks for any advice.

    user3930585 wrote:
    I am in an unenviable position, with an unsupported database.
    We are running Oracle 9i on Windows XP. We are upgrading soon to Oracle 11g on a newer platform, but need to get our development environment working first.
    We lost a system that was running our development database without having a database export. The C drive was placed into a new system as the D drive.
    I have loaded Oracle 9i on the C drive, but I have been unable to determine how to point it to the existing data files on the D drive. My search skills may be the limiting factor here...
    We cannot simply load the drive as C, since the hardware is different.
    What are the steps to point the new database software at the data files on the D drive? Or, how do I copy the old data files into the new Oracle Home and have them recognized properly?
    Are you stating that you don't know how to use COPY command?
    Can you recreate same directory structure on new C drive as exist on old C drive?
    Can you then drag & drop copies of the files?

Maybe you are looking for

  • Can no longer get my laptop to connect to the internet

    Hi,   I recently moved my router and dsl modem after reconnecting everything my laptop no longer can acquire internet access. I have network magic on both my desktop and my wired laptop. I tried resetting the modem reseting the router. nothing seems

  • 2 layout questions...

    2 problems with this page: http://www.jamesdixonministries.org/home/default2.asp 1: My menu needs to be centered. It is the only item on the page using layers. How would i go about making sure its centered no matter any browser size? 2: My menu has d

  • SAPGUI hangs forever

    Hi, i installed SAP Netweaver 4.7 on windows XP, on my laptop. SAPMMC shows all processes are running file. i am having SAPGUI 6.2. when i am trying to connect using SAPGUI, it hangs forever. My properties are as follows Application server: localhost

  • ABAP Runtime Error : RAISE_EXCEPTION

    Hi Friends, I am getting the below dump. Runtime Error: RAISE_EXCEPTION A RAISE statement in the program "SAPLRSDU_PART" raised the exception condition "TABLE_NOT_EXISTS". Can any body help me to understand why this error occured. Thanks & Regards Pr

  • Videographer Wants To Live Stream - Lost At Amazon

    I am a freelance videographer and I am researching methods of live video streaming. I want to offer my clients, some of whom are entertainers and event promoters, the ability to stream events, and on-demand recordings, and also to control access to t