ORA-01152 when restoring from RMAN backupset in NOARCHIVELOG mode

Hi all,
I got the error ORA-01152 when I tried restoring an Oracle 10g R1 database from an RMAN backupset into a new server. The error returned when it reached to the level of opening the database in resetlogs.
The database runs on NOARCHIVELOG mode and on Windows 2003 Server SP2 32-bit.
Following is what I did in RMAN:
set ORACLE_HOME=D:\oracle\product\10.1.0\db_1
set ORACLE_SID=DAWA
set PATH=D:\oracle\product\10.1.0\db_1\bin;%PATH%
cd %ORACLE_HOME%\bin
rman target sys/mypassword
Recovery Manager: Release 10.2.0.1.0 - Production on Tue Feb 13 00:36:55 2007
Copyright (c) 1982, 2005, Oracle. All rights reserved.
connected to target database (not started)
RMAN> startup nomount pfile=X:\temp\DawaPFILE.ORA
connected to target database (not started)
Oracle instance started
Total System Global Area 1048576000 bytes
Fixed Size 792200 bytes
Variable Size 551807352 bytes
Database Buffers 494927872 bytes
Redo Buffers 1048576 bytes
RMAN> restore controlfile from
'X:\temp\Flash_Rec\DAWA\AUTOBACKUP\2011_07_16\O1_
MF_S_756655133_7226R018_.BKP';
Starting restore at 19-JUL-11
allocated channel: ORA_DISK_1
channel ORA_DISK_1: sid=270 devtype=DISK
channel ORA_DISK_1: restoring controlfile
channel ORA_DISK_1: restore complete
output filename=D:\ORACLE\ORADATA\DAWA\CONTROL01.CTL
output filename=D:\ORACLE\ORADATA\DAWA\CONTROL02.CTL
output filename=D:\ORACLE\ORADATA\DAWA\CONTROL03.CTL
Finished restore at 17-AUG-11
alter database mount;
database mounted
catalog backuppiece 'X:\temp\PUMHJATD_1_1';
catalog backuppiece 'X:\temp\PTMHJ91Q_1_1';
/* Rename the Redologfiles,so that they can be created in new locations
the database is opened in resetlogs */
SQL>conn sys as sysdba
-- get registered files from SELECT * FROM V$LOGFILE
SQL> alter database rename file
'D:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\REDO01.LOG' to
'X:\oracle\oradata\dawa\REDO01.LOG';
alter database rename file 'D:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\REDO02.LOG'
to 'X:\oracle\oradata\dawa\REDO02.LOG';
alter database rename file 'D:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\REDO03.LOG'
to 'X:\oracle\oradata\dawa\REDO03.LOG';
alter database rename file 'D:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\REDO04.LOG'
to 'X:\oracle\oradata\dawa\REDO04.LOG';
alter database rename file 'D:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\REDO05.LOG'
to 'X:\oracle\oradata\dawa\REDO05.LOG';
alter database rename file 'D:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\REDO06.LOG'
to 'X:\oracle\oradata\dawa\REDO06.LOG';
alter database rename file 'D:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\REDO07.LOG'
to 'X:\oracle\oradata\dawa\REDO07.LOG';
/* Now in RMAN: restore the datafiles
    to new locations and recover. */
