ORA-19906: recovery target incarnation changed during recovery

Hi All,
I am doing a simple clone from hot backup(copy files,create control file ,recovery etc..)
After control file creation, when i fire recovery and supply an archive log , i am getting below error ,please note RMAN is nowhere in picture in may case. I referred some notes but none of these seem to be relevant, any clues:
SQL> RECOVER DATABASE USING BACKUP CONTROLFILE UNTIL CANCEL;
ORA-00279: change 4762493 generated at 10/06/2011 21:00:05 needed for thread 1
ORA-00289: suggestion :
/u01/app/oracle/flash_recovery_area/OTMPRS/archivelog/2011_10_07/o1_mf_1_278_%u_
.arc
ORA-00280: change 4762493 for thread 1 is in sequence #278
Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
/home/oracle/o1_mf_1_278_78wqrfsx_.arc
ORA-00283: recovery session canceled due to errors
ORA-19906: recovery target incarnation changed during recovery

796808 wrote:
SQL> select INCARNATION#, RESETLOGS_TIME from V$DATABASE_INCARNATION order by RESETLOGS_TIME ;
INCARNATION# RESETLOGS
1 15-SEP-11
2 03-OCT-11I suggest u you to clone the database using the active duplicate command which runs on 11g. It requires no rman backup and very simple to create the clone . check the below link for active clonning ...
http://www.orafaq.com/node/2383
Hope this help you
--neeraj                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Similar Messages

  • Setting recovery target incarnation

    Hi,
    Presently I see this in my alert log file (Oracle 10g R2):
    Setting recovery target incarnation to [number] every time the database is started.
    I also visited here:
    http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14215/dbnewid.htm#CHDHADDH
    Presently this database is noarchivelog because of certain resource limitations. Will ramifications still apply? Am I in the right direction?
    Adith

    Q. Are there any ramifications/consequences of changing DBID in a noarchivelog mode?
    ANS: NO.
    Q. I have found a document as stated in the previous post, but seems like it is applicable for archivelog mode, correct me if I am wrong?
    ANS: Its applicable to any database which has been cloned from a source database and source and cloned database is using the same recovery catalog as a backup repository.

  • HT1918 how to change the email for my "password recovery" need help changing the recovery email not main.

    Need help on switching my password recovery email because it is sending to my old email. Anyone know how to do this?

    Hi Krebbo,
    I apologize, I'm a bit unclear on exactly what the nature of your issue is. If you are talking about changing the Apple ID that your iPhone currently uses for services like the iTunes Store, you may find the following article helpful:
    iOS: Sign in with a different Apple ID in the iTunes Store, App Store, and iBooks Store
    http://support.apple.com/kb/ht1311
    Regards,
    - Brenden

  • Tablespace or datafile  creation during recovery

    Hello
    During recovery,
    If there is new tablespace or datafile added in archivelogs or redologs I have to manually issue:
    alter database create datafile .. as ..
    Why doesnt oracle automatically create the datafiles ?

    The datafile doesn't exist in the control file. The control file maintains the physical structure of the database. During the RECOVERy phase, Oracle reads the ArchiveLogs to identify what updates are to be done -- these are mapped in terms of file, block and row. If the file doesn't exist in the controlfile, the rollforward cannot be applied.
    Therefore, the ALTER DATABASE CREATE DATAFILE ... AS .... allows Oracle to "add' the file to the controlfile and then proceed with the rollforward.
    Oracle doesn't automatically create the datafile because it can't know what the target file name is.
    In your backup your datafiles may have been spread across /u01/oradata/MYDB, /u02/oradata/MYDB, /u03/oradata/MYDB and this file may have been in /u03/oradata/MYDB. However, in your target (restored) location the files may be at only two, differently named, mountpoints : /oradata1/REPDB, /oradata/REPDB. Oracle can't decide for you where the new datafile (which was in /u03/oradata/MYDB) should be created -- should it be in /oradata1/REPDB or /oradata/REPDB or, you might have avaialable /oradata3/REPDB which the database instance isn't aware of !

  • Infinite loop during recovery of JE 4.1.10 database environment

    Hi there,
    We have a JE 4.1.10 database environment which is over 20GB in size. In order to improve performance we increased je.log.fileCacheSize so that we could cache all of the 10MB DB log file descriptors in memory and prevent JE from having to constantly open/close log files (the environment is only partially cached in memory and there are more than 2000 log files). Unfortunately, we failed to increase the file descriptor ulimit from the Linux default of 1024 and our application failed when the ulimit was reached.
    Since then we've reverted the settings and increased the JVM heap size so that we can fully cache everything in memory again. However, we are having problems recovering the DB environment. It looks like the environment recovery proceeds through the 10 recovery steps but gets stuck while loading the log file utilization meta-data:
    Stack trace #1:
    "main" prio=10 tid=0x000000005622f000 nid=0x5d94 runnable [0x00000000419fe000]
    java.lang.Thread.State: RUNNABLE
         at java.io.RandomAccessFile.seek(Native Method)
         at com.sleepycat.je.log.FileManager.readFromFileInternal(FileManager.java:1605)
         - locked <0x00002aaaf80dca88> (a com.sleepycat.je.log.FileManager$1)
         at com.sleepycat.je.log.FileManager.readFromFile(FileManager.java:1560)
         at com.sleepycat.je.log.FileManager.readFromFile(FileManager.java:1498)
         at com.sleepycat.je.log.FileSource.getBytes(FileSource.java:56)
         at com.sleepycat.je.log.LogManager.getLogEntryFromLogSource(LogManager.java:861)
         at com.sleepycat.je.log.LogManager.getLogEntry(LogManager.java:790)
         at com.sleepycat.je.log.LogManager.getLogEntryAllowInvisibleAtRecovery(LogManager.java:751)
         at com.sleepycat.je.tree.IN.fetchTarget(IN.java:1320)
         at com.sleepycat.je.tree.BIN.fetchTarget(BIN.java:1367)
         at com.sleepycat.je.dbi.CursorImpl.fetchCurrent(CursorImpl.java:2499)
         at com.sleepycat.je.dbi.CursorImpl.getCurrentAlreadyLatched(CursorImpl.java:1545)
         at com.sleepycat.je.dbi.CursorImpl.getNextWithKeyChangeStatus(CursorImpl.java:1692)
         at com.sleepycat.je.dbi.CursorImpl.getNext(CursorImpl.java:1617)
         at com.sleepycat.je.cleaner.UtilizationProfile.getFirstFSLN(UtilizationProfile.java:1262)
         at com.sleepycat.je.cleaner.UtilizationProfile.populateCache(UtilizationProfile.java:1200)
         at com.sleepycat.je.recovery.RecoveryManager.recover(RecoveryManager.java:221)
         at com.sleepycat.je.dbi.EnvironmentImpl.finishInit(EnvironmentImpl.java:549)
         - locked <0x00002aaaf8009868> (a com.sleepycat.je.dbi.EnvironmentImpl)
         at com.sleepycat.je.dbi.DbEnvPool.getEnvironment(DbEnvPool.java:237)
         at com.sleepycat.je.Environment.makeEnvironmentImpl(Environment.java:229)
         at com.sleepycat.je.Environment.<init>(Environment.java:211)
         at com.sleepycat.je.Environment.<init>(Environment.java:165)
    Stack trace #2:
    "main" prio=10 tid=0x000000005622f000 nid=0x5d94 runnable [0x00000000419fe000]
    java.lang.Thread.State: RUNNABLE
         at com.sleepycat.je.tree.IN.findEntry(IN.java:2086)
         at com.sleepycat.je.dbi.CursorImpl.searchAndPosition(CursorImpl.java:2194)
         at com.sleepycat.je.cleaner.UtilizationProfile.getFirstFSLN(UtilizationProfile.java:1242)
         at com.sleepycat.je.cleaner.UtilizationProfile.populateCache(UtilizationProfile.java:1200)
         at com.sleepycat.je.recovery.RecoveryManager.recover(RecoveryManager.java:221)
         at com.sleepycat.je.dbi.EnvironmentImpl.finishInit(EnvironmentImpl.java:549)
         - locked <0x00002aaaf8009868> (a com.sleepycat.je.dbi.EnvironmentImpl)
         at com.sleepycat.je.dbi.DbEnvPool.getEnvironment(DbEnvPool.java:237)
         at com.sleepycat.je.Environment.makeEnvironmentImpl(Environment.java:229)
         at com.sleepycat.je.Environment.<init>(Environment.java:211)
         at com.sleepycat.je.Environment.<init>(Environment.java:165)
    It looks like it is spinning in UtilizationProfile.getFirstFSLN(). Examining the syscalls using strace shows that JE is looping around the same 3 log files over and over again (note the lseek calls on fd 147):
    14719 lseek(147, 2284064, SEEK_SET) = 2284064
    14719 read(147, "\310\f9\311\v\0\330\331\"\0:\0\0\0\2{\231\302\36\27\0\340\24\0\0\33\201\230\0\340\24\0"..., 4096) = 4096
    14719 lseek(95, 3030708, SEEK_SET) = 3030708
    14719 read(95, "B\17\36\373\v\0\350<.\0B\0\0\0\2{3\323\36\27\0+\21\0\0\210\221\230\0+\21\0"..., 4096) = 2469
    14719 lseek(95, 3025672, SEEK_SET) = 3025672
    14719 read(95, "#(\2571\v\0b*.\0\202\0\0\0\2{\26\323\36\27\0\0160\0\0f\221\230\0Z\22\0"..., 4096) = 4096
    14719 lseek(74, 35084, SEEK_SET) = 35084
    14719 read(74, "\361\34s\272\v\0\300\210\0\0h\0\0\0\2{\240\323\36\27\0\346\36\0\0\215\225\230\0\350\22\0"..., 4096) = 4096
    14719 lseek(74, 90663, SEEK_SET) = 90663
    14719 read(74, "\2\16P\341\v\0#;\1\0B\0\0\0\2{\275\323\36\27\0\366/\0\0003H.\0$\3\0"..., 4096) = 4096
    14719 lseek(147, 2284064, SEEK_SET) = 2284064
    14719 read(147, "\310\f9\311\v\0\330\331\"\0:\0\0\0\2{\231\302\36\27\0\340\24\0\0\33\201\230\0\340\24\0"..., 4096) = 4096
    14719 lseek(95, 3030708, SEEK_SET) = 3030708
    14719 read(95, "B\17\36\373\v\0\350<.\0B\0\0\0\2{3\323\36\27\0+\21\0\0\210\221\230\0+\21\0"..., 4096) = 2469
    From the output of lsof we can determine the names of the log files associated with the above file descriptors, but I'm not sure if this is useful or not. We also ran DbVerifyLog against the entire DB log and it produced no results, so this indicates to me that the DB is not corrupt after all (although it could be that DbVerifyLog simply does not check the utilization profile meta data).
    I had a look at the change log for 4.1.17 but couldn't see any relevant bugs. It's probably worth noting that this DB does not use HA, duplicates, or secondary indexes.
    So I guess I have two questions:
    1) Is this a bug? Presumably the DB should recover even in the event of a human error induced failure like this?
    2) Can we recover the DB somehow, e.g. using DbDump/DbLoad?
    Let me know if you need any additional information.
    Cheers,
    Matt

    1) Is this a bug? Presumably the DB should recover even in the event of a human error induced failure like this?It is probably a bug, but it depends on exactly what happened during the original crash.
    2) Can we recover the DB somehow, e.g. using DbDump/DbLoad?If you can't open the environment, only DbDump -R (salvage mode) can be used, which requires identifying the active data by hand. Not a good option.
    Let me know if you need any additional information.Do you happen to have the original stack trace, where you ran out of FDs?
    How long did the looping go on before you killed the process?
    --mark                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How can I change my recovery email address?

    I want to change my recovery email address but don't see any tab to click on to change it. I see one to change apple id but not for recovery. Can anyone help?

    Manage My Apple ID

  • During recovery on iPhone 4 I got : The iPhone could not be restored. Un unknown error occurred ( 3004 ). Then - iTunes has detected an iPhone in recovery mode. You must restore this iPhone before it can be used with iTunes.Then I get error 3004

    During recovery on iPhone 4 I got : The iPhone could not be restored. Un unknown error occurred ( 3004 ). Then - iTunes has detected an iPhone in recovery mode. You must restore this iPhone before it can be used with iTunes.Then I get error 3004 again. Latest iTunes and OS updates. I cant use the phone now. I did restart the destop,unplug the usb,...etc. Same iTune logo ,arrow and USB on the screen.THANK YOU SO MUCH,...!

    Perhaps the information in this Apple support article will help:
    http://support.apple.com/kb/TS3694#error3004
    Regards.

  • Use of an allocated ManagedConnection during recovery

              Hi All,
              I am facing some concurrency issues. I have certain queries during recovery process
              1) Can a ManagedConnection which has been already allocated be used during recovery
              by the server?
              2) In case this happens, server does a rollback after recovery and then the cleanup
              after that. Is this the correct behavior? Shouldn't the server not do cleanup since
              ManagedConnection is participating in another transaction too?
              Thanks in advance
              

    function(){return A.apply(null,[this].concat($A(arguments)))}
    function(){return A.apply(null,[this].concat($A(arguments)))}Thrill Media wrote:
    "You have to make choices that are unacceptable in professional editing.  Apart from the annoying sync lag - which is more to do with firewire technology, you can't have desktop audio, program monitor and the external monitor working simultaneously.  If you want desktop audio, the program monitor freezes.
    However, you can't have any of these if you want to use the MPE!"
    Not true.  Maybe... if you are still using FW or something.  I edit daily on my system with 2- 24" Dell Computer monitors and 1-HD NTSC monitor without sync lag or any other problems.  You just need the right equipment to do so.  Any card from BM or AJA, etc can acomplish this for professional editing.
    My preferred method since I am now tapeless, is to use two video cards in the machine, the GTX470 for MPE playback and the second card, a lowly GeForce 7600 to drive the HD monitor.
    ... it's all in the cards!
    If you are using two cards do you even need a BM or AJA?
    Did you have any compatibility issues using two different video cards?

  • I would like to change my apple ID to what is apparently my "recovery" email address but I don't see any option to change my recovery email (gmail). Whats up with that?

    Why do I not see an option to change my recovery email? I would like to use what appearently is my current "recovery" email as my new Apple ID but ID manager will not let me.

    If you mean your rescue email address, from http://support.apple.com/kb/HT5312:
    You can edit or delete your rescue email address at My Apple ID. To edit your rescue email address:
    Navigate to My Apple ID using your web browser.
    Click "Manage your account"
    When prompted, sign in using your Apple ID and password.
    Click Password & Security
    You'll be asked to answer 2 of your 3 security questions before you can make any modifications. If you are unable to remember your answers, you can choose to send an email to your rescue email to reset your security questions.
    Note: The option to send an email to reset your security questions and answers will not be available if a rescue email address is not provided. You will need to contact iTunes Store support in order to do so. 
    After you've validated your identity by correctly answering your security questions, click Edit to the right of your rescue email address.

  • Error during recovery: can't find PREINST4.SWM on the DVD

    Hi everyone,
    I was trying to reinstall the factory settings on my laptop with the toshiba software but during the copy of files from the first DVD of Recovery,
    It says: Can't find PREINST4.SWM on the DVD.
    So I look at the DVD with another computer and I find the file, so I don't know how to fix this problem, maybe reburn the DVD ? (there is no scratch on the DVD)
    Thanks
    [sorry for the bad english speaking, it's not my native language]

    Of course its worth to copy (burn) the DVD again but Im not quite sure if it will be helpful.
    Probably something went wrong during Recovery disk creation.
    In such case the DVD disk isnt created probably and the recovery procedure would not finish.
    This would require new Recovery DVD which could be ordered from Arvato

  • How do I change my recovery password with out answer to questions

    This is more of an Apple ID question
    I want to make an in app purchase
    It's asking me questions that I don't remember the answers to… Favorite teacher?!
    The email I have to change those questions and answers is no longer available to me (why can't I do that with just my regular email login?)
    And my able to change that recovery email without knowing the answers to those privacy questions?

    Apple ID security issues -
    Call Apple Care for your country and ask for the Account Security Team. They can assist you with your issue.
    http://support.apple.com/kb/HT5699

  • HP Envy dv6 7398ca. win 8 64 bit. During recovery disk 4, get 3f0 error

    Hi,
    I have a brand new HP Envy dv6 7398ca.win 8 64 bit.  I had a problem that caused me to do a system refresh. After that, Windows update and MS Office would not update/install. Talked to Tech Support, they wanted me to go thru every service and started task to see if one was corrupt (requires reboots and update and recovery from win Update). Anyway, decided to do a system recovery/system reset. I had recovery disks and files backed up, so thought I should be fine.
    During Recovery (from Win 8, recovery manager) when disk 4 was inserted, it gets to 56% and then stops with the 'dest drive not connected' msg. The system hangs and have to power off. Tried a couple times, then went to sys reset.  got to disk 4 again and then 3F0 msg with 'boot device not found, install os on hdd'. did quick check on hdd, all ok. Am running a full check now, but takes 5 hours(geesh, like back in the 80's again). 
    I can't believe the hdd is bad, because it goes through format, and 4 disks of loading files ok, and keeps stopping on the same spot. 
    Any ideas, before I finish waiting the 5 hours (1tb drive). Any ideas for after it finishes the test (I'm betting it's okay).
    Thanks so much!

    Hello socalfun64,
    You’re getting an error 3f0.
    Here are steps that Big_Dave  wrote that might help with the problem.
    The below solution may correct this problem:
    Download UEFI Shell x64, rename the file to shellx64.efi, move it to FAT/FAT32-formatted USB-flash. Label the USB flash drive something that you will quickly recognize.
    Insert the USB flash and then power up the HP UEFI enabled laptop and tap the ESC key to allow you to display the Start up menu.
    Select Boot device Options (F9)
    Select Boot from EFI file
    Select the USB flash drive and hit enter
    You should now see Shell.efi. Hit enter.
    Ignore all the screen information that scrolls down on the screen
     Once in the shell enter bcfg boot dump to see current boot manager entries. Option 00 should be the hard drive or SSD, option 01 the USB drive (UEFI) and option 02 the Internal CD/DVD Rom drive (UEFI)
    This posted HP document will give you some ideas on how to remove, reorder and add the entries in the EFI boot manager. Review #3
    If you’re not able to correct the problem, you may have to send the laptop in for repair.
    Here is a link to a number to call HP and see what options they have to repair the laptop.
    Let me know how everything goes
    Have a good day.

  • NullPointerException thrown during recovery

    I have a JMS client(using WL JMS as well) talking to our application server.
              This JMS client exposes a XAResource from WLS and register itself into our
              application server's TX manager. During recovery, WLS XAResource's recover
              method is called but got the following exception:
              java.lang.NullPointerException
              weblogic.transaction.internal.ClientTransactionManagerImpl.recoverForeignXid
              s(ClientTransactionManagerImpl.java:255)
              weblogic.transaction.internal.TransactionManagerImpl$TMXAResource.recover(Tr
              ansactionManagerImpl.java:907)
              I heard that I need to enlist this XAResource and then call the recover. Is
              this true? Why is that?
              My environment:
              WLS6.1 SP1
              W2K SP1
              JDK1.3.0-C
              Thanks
              Jing
              

    Answered in the JMS newsgroup.
              Regards,
              Priscilla
              Jing <[email protected]> wrote in message news:3bf29be5$[email protected]..
              > I have a JMS client(using WL JMS as well) talking to our application
              server.
              > This JMS client exposes a XAResource from WLS and register itself into our
              > application server's TX manager. During recovery, WLS XAResource's recover
              > method is called but got the following exception:
              > java.lang.NullPointerException
              >
              >
              weblogic.transaction.internal.ClientTransactionManagerImpl.recoverForeignXid
              > s(ClientTransactionManagerImpl.java:255)
              >
              >
              weblogic.transaction.internal.TransactionManagerImpl$TMXAResource.recover(Tr
              > ansactionManagerImpl.java:907)
              >
              > I heard that I need to enlist this XAResource and then call the recover.
              Is
              > this true? Why is that?
              >
              > My environment:
              > WLS6.1 SP1
              > W2K SP1
              > JDK1.3.0-C
              >
              > Thanks
              >
              > Jing
              >
              >
              >
              

  • Ora-01113: USERS01.dbf need's media recovery when starting database

    Bear with me if this seems a stupid question. (I'm a developer and just starting to catch up the DBA job).
    Our database server is down and when we tried to bring it back using DBA studio (logon as SYS), we got the following error: ora-01113: USERS01.dbf need's media recovery.
    From the documentation I know I can do a media recovery on the datafile. But with the database not being open, how am I getting access to SQL plus and perform this task? I tried to log on using the SYS credential and I could not log on. Please help. Thanks very much. Changsong

    Get connection from SQL*Plus at the command line to carry out that so:
    export ORACLE_SID<database_sid>
    sqlplus /nolog
    conn / as sysdba
    recover ....
    Joel Pèrez
    http://otn.oracle.com/experts

  • During recovery from recovery partition I get message "INF file txtsetup.s​if is corrupt or missing

    During recovery from recovery partition I get message:
    INF file txtsetup.sif is corrupt or missing, status 14.
    Setup cannot continue. Press any key to exit.
    Now I have a computer with a recovery partition and that's about it.
    The C partition has been formatted by recovery and files have been copied but I can't get any further.
    The computer is an nc6220 and the OS, if the recovery would work, is winXP pro.
    Anyone have any ideas ?

    I assume you ran recovery from the hard drive?
    If so,
    I would run a chkdsk on the recovery partition it may fix the sif file corruption.
    You can do this from a XP boot cd using the command prompt, you just need to run it on the recovery partition instead of the C drive as explained in this article.
    http://kb.wisc.edu/helpdesk/page.php?id=5097
    if you use the
    map
    command, it will list all the partitions and the drive letters 
    so the command might look something like this
    chkdsk /r D:
    D: represents the recovery partition, which may be different than D:

Maybe you are looking for