Help needed in recovering 2 threaded db

Here we go, I had this working while ago, I have taken a backup of a db, full backup, all successful, this backup had 2 threads. Now the recovery.
I recovered the controlfile, then recoevered the database like below,
SET UNTIL SEQUENCE 3543 thread 2;
recocer database;
restore database;
but I keep getting system file will be old if reset logs??
I got the sequence from the highest seq by doing list backup of archivelogs. I chose the seq + 1.
No idea what to do now.

Hi kt1,
First restore than recover.
Can you try:
SET UNTIL SEQUENCE 3543 thread 2;
restore database;
recover database;
Regards,
Tycho

Similar Messages

  • Urgent help : Need to recover a database without backup and archivelogs

    Hi,
    We are in urgent need to recover a database without backup and archivelogs
    one datafile seems corrupted
    SQL> recover automatic database until cancel using BACKUP CONTROLFILE;
    ORA-00279: change 10527325422479 generated at 07/27/2011 03:13:04 needed for
    thread 1
    ORA-00289: suggestion : /pys/u5/oradata/PYS/PYSarch/arch0001.0000181845.arc
    ORA-00280: change 10527325422479 for thread 1 is in sequence #181845
    ORA-00278: log file '/pys/u5/oradata/PYS/PYSarch/arch0001.0000181845.arc' no
    longer needed for this recovery
    ORA-00308: cannot open archived log
    '/pys/u5/oradata/PYS/PYSarch/arch0001.0000181845.arc'
    ORA-27037: unable to obtain file status
    HP-UX Error: 2: No such file or directory
    Additional information: 3
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    CANCEL
    ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
    ORA-01152: file 1 was not restored from a sufficiently old backup
    ORA-01110: data file 1: '/pys/u2/oradata/PYS/pay_system_01.dbf'

    N Gasparotto wrote:
    bsac14 wrote:
    my database is in no archive mode
    can you please tell how to restore
    yes it is a datafile corruptionYou did not say how you defined that's a datafile corruption. You provide minimum to zero information.
    I just need to bring the database up,no need any exact data
    I can refresh from prod laterThen drop and recreate database. Basically and since you are not in archive mode, no recover is possible. Period.
    Nicolas.Hi,
    How did you come to the conclusion that your datafile is corrupted? Can you provide and supported logs?
    Regards .....

  • Help need to recover corrupted ipad backup

    I need help recovering a corrupted ipad backup. I was unable to restore my ipad from the backup when upgrading to ios 4.2. Does anyone know of a program that will allow me to decrypt the data from this backup?? Any hints or help would be greatly appreciated. Thank you so very much!

    Your best option would be to try a program called backup extractor. It is mac only

  • Help needed to recover corrupt virtual disk - No snapshots

    Hi
    Please could somebody help me.
    I was running Clean Up Virtual Machine and then I Force Quit Fusion. Now I can't start my VM. I have run vmware_vdiskmanager to try and recover the virtual disk, but I get the following error.
    VixDiskLib: Invalid configuration file parameter. Failed to read configuration file.
    The virtual disk, '/Users/juan-emil/Documents/Virtual Machines.localized/Windows 7.vmwarevm/Virtual Disk.vmdk', is corrupted and cannot be repaired.
    In an attempt to solve the problem I created snapshots to see if I can recover from them, but all I did was to un-associate my fusion with the virtual disk.
    What do I do. Please somebody help. I cannot afford to loss this VM. All my work is on it.

    If even vmware-vdiskmanager cannot repair the .vmdk file anymore, then I'm afraid that you may need to revert to your latest backup. What may be worth a try though is to see whether another start of the clean process will work!?
    Other than the above, you can try to contact continuum, who may have further ideas.
    André

  • Help needed to recover lost photos, please!

    Please help!  All 49,537 photos in our iPhoto library have suddenly disappeared.  A hopeful fact is that the 512 gigs they recently filled has not reappeared on Finder as available space. Might someone out there in the ether be able to help?  Please?

    If your profile is correct about the library and system versions apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Select the options identified in the screenshot. 
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    Download iPhoto Library Manager 3.8.6 and launch.
    Click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option
    In the next  window name the new library and select the location you want it to be placed.
    Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • Help need in getting thread join to actionperformed event.

    Hi,
    I am trying to building a small application which should give me the following functionality.
    My main function should span two windows. One window(1) will be receiving the input from the user and after the user enter a string and press the OK butten, the other window(2) should display this string and first window should set unvisible.
    To have this function working my window(2) should wait for the window(1) ActionPerform event complete and receive the message from it.
    Can any of you please help me getting some hints or sample codes for this action to be done.
    Thanks.

    Varad,
    Not sure what you are suggesting is what I am looking to do. I believe with your example here that I would need to create a new item table in my current DB in order to recall this data. This table would be populated with the items I selected (checkbox) from the original page. This is one solution, but the issue is that this is dynamic and these values would change as a new search is generated or different values are selected.
    Is there anyway in which to make (code) in ApEx so as that the values (i.e. P1_items 123 : 234 : 456) (note that these items are defaulted to colon delimitation by ApEx) are properly formatted so as SQL can read them as independent items. Note if I simply rewrite the original SQL script and replace the :P1_item with generic values (123 , 234 , 456) the SQL operates as intended.
    Thank you for your support and help,
    Randy

  • Help needed in recovering files/folders after using xfs_repair

    So it started out with whammy! Some files were not playing (audio) which previously they were doing fine without any issue !
    So I thought of changing the permission and got many errors regarding abnormal inodes and since I was using  XFS filesystem I tried fixing the issue by using xfs_repair
    Now the catch is that during the repair xfs_repair wizard deleted many folders and stated a message that "moving to lost+found"
    The issue is I am not able to locate any folders in /lost+found and whats intriguing is that most of the inodes and links to the folders (deleted/moved) are still visible with ls -l
    Please find the dump of the commands
    1. chwon and xfs_repair - http://bpaste.net/show/173394/
    2. ls -l - http://bpaste.net/show/173401/
    Is there any way I can fix the partition and recover the file/folders that have been missing/moved and/or deleted?
    Some help will be appreciated
    regards

    Can anyone please shed some light on the recovery portion!
    Thanks

  • Help needed to recover info on iPad2 (restore state)

    Hi!
    I've a real problem.
    My mother has an iPad, and she says that when try to connect to iTunes (on PC not Mac), the iPad goes to restore state.
    It appears on the screen the iTunes logo with the USB wire, and waits to be connected.
    If I connect to a iTunes (Mac or PC), on the computer screen appears a warning message saying:
    "iTunes had detected an iPad on restore state. You must restore this iPad to use it with iTunes" (it's the translation of the spanish message "iTunes ha detectado un iPad en modo recuperación. Debe restaurar este iPad para poder usarlo en iTunes.").
    But now, when i try to "recover" the iPad via iTunes, appears a new message:
    "Are you sure you want to restore to factory settings of the iPad? All of it contents and stored data will be erased and the latest version of the software wil be installed", with two buttons: "Restore & upadate" and "Cancel".
    I think she had tried to update to IOS 6 ...
    But my mam said me: "I have all the pictures on the iPad ... don't delete it !!!!"
    Now the 1 million question: Can I retrieve, in this iPad state, any information stored in it? Or I can pray to get a divine intevention?
    Thnaks in advantage (and my apologies for my "spaninglish".

    If the pictures on the iPad are in the camera roll and your mom has not imported them to her computer, or if she has not backed up the iPad with iCloud or iTunes, when you restore the iPad they will be erased and there is no way to save them.
    If these are photos that she synced to the iPad from iTunes, she doesn't have to worry about losing the photos because they would still have to be on her computer somewhere - since that is where she would have synced them from.
    So you need to find out if she backs up her iPad or if she did import them to the computer.
    If she has no backup and the photos are not on the computer - her choices are restore the iPad and have a working device again and lose the photos - or keep the photos on an iPad that she can't use anyway and will not be able to get the photos no matter what she does.
    Really seems like an easy choice if you think about it that way.

  • Newbie - Help needed starting with Threads

    Hi Friends,
    I have a class which extends thread and all it does is displays its name and then goes to sleep. So, I have this in my run method:
    public void run() {
            System.out.println("Name: "+name);
            try{
                 Thread.sleep(1000);
            }catch(Exception e){
              e.printStackTrace();
        }Now I have a tester class which created objects of these class and they should keep running until the user explicitly stops the program. So, I have this in my tester class:
    Thread one = new MyClass("one");
    Thread one = new MyClass("two");
    one.start();
    two.start();They run fine for one time but how can i make them run continously?? Any help will be appreciated.
    Thanks

    Micks80 wrote:
    I tried to add that while loop but it throws IllegalStateException because I guess you cannot call the start method more then once...
    So any other ways to accomplish this???As suggested in reply #1 put the while loop inside the run method of the Runnable.
    Also it is better for MyClass to implement Runnable rather than extending Thread. It is always better to implement Runnable than extend Thread.

  • Help needed to understand Threads and GC

    I have a question about threads
    I have a class where my main method is written
    public class Main {
        public static void main(String[] args) {
            SomeObject someobject = new SomeObject();
            ThreadClass obj = new ThreadClass();
            obj.set(someobject);
            Thread t1 = new Thread(obj);
            t1.setName("MyThread");
            t1.start();
    }Another class
    public class SomeObject
        String name = "xyz";
        public void doSomething()
            System.out.println("Done");
    }And a runnable class
    public class ThreadClass implements Runnable
        SomeObject temp;
        public void set(SomeObject fsTemp)
            temp = fsTemp;
        public void run()
            while(true)
                System.out.println(temp.name);
                temp.doSomething();
                try{Thread.sleep(100);}catch(Exception e){}
    }Now when I run this application, once the thread is started "MyThread" the main thread would die, I want to know that if the main thread dies, will the objects created in the main method will be garbage collected??

    First of all think yourself: Did you try to run your application? What happened? ?What is the conclusion? Is the Thread object garbage collected?
    If you answered the questions above:
    Thread objects are kind of special. A reference to the Thread object still exists when the Thread still runs (the run method is executed). This is done because stopping a Thread during its execution is not at all secure. Whenever the run method ends (the Thread is done) the garbage collector will remove the Thread object and all the references needed in there.

  • Help needed about Java Threads ?

    Hi,
    I have a p2p java program that contains many classes, A.java, B.java, etc. It works fine when i send or recieve to eachother one at a time, but I would like to be able to send/recieve things at the same time. So i would probably need to use Java Threads. Can somebody please show me how this is done. I would really appriciate it. Thanks!!
    import java.net.*;
    import java.io.*;
    import java.lang.*;
    public class A {
            private static String hostname; //host name
            public A () { }
           public static void send() throws IOException {
                    //send code here
            public static void receive() throws IOException{               
                    //receive code here
            public static void main(String args[]) throws IOException {
                    //do both send/recieve at the same time?
                    send();
                    receieve();
    }

    Well, I think( this is comming out my rear ) that the scope of the recieve() call is not in the main method anymore but instead in class you've created with "new Thread()" and it's throwing from the public void run() instead. This is a good example of complicated code. I would do this:
    (Untested code)
    import java.net.*;
    import java.io.*;
    import java.lang.*;
    public class A implements Runnable { // <--- NEW
            private static String hostname; //host name
            public A () { }
            public static void send() throws IOException {
                    //send code here
            public static void receive() throws IOException{               
                    //receive code here
            public static void main(String args[]) throws IOException {
                    //do both send/recieve at the same time?
                    new Thread( this ).start();
                    send();
            /******** NEW ************/
            public void run()
                while( keepListening )
                    // It's the assumption that recieve() is
                    // throwing the IOException from some net calls
                    try {
                       recieve();
                    } catch( IOException ioe ) {
                       System.out.println( "IOException in run()\n" + ioe.getMessage();
    }

  • Help need to Recover data from 2009 iMac failing drive won't boot?

    How can I boot my 2009 iMac which came with Snow, from my macbook pro yosemite to recover my data on iMacs failed drive?

    Yes in target mode can I do wirelessly? or does it need wired firewire cable between the computers?I want to try to repair from disc utility and recover my data using my data rescue app first.Will there be any problems using
    macbook pro which is using
    yosemite?

  • HELP, NEED TO RECOVER EMAIL THAT I MADE WHEN I WAS 9!!!!!

    I DON'T KNOW WHAT FORUM CATEGORY TO PUT THIS IS
    So, recently i have started playing Runescape again, i really want to access my old account, in order to do that, I need to reset my password. In order to reset my password, I have to use my very
    old hotmail account. In order to access this hotmail account, i have to access ANOTHER account that I made as a second email when I was 9. I can't get into this account as I do not know the password. I have tried and tried to fill out the security questions
    but i cannot remember what i answered from 6 YEARS ago. Any help is appreciated I just want my old email back.

    If the backups have been deleted, there is nothing to restore from.

  • Help needed to recover migrated bookmarks

    Hi Everyone,
    I am a new Safari user (formerly a PC person). 
    I accidentally deleted the bookmarks that I migrated from my old Dell PC.  Unfortunately I did not back up my bookmarks.  Is there a way to recover them?
    Thank you.

    If the pictures on the iPad are in the camera roll and your mom has not imported them to her computer, or if she has not backed up the iPad with iCloud or iTunes, when you restore the iPad they will be erased and there is no way to save them.
    If these are photos that she synced to the iPad from iTunes, she doesn't have to worry about losing the photos because they would still have to be on her computer somewhere - since that is where she would have synced them from.
    So you need to find out if she backs up her iPad or if she did import them to the computer.
    If she has no backup and the photos are not on the computer - her choices are restore the iPad and have a working device again and lose the photos - or keep the photos on an iPad that she can't use anyway and will not be able to get the photos no matter what she does.
    Really seems like an easy choice if you think about it that way.

  • HT1766 emergency help needed to recover deleted contacts from Iphone

    Here is the situtation that occured that resulted in deleting all the 500+ contacts in my iphone
    A couple of days ago, I went to the mobile phone store and bought an iphone 4s upgrade package. I have been using an iphone 3s for the late couple of years.
    recently I upgraded the software of the old iphone and received the icloud software and  backed up all the data to the cloud.
    Now during the upgrade to the iphone 4s the shop assistant set up the new phone and transfered the sim etc to the new phone, I was unaware that the new iphone was now a clone of my old iphone with all my old data and a live sync to the icloud and itunes etc.
    When I got home I decided that I would give the new phone to my wife, so I proceeded to delete all the data off the new phone, this involved manually deleting all 500+ contacts in the address book, bar a few close friends that my wife knows, to safe her reentering the data.
    What I did not know was that the phone was syncing to the icloud/itunes everytime i hit delete and deleted a contact from the icloud and also from my old iphone that I am still using, so now I have 2 x iphones with no contact data.
    I have lost 15years of accumulated business and personal contact info, 75% of which I have no way of recovering from other sources.
    My obvious questions is, is there any way of restoring my iphone's contact data from an earlier version of the the auto sync backup ie from 2 days ago ie the 18th June 2012 and not the sync'd backup from today or this evening?
    OR is my life lost for ever?
    can anyone help?
    Thanks and regards
    John

    Unless you backed up somewhere else before deleting the contacts and not since, i.e. iTunes on your computer, sorry but no.  The backups are overwritten each time there is changed data - old backups on iCloud aren't saved.
    There is no way to restore any data deleted from an iOS device if it isn't in an available backup.

Maybe you are looking for

  • When I plug my iPod in it won't let me touch the music that's on it, HELP!

    I wanna be able to delete music and such on my ipod but when i plug it in i can see the music but a clear screen is over all of it and i cant touch it! so frustrating.

  • IPod Nano screen = white and blank

    Hey everyone. Okay, I've had my nano for about 6 months now, I bring it to school every day, and I haven't had any problems until today... I went to go turn it on to listen to it, and i notice that the screen is plain white (backlight on) with a blac

  • ITunes crashed, reinstal fails

    Crash: In June I used my iTunes to change my music. 2 days ago I found that my iTunes is freezes, but it could be solved by alt+tab and back. But with this I did not know if my sync did anything at all, as I asked it to change all the music on my old

  • Invoice IDOC data mapping

    plz help in mapping of these two fields in INVOIC02 IDOC BSCHL     Posting Key GJAHR     Fiscal year thanks .. plz send me if you have any info about data mapping and processing a idoc... pts ll be given to all helpful answers Message was edited by:

  • ICal - shared calendars not saving settings

    I have a user who says he will turn off (uncheck) certain shared cals in iCal and also check ignore alerts on many of them.  Over time, he says they will revert back to all being checked and ignore alerts is unchecked.  We went in and out of iCal sev