RMAN> run{
set newname for datafile
'E:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\UNDOTBS201' TO
'D:\oracle\oradata\dawa\UNDOTBS201';
set newname for datafile
'E:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\UNDOTBS202' TO
'D:\oracle\oradata\dawa\UNDOTBS202';
restore database;
switch datafile all;
alter database open resetlogs;
.../*  alter database open resetlogs returned the errors: */
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of alter db command at 08/18/2011 08:44:45
ORA-01152: file 2 was not restored from a sufficiently old backup
ORA-01110: data file 2: 'D:\ORACLE\ORADATA\DAWA\UNDOTBS206'Thanks in advance.

SYS @ DAWA> shutdown immediate
ORA-01109: database not open
Database dismounted.
ORACLE instance shut down.
SYS @ DAWA> startup mount
ORACLE instance started.
Total System Global Area 1048576000 bytes
Fixed Size                   792200 bytes
Variable Size             551807352 bytes
Database Buffers          494927872 bytes
Redo Buffers                1048576 bytes
Database mounted.
SYS @ DAWA> recover database using backup controlfile until cancel;
ORA-00279: change 329012 generated at 03/08/2005 16:24:46 needed for thread 1
ORA-00289: suggestion :
X:\ORACLE\ORADATA\FLASH_REC\DAWA\ARCHIVELOG\2011_08_18\O1_MF_1_6_%U_.ARC
ORA-00280: change 329012 for thread 1 is in sequence #6
Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
ORA-00308: cannot open archived log
'X:\ORACLE\ORADATA\FLASH_REC\DAWA\ARCHIVELOG\2011_08_18\O1_MF_1_6_%U_.ARC'
ORA-27041: unable to open file
OSD-04002: unable to open file
O/S-Error: (OS 2) The system cannot find the file specified.
ORA-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: 'X:\ORACLE\ORADATA\DAWA\SYSTEM01.DBF'You can download the alert log from here:
http://ahmedbaraka.com/temp/alertdawa.log

Similar Messages

  • Restore from newer backupset

    Running 11g. I did a full backup of the source machine using the following commands:
    RMAN> backup database;
    RMAN> backup archivelog all not backed up delete all input;
    RMAN> allocate channel for maintenance type disk;
    RMAN> delete obsolete device type disk;
    RMAN> yes
    RMAN> release channel;
    I moved the files over to a target machine. I also moved over an updated control file (probably created at the time because CONTROLFILE AUTOBACKUP is ON.
    On the target machine I run:
    run
    set controlfile autobackup format for device type disk to '/ora-local/snap/%F';
    allocate channel c1 device type disk;
    restore controlfile from autobackup;
    It ignores the newer control files I placed on the machine and goes for the one did the day before. I guess the newer control files are not considered an autobackup?
    When I get around to the RESTORE DATABASE part, it again restores from the backupset of the day before even though the newer backupset is there.
    What do I need to do to get the RMAN on the target machine to "see" the newer backupset?
    === Al

    I found the problem. When I transferred the files / backupset to the target machine, they had different ownership permissions.
    RMAN doesn't tell you that.
    Actually it will if you attempt to
    RMAN> catalog backuppiece 'somefile'
    But with the other commands, it just says that it can't find a backupset.

  • Why wont camera roll from iphone show up on ipad when restored from iphone?

    Why wont camera roll from iphone show up on ipad when restored from iphone? I purchased the ipad and when I went to set it up I chose restore from iPhone. All the apps transferred and the photos in the stream but not the camera roll. When I restored a new iPhone the camera roll transferred.
    is there a way to get camera roll on ipad?
    Thanks

    Camera Roll photos from an iPhone backup will not be transferred to an iPad. iPhone to iPhone will transfer the Camera Roll, but iPhone to iPad, or iPad to iPhone will not transfer the Camera Roll.
    Cheers,
    GB

  • Restore using incremental backup with noarchivelog mode

    Hello experts,
    We are running SAP on Oracle databse(IN NOARCHIVELOG MODE) for which we are having full offline backup on every sunday and post which incremental backups on rest of the days. We have scenario to do restore db to the state till last friday's incremental backup.
    Please let us know the procedure for restoring till that point. If possible using brtools utility(which is SAP specific).
    Thank You
    Regards,
    Venkateshwar

    If you do not want to read the whole doc This is the snippet for you.
    Recovering a NOARCHIVELOG Database with Incremental Backups
    Restoring a database running in NOARCHIVELOG mode is similar to restoring a database in ARCHIVELOG mode. The main differences are:
    Only consistent backups can be used in restoring a database in NOARCHIVELOG mode.
    Media recovery is not possible because no archived redo logs exist.
    You can perform limited recovery of changes to a database running in NOARCHIVELOG mode by applying incremental backups. The incremental backups must be consistent, like all backups of a database run in NOARCHIVELOG mode, so you cannot make backups of the database when it is open.
    When you are recovering a NOARCHIVELOG database, specify the NOREDO option on the RECOVER command to indicate that RMAN should not attempt to apply archived redo logs. Otherwise, RMAN returns an error.
    To recover a NOARCHIVELOG database with incremental backups:
    After connecting to the target database and the recovery catalog, place the database in a mounted state:
    STARTUP FORCE MOUNT
    Restore and recover the database.
    For example, you can perform incomplete recovery with the following commands:
    RESTORE DATABASE
    FROM TAG "consistent_whole_backup";
    RECOVER DATABASE NOREDO;
    Open the database with the RESETLOGS option.
    For example, enter the following command:
    ALTER DATABASE OPEN RESETLOGS;

  • ORA-19507 when restoring pfile from autobackup

    Hey,
    We're testing our disaster recovery process and recently installed netbackup 5.1 on a AIX 5.3 server. Our database is 10.2.0.4.
    We've imported the tapes, seemingly successfully. Now we are trying to restore the pfile from an autobackup of the spfile. RMAN finds the appropriate file in the netbackup catalog, but can't read it, it seems. The tape device is a standalone drive. I've tried loading the tape at various points in the process, to no avail. Any ideas? Here's the stack:
    RMAN> run
    2> {
    3> ALLOCATE CHANNEL c1 DEVICE TYPE sbt;
    4> RESTORE SPFILE TO PFILE '?/dbs/initchs2qual.ora' FROM AUTOBACKUP;
    5> SHUTDOWN ABORT;
    6> }
    allocated channel: c1
    channel c1: sid=37 devtype=SBT_TAPE
    channel c1: VERITAS NetBackup for Oracle - Release 5.1 (2004043014)
    Starting restore at 05-NOV-09
    channel c1: looking for autobackup on day: 20091105
    channel c1: looking for autobackup on day: 20091104
    channel c1: autobackup found: c-4162663984-20091104-00
    released channel: c1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 11/05/2009 14:27:28
    ORA-19870: error reading backup piece c-4162663984-20091104-00
    ORA-19507: failed to retrieve sequential file, handle="c-4162663984-20091104-00", parms=""
    ORA-27029: skgfrtrv: sbtrestore returned error
    ORA-19511: Error received from media manager layer, error text:
    Failed to open backup file for restore.
    Thanks,
    Bill

    oracle@CB-BCC-2$oerr ora 27029
    27029, 00000, "skgfrtrv: sbtrestore returned error"
    // *Cause:  sbtrestore returned an error.  This happens when retrieving a
    // backup file during a restore operation.
    // *Action: This error is returned from the media management software which is
    // linked with Oracle. There should be additional messages which
    // explain the cause of the error. This error usually requires
    // contacting the media management vendor.

  • Encountering ORA-01152 when implementing DataGuard

    Working of a 2-node cluster hosting 11.1.0.7 on a Linux RH4 platform, and attempting to implement DataGuard on a single node with same OS and same DB version, and followed document http://www.oracle.com/technology/deploy/availability/pdf/dataguard11g_rac_maa.pdf
    The "duplicate target " command works successfully, and having recreated the sp file on the standby node, when I attempt to startup the standby database I get the following error.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 534462464 bytes
    Fixed Size 2161400 bytes
    Variable Size 314574088 bytes
    Database Buffers 209715200 bytes
    Redo Buffers 8011776 bytes
    Database mounted.
    ORA-10458: standby database requires recovery
    ORA-01152: file 1 was not restored from a sufficiently old backup
    ORA-01110: data file 1: '+DATA/abcdg/datafile/system.258.697912407'
    I have re-tried several times without success - any ideas anybody?

    I've skimmed the PDF and I think what has happened is that you may have slightly diverged from the sequence shown by issuing "startup" instead of "startup mount", the difference being that "startup" tries to open the standby database in read only mode, which is when ORA-01152 is thrown.
    I'm assuming here that the rman duplicate operation does not include a recovery phase, if that is true then the restored datafiles will need recovering to a consistent state before the database can be opened in read-only mode.
    In short you probably just need to issue:
    recover managed standby database disconnect;and let managed recovery run the archive logs in. Once it is consistent then subsequent "startup" commands should work without error.
    If you don't actually want it open read-only then you can just leave it in a mount state and running managed recovery.

  • ORA-01152 -- When Bringing Up Standby Database

    Hi All,
    I'm trying to bring a standbye database on the same server as my primary database. i'm doing this to play around, hoping to do it with PRD using separate servers. I have found several good step by step references for doing this. I'm currently using:
    http://www.dbaclick.com/modules.php?op=modload&name=News&file=article&sid=366&mode=thread&order=0&thold=0
    I have tried several things to get this up. I have shutdown the primary db and manually copied the datafiles to the standby location and then created a standby control file. I have also tried taking an image copy of the datafiles using RMAN and then creating the standby control file. Both produce same result. I can startup mount the Standby db but when i try to open the standby db in read only mode i get the following:
    ORA-16004: backup database requires recovery
    ORA-01152: file 1 was not restored from a sufficiently old backup
    ORA-01110: data file 1:
    'C:\ORACLE\PRODUCT\10.2.0\ORADATA\standby\SYSTEM01.DBF'
    Does anyone have any idea as to why i'm getting this? Is there a preferred way to copy the primary db's datafiles to create standby. According to my instructions the manually copied datafiles shoudl be taken BEFORE the standby control file is generated. Any suggestions would be greatly appreciated... i've been wrestling with this for far too long.
    Thanks,

    i got it to go. I believe what i did wrong was not configure my parameters files correctly. LOG_ARCHIVE_DEST_2 was erroring out so the archive logs were not applied to the standby database. I manually copied and applied the archive logs to my Standbye. I was then able to open in read only. After that I had to create a password file for my standby which made the LOG_ARCIVE_DEST_2 parameter work.
    I'm good to go... thanks

  • Bug when restoring from Migration manager?

    hi
    I got a new mac today. I did a fresh install and chose to do a restore from time machine, which I had previously used to backup my old laptop. When time machine finished I found my old user account in the login window. However my password doesn't work at all. Also tried reseting the password using the leopard installation DVD but it keeps rejecting my password.
    Any ideas on how to solve this?

    SYS @ DAWA> shutdown immediate
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    SYS @ DAWA> startup mount
    ORACLE instance started.
    Total System Global Area 1048576000 bytes
    Fixed Size                   792200 bytes
    Variable Size             551807352 bytes
    Database Buffers          494927872 bytes
    Redo Buffers                1048576 bytes
    Database mounted.
    SYS @ DAWA> recover database using backup controlfile until cancel;
    ORA-00279: change 329012 generated at 03/08/2005 16:24:46 needed for thread 1
    ORA-00289: suggestion :
    X:\ORACLE\ORADATA\FLASH_REC\DAWA\ARCHIVELOG\2011_08_18\O1_MF_1_6_%U_.ARC
    ORA-00280: change 329012 for thread 1 is in sequence #6
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    ORA-00308: cannot open archived log
    'X:\ORACLE\ORADATA\FLASH_REC\DAWA\ARCHIVELOG\2011_08_18\O1_MF_1_6_%U_.ARC'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    ORA-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: 'X:\ORACLE\ORADATA\DAWA\SYSTEM01.DBF'You can download the alert log from here:
    http://ahmedbaraka.com/temp/alertdawa.log

  • ORA-19511 when backup with rman (using NetBackup Media Manager)

    Hello forum
    I added new database hosts to NetBackup, tried to test backup of the first instance on one host, below is what I get - Do you know cause and solution? Backup from NetBackup master server can be performed without problems. Below you will find the output from sbttest too.
    Thanks Casi
    ---------- rman log -----------
    Recovery Manager: Release 10.2.0.3.0 - Production on Fri Mar 7 10:26:28 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    connected to target database: IARTS (DBID=2414804385)
    connected to recovery catalog database
    RMAN> run
    2> {
    3> allocate channel c1 DEVICE TYPE sbt PARMS='ENV=(NB_ORA_SERV=sksta00500.ksta.zh.ch,NB_ORA_CLASS=LX_ORA_ONL)';
    4> backup current controlfile;
    5> }
    allocated channel: c1
    channel c1: sid=110 instance=IARTS1 devtype=SBT_TAPE
    channel c1: VERITAS NetBackup for Oracle - Release 5.1 (2004122520)
    Starting backup at 07-MAR-08
    channel c1: starting full datafile backupset
    channel c1: specifying datafile(s) in backupset
    including current control file in backupset
    channel c1: starting piece 1 at 07-MAR-08
    released channel: c1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on c1 channel at 03/07/2008 10:27:11
    ORA-19506: failed to create sequential file, name="19jalk7t_1_1", parms=""
    ORA-27028: skgfqcre: sbtbackup returned error
    ORA-19511: Error received from media manager layer, error text:
    VxBSAValidateFeatureId: Failed with error:
    Server Status: file open failed
    RMAN>
    ---- sbttest ---------------------------
    $ORACLE_HOME/bin/sbttest /tmp/x.lst
    The sbt function pointers are loaded from libobk.so library.
    -- sbtinit succeeded
    -- sbtinit (2nd time) succeeded
    sbtinit: Media manager supports SBT API version 2.0
    sbtinit: Media manager is version 5.0.0.0
    sbtinit: vendor description string=VERITAS NetBackup for Oracle - Release 5.1 (2004122520)
    sbtinit: allocated sbt context area of 8 bytes
    sbtinit: proxy copy is supported
    -- sbtinit2 succeeded
    -- regular_backup_restore starts ................................
    -- sbtbackup succeeded
    Segmentation fault

    Are you sure, you installed the proper media management software? Check it:
    (1) cd to your $ORACLE_HOME/bin directory
    (2) Type sbttest test
    The sbttest is a standalone program which test to see if the MML(Media
    Management Layer) software is installed and can accept a data stream and return
    an identical data stream.
    sbttest will return 0 which indicates success or 1 which indicates an error has
    occurred. An error means it's not an Oracle problem.

  • Restoring from RMAN tablespace backup ; Few questions

    11.2.0.3/RHEL 5.8
    We have a RAC DB which is used by more than 20 applications. One schema for each application and one tablespace for each schema.
    We have a schema with 130gb in size. All Objects in this schema use a single tablespace MCS_DATA.
    This weekend we are applying some changes involving DDL, Code and Data .Usually we take an expdp backup of the schema before the activity starts and later if something goes wrong with script deployment we'll revert to old state by dropping the schema and doing an impdp from the expdp backup.
    Question1.
    Can we do an RMAN tablespace only backup and if something goes wrong with script deployment can we drop the schema and the tablespace and then create an empty schema and then restore from the tablespace backup ?
    Question2.
    If the above is possible , can you explain how it is going to work out because we are essentially plugging (restore,recover) in a tablespace to the database. Any potential problems ?
    Question3. If the above (Question1) is possible, will restore/recover of this tablespace require a downtime for the entire DB ?

    Tom;
    If you are talking about RMAN TSPITR then yes you can. See - Purpose of RMAN TSPTIR in Backup and Recovery User's Guide E10642-03.
    The problem with TSPTIR is bulk. You need a lot of disk space to create a copy and then data pump the information out and back in. I just tested this on 11.2.0.3 and its slow. RMAN created a script which produced an AUX instance and did the data pump, but I had clean up afterwards. If it errors out you can have an AUX instance hanging out in the background.
    For TSPTIR you will need an area on the disk to server as an auxiliary destination large enough to hold what you are recovering plus the SYSTEM, UNDO and TEMP tablespaces.
    I would probably look at Transportable tablespaces as a possible option too.
    http://docs.oracle.com/cd/E25054_01/backup.1111/e10642/rcmttbsb.htm
    E10642-03 has a section for recovering a tablespace in chapter 2. The Tablespace must be offline, but the database can be up.
    This uses "restore tablespace" and "recover tablespace" commands. You would perform this type of recovery when you are say missing a datafile. You can recover any tablespace except SYSTEM and UNDO with this.
    Data Pump might be an option too, but given your tablespace size I would have worries about recovery time. Oracle lets you set compression
    and a limit to each file produced.
    expdp TABLESPACES=YOUR_DATA dumpfile=DATA_PUMP_DIR:ts_dumps_%U.dmp LOGFILE=DATA_PUMP_DIR:ts_dumps_log.log parallel=2 filesize=10G compression=ALL
    Given the size of your database a better option might be something like Data Guard as your recovery time would be brutal.
    Best Regards
    mseberg

  • Error ORA-03113 when upgrading from 11.2.0.1 to 11.2.0.3

    I keep on getting this error when upgrading from 11.2.0.1 to 11.2.0.3
    [Thread-57] [ 2012-04-20 13:18:28.207 CEST ] [SummarizableStep.genSummary:409]  Generating Summary for:=Pre Upgrade ,status is:=Successful
    [Thread-57] [ 2012-04-20 13:18:28.208 CEST ] [SummarizableStep.genSummary:409]  Generating Summary for:=Oracle Server ,status is:=Failed
    oracle.sysman.assistants.util.step.StepExecutionException: ORA-03113: end-of-file on communication channel
    Upgrade failed due to running the step "Upgrading Oracle Server"
            at oracle.sysman.assistants.dbma.backend.component.SubComponent.executeSubStepImpl(SubComponent.java:738)
            at oracle.sysman.assistants.dbma.backend.component.SubComponent.executeStepImpl(SubComponent.java:585)
            at oracle.sysman.assistants.dbma.backend.component.Component.executeStepImpl(Component.java:317)
            at oracle.sysman.assistants.dbma.backend.SummarizableStep.executeImpl(SummarizableStep.java:183)
            at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
            at oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
            at oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2708)
            at java.lang.Thread.run(Thread.java:637)
    [Thread-57] [ 2012-04-20 13:18:28.209 CEST ] [SummarizableStep.executeImpl:212]  Throwing exception e from SummarizableStep
    [Thread-57] [ 2012-04-20 13:18:28.209 CEST ] [BasicStep.configureSettings:304]  messageHandler being set=oracle.sysman.assistants.util.UIMessageHandler@4805e9f1
    oracle.sysman.assistants.util.step.StepExecutionException: ORA-03113: end-of-file on communication channel
    Upgrade failed due to running the step "Upgrading Oracle Server"
            at oracle.sysman.assistants.dbma.backend.component.SubComponent.executeSubStepImpl(SubComponent.java:738)
            at oracle.sysman.assistants.dbma.backend.component.SubComponent.executeStepImpl(SubComponent.java:585)
            at oracle.sysman.assistants.dbma.backend.component.Component.executeStepImpl(Component.java:317)
            at oracle.sysman.assistants.dbma.backend.SummarizableStep.executeImpl(SummarizableStep.java:183)
            at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
            at oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
            at oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2708)
            at java.lang.Thread.run(Thread.java:637)
    [Thread-57] [ 2012-04-20 13:18:31.000 CEST ] [CompManager.isModeSet:9822]   DB Upgrade Mode Setting := 1
    [Thread-57] [ 2012-04-20 13:18:31.001 CEST ] [CompManager.isModeSet:9823]   Mode := 1 is set
    [Thread-57] [ 2012-04-20 13:18:31.001 CEST ] [SQLEngine.done:2189]  Done called
    [Thread-57] [ 2012-04-20 13:18:31.001 CEST ] [Database.getStepSQLInterface:787]  OH in database: /app/oracle/product/11.2.0.3/db_1Any clues about what could be wrong? I am planning to upgrade with the manual steps if it does not work :(

    Pl post OS details - are you using DBUA to upgrade ? Are there any errors in the database alert log ?
    ORA-00600 [kodpunp-nulltds], ORA-00600 [kokeeiix1], [600] When Upgrading To 11GR2 [ID 1367827.1]     
    HTH
    Srini

  • New photos/videos gone when restored from backup. Why?

    Just got the iPhone 5 over the weekend, which was a huge upgrade from my 2009 3G!
    I didn't get around to plugging the phone into my MacBook Pro until today. When I synced my new iPhone, I clicked "restore from previous backup", which then it put all my old photos from 3G onto iPhone 5.
    However, when this happened, all of my SMS and photos/videos that I took over the weekend are now gone. I presume the iphone replaced the new photos with my old ones?
    Is there any way I can get those videos and photos back? Please let me know!
    Thanks

    When you restore from the backup you only get the data that was contained in that backup. You will lose any data on the device that occurred after the backup point.
    Restore = Replace data on device.
    It does not "add" that data to the existing data on the phone.

  • Lost recent info when restored from backup

    When I connected my phone, it automatically asked me if I wanted to restore from a previous backup. Without thinking, I clicked ok, and lost all my recent info - contacts, TM's, and songs, etc. Is there a way to get it back?
    I've undone restoring my phone before, and it has worked, but I don't think I ever backed up my recent phone before it wrote over it with the old backup.

    To my knowledge, now that you have "restored" your phone using a previous backup, that's what you've got, if you didn't create a backup of your device prior to re-syncing. You should still be able to push your contacts from your email provider to update but any entered manually are probably gone.

  • Unknown Apple ID Password requests when Restoring from iCloud

    Hi peeps
    Background info:
    iPhone 5 64GB unlocked, iOS 8.2, purchased from iStore new two years ago (not some craigslist special)
    Has two Apple ID's used on it - my current one from my own country and an old one from when I lived in another country. No other Apple ID's have been used for any purchases on this iPhone ever.
    Problem:
    I decided to erase my iPhone 5 this morning to try and help with the sluggishness that has been plaguing it after 2 years of hard use. Everything went well and setup seemed normal. Then it got weird...
    I am at the point in setup where I've now setup WiFi, entered my Apple ID details and accepted T's & C's, but I'm getting asked to "Enter the Apple ID password for tiffany*****@gmail.com to use for store purchases". This is one of 3 completely unfamiliar Apple ID's that I'm requested to provide the passwords for(plus one is a .ru email address, which makes me even more concerned). What I need to know is
    Should I be concerned re my iPhone and Apple ID's security possibly having been breached?
    Should I be worried about restoring from a (possibly) hacked iCloud backup and setup as a new iPhone instead?
    Is this a common issue? Do other people find their phones requesting the wrong Apple ID password?
    I'm opting to "Skip this step" on those accounts for now, but I'm feeling a bit concerned about the whole thing.
    Any ideas/solutions would be appreciated!
    Thanks
    Steve

    Ingo2711 wrote:
    Did you use apps bought with different Apple IDs on your phone?
    As I stated in my original post "Has two Apple ID's used on it... No other Apple ID's have been used for any purchases on this iPhone ever."
    The problem is that the three additional Apple ID's I'm asked to provide passwords for are Apple ID's I have never seen before.
    No one else has ever used my phone and all apps are downloaded through the App Store on my two ID's. To my knowledge, I've never done anything odd to create a security risk on this phone. I have never been asked to provide unknown Apple ID details on this phone before today.

  • Netbackup related parameters when restoring from tape to a different server

    Db version: 11.2.0.2 / Solaris 10
    Media Management layer : Symantec Netbackup v7
    Production server : qualmh214
    Prod DB Name : NEHPROD
    We take backup of our prod database using a script similair to the below
    run
         ALLOCATE CHANNEL c1 TYPE 'SBT_TAPE';
         SEND 'NB_ORA_CLIENT=qualmh214,NB_ORA_POLICY=qualmh214_rman, NB_ORA_SERV=hlsngt238, NB_ORA_SCHED=Weekly';
         backup incremental level 0 database tag='NEHPROD_full' plus archivelog ;
         backup format  'NEHPROD_%d_%U_%t.rbk' ;
    }We have a test server :
    dreyth169Every week we need to Clone the above Prod DB from its latest Level 0 Backup stored in Tape.
    We have installed Symantec netbackup on our test server.
    To restore using RMAN, in run block for the restore, shouldn't NB_ORA_CLIENT be the test server name dreyth169 ? ie. If we keep NB_ORA_CLIENT=qualmh214 (Prod server), then RMAN will do the restore in the PROD !!! Right? That would be a disaster.
    What about NB_ORA_POLICY for test server ? Should I create new policy NB_ORA_POLICY for my test server ?

    Hello;
    Yes, for example if you were doing an RMAN duplicate you would set it to : ( very similar operation )
    NB_ORA_CLIENT=target_server
    Should I create new policy NB_ORA_POLICY for my test server ?
    That's the way I would do it. It may work without it however.
    Since you are using oracle 11.2 another option is "Active Database duplication" If your database isn't too large and you have decent network speed and some off peak time once a week I would consider this.
    I've used this with great success and you can script it fairly easy in Unix/Linux. If the Remote Host has the Same Directory Structure this get even easier. With a couple of INIT files and a clean up script on the remote this becomes a cookie cutter. Since the job would run from the remote you can avoid RMAN conflicts with your backups.
    http://docs.oracle.com/cd/E11882_01/backup.112/e10643/rcmsynta020.htm
    Best Regards
    mseberg
    Edited by: mseberg on Jun 25, 2012 2:50 PM

Maybe you are looking for

  • How can I redirect a web page.

    I'm not sure if this is really an iWeb issue but I thought I would start here. I have a web site (www.replacementchild.com) that is hosted at a third party (not MobileMe). I have used the Blog tool at the hosting site to build a blog for the site (ww

  • Jumpy playback on Vista

    A week or two ago, I got home from work, opened up iTunes to listen to some music, and the blayback is INCREDIBLY jumpy. It's to the point where it's unlistenable. I called Apple Support, who weren't the greatest deal of help, and they told me to uni

  • NullPointerException when mouselistener calls method

    Good Evening, I get a java.lang.NullPointerException when a mouselistener calls a method "populatethedatafields()" contained within the class. The populatethedatafields method tries to set the values of text fields and it is at this point the excepti

  • Where can i see Shipping condition TEXT e.g. VBAK-VSBED=F1=FEDEX PRIORITY?

    Hi Experts, Am looking to pull the SHIPPING CONDITION TEXT/DESCRIPTION, so, pls. let me know, Which table does store this value? example: VBAK-VSBED = F1 F1 description is FEDEX PRIORITY Where can i see this FEDEX PRIORITY for F1 of VBAK-VSBED? i tri

  • ADD a Parameter fixed height from "NI_Word.lvclass:Word Set Table Dimension.ni"

    I would add a parameter to fixed or no the dimension height of the row. It can add a parameter form the Generation Report from "NI_Word.lvclass:Word Set Table Dimension.ni". Thank you Jérôme