Restore archive empited basket

Hello! Yesterday I accidentally deteled a .rtf and empited my trash file so I was wondering if you can help me, I tried all the programs as assistant recovery data, recovery of iskysoft, same disc uflysoft data recovery drill but nobody is helping me, they show me just a bunch of garbage binari, I feel if wicked, I hope you can help me I have yosemite 10.10.5 thanks!

After all what you have tried so far, about your only hope now is to take the hard drive to a data recovery service. It is possible that they are able to recover something for you, but I think that the chances are slim. It will also be quite expensive.

Tags: Notebooks

Similar Questions

  • DB restore Archives not lost mode redo log file... restore from controlfile tr

    I have a 11g database I had taken an archive backup but has failed to take redo backup of log files...
    so, while I restored the PB... after formatting the machine... the oracle instance does not start.


    I create controlfile track but when I run it I get errors.
    given that I don't have the old log files... How can I get around this issue
    Thank you
    Here is the example of trace control file... Note that I can't create the redo log file
    given that the db will not climb up, it must be in mode nonmount
    and here's my created controlfile...
    CREATE CONTROLFILE REUSE DATABASE "XE" NORESETLOGS NOARCHIVELOG
    MAXLOGFILES 16
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    MAXINSTANCES 8
    MAXLOGHISTORY 292
    LOGFILE
    GROUP 1
    ' C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_1_80L7C259_. JOURNAL"
    SIZE 50 M 512 BLOCKSIZE,
    GROUP 2
    ' C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_2_80L7C375_. JOURNAL"
    SIZE 50 M BLOCKSIZE 512
    -STANDBY LOGFILE
    DATA FILE
    ' C:\ORACLEXE\APP\ORACLE\ORADATA\XE\SYSTEM. DBF',.
    ' C:\ORACLEXE\APP\ORACLE\ORADATA\XE\UNDOTBS1. DBF',.
    ' C:\ORACLEXE\APP\ORACLE\ORADATA\XE\SYSAUX. DBF',.
    ' C:\ORACLEXE\APP\ORACLE\ORADATA\XE\USERS. DBF'
    CHARACTER SET AL32UTF8
    ;

    I do not have these 2 files... what should I do to work around this situation
    ' C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_1_80L7C259_. JOURNAL"
    SIZE 50 M 512 BLOCKSIZE,
    GROUP 2
    ' C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_2_80L7C375_. JOURNAL"
    SIZE 50 M BLOCKSIZE 512
    -STANDBY LOGFILE
    DATA FILE

    Published by: zycoz100 on February 27, 2013 22:57

    If you have a backup to cold (closing correctly database) without the redo logs, change this:

    CREATE CONTROLFILE REUSE DATABASE "XE" NORESETLOGS NOARCHIVELOG
    

    TO

    CREATE CONTROLFILE REUSE DATABASE "XE" RESETLOGS NOARCHIVELOG
    

    You need to change the NORESETLOGS RESETLOGS for Oracle to recreate online redo logs.

    Hemant K Collette

  • Problem with the archive log when you use RMAN for backup and restore (11g 2)

    Hello world
    Please help me solve this problem.
    I'm just beginner in Oracle Database (11 g 2). Today, I had a problem, I tried to back up and restore my db by RMAN. I delete all the files in /u01/app/oracle/oradata/orcl / * , then I restore them easily, but the point is I have a table, I can restore Hungarian, but cannot restore anything ranks in it (something wrong with step restore database). I'll tell the detail below.
    -First, I create a 'Day' with command table create table hr.day (varchar (20)) day. Then I backup complete by this:
    run{
    allocate channel bkp device type DISK FORMAT '/u01/backup/DB_FULL_%d_%T_s%s_p%p' ;
    backup as compressed backupset incremental level 0 tag 'DB_FULL' database include current controlfile;
    backup as compressed backupset tag 'ARCL_BKP_FULL' archivelog all delete input;
    crosscheck archivelog all;
    crosscheck backup;
    delete noprompt obsolete;
    release channel bkp;
    }


    D ' other hand, I have insert 'Monday' to table. then do an incremental backup by this:

    run{
    allocate channel bkp device type DISK FORMAT '/u01/backup/DB_INC_%d_%T_s%s_p%p' ;
    backup as compressed backupset incremental level 1 tag 'DB_INC' database include current controlfile;
    backup as compressed backupset tag 'ARCL_BKP_INC' archivelog all delete input;
    crosscheck archivelog all;
    crosscheck backup;
    delete noprompt obsolete;
    release channel bkp;
    }

    Repeat 7 times (Monday-> Saturday). And I got these files:

    [oracle@rac ~]$ ls -l /u01/backup/
    total 400280
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 07:23 c-1428943247-20160120-01
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 08:04 c-1428943247-20160120-02
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 08:05 c-1428943247-20160120-03
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 08:06 c-1428943247-20160120-04
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 08:08 c-1428943247-20160120-05
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 08:08 c-1428943247-20160120-06
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 08:09 c-1428943247-20160120-07
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 08:32 c-1428943247-20160120-08
    -rw-r----- 1 oracle oinstall 296337408 Jan 20 07:23 DB_FULL_ORCL_20160120_s89_p1
    -rw-r----- 1 oracle oinstall   1130496 Jan 20 07:23 DB_FULL_ORCL_20160120_s90_p1
    -rw-r----- 1 oracle oinstall   2266624 Jan 20 07:23 DB_FULL_ORCL_20160120_s91_p1
    -rw-r----- 1 oracle oinstall   4073984 Jan 20 07:23 DB_FULL_ORCL_20160120_s92_p1
    -rw-r----- 1 oracle oinstall  11201536 Jan 20 07:23 DB_FULL_ORCL_20160120_s93_p1
    -rw-r----- 1 oracle oinstall   1130496 Jan 20 08:05 DB_INC_ORCL_20160120_s100_p1
    -rw-r----- 1 oracle oinstall    146944 Jan 20 08:05 DB_INC_ORCL_20160120_s101_p1
    -rw-r----- 1 oracle oinstall    884736 Jan 20 08:06 DB_INC_ORCL_20160120_s103_p1
    -rw-r----- 1 oracle oinstall   1130496 Jan 20 08:06 DB_INC_ORCL_20160120_s104_p1
    -rw-r----- 1 oracle oinstall     82432 Jan 20 08:06 DB_INC_ORCL_20160120_s105_p1
    -rw-r----- 1 oracle oinstall    294912 Jan 20 08:07 DB_INC_ORCL_20160120_s107_p1
    -rw-r----- 1 oracle oinstall   1130496 Jan 20 08:07 DB_INC_ORCL_20160120_s108_p1
    -rw-r----- 1 oracle oinstall     18944 Jan 20 08:08 DB_INC_ORCL_20160120_s109_p1
    -rw-r----- 1 oracle oinstall    155648 Jan 20 08:08 DB_INC_ORCL_20160120_s111_p1
    -rw-r----- 1 oracle oinstall   1130496 Jan 20 08:08 DB_INC_ORCL_20160120_s112_p1
    -rw-r----- 1 oracle oinstall    131584 Jan 20 08:08 DB_INC_ORCL_20160120_s113_p1
    -rw-r----- 1 oracle oinstall    647168 Jan 20 08:09 DB_INC_ORCL_20160120_s115_p1
    -rw-r----- 1 oracle oinstall   1130496 Jan 20 08:09 DB_INC_ORCL_20160120_s116_p1
    -rw-r----- 1 oracle oinstall      8704 Jan 20 08:09 DB_INC_ORCL_20160120_s117_p1
    -rw-r----- 1 oracle oinstall   2203648 Jan 20 08:04 DB_INC_ORCL_20160120_s95_p1
    -rw-r----- 1 oracle oinstall   1130496 Jan 20 08:04 DB_INC_ORCL_20160120_s96_p1
    -rw-r----- 1 oracle oinstall   1899008 Jan 20 08:04 DB_INC_ORCL_20160120_s97_p1
    -rw-r----- 1 oracle oinstall    327680 Jan 20 08:05 DB_INC_ORCL_20160120_s99_p1

    And
    RMAN> list backup summary;
    List of Backups
    ===============
    Key     TY LV S Device Type Completion Time #Pieces #Copies Compressed Tag
    ------- -- -- - ----------- --------------- ------- ------- ---------- ---
    80      B  0  A DISK        20-JAN-16       1       1       YES        DB_FULL
    81      B  0  A DISK        20-JAN-16       1       1       YES        DB_FULL
    82      B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_FULL
    83      B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_FULL
    84      B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_FULL
    85      B  F  A DISK        20-JAN-16       1       1       NO         TAG20160120T072332
    86      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    87      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    88      B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_INC
    89      B  F  A DISK        20-JAN-16       1       1       NO         TAG20160120T080440
    90      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    91      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    92      B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_INC
    93      B  F  A DISK        20-JAN-16       1       1       NO         TAG20160120T080545
    94      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    95      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    96      B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_INC
    97      B  F  A DISK        20-JAN-16       1       1       NO         TAG20160120T080657
    98      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    99      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    100     B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_INC
    101     B  F  A DISK        20-JAN-16       1       1       NO         TAG20160120T080801
    102     B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    103     B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    104     B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_INC
    105     B  F  A DISK        20-JAN-16       1       1       NO         TAG20160120T080844
    106     B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    107     B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    108     B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_INC

    My configuration of rman:
    RMAN> show all;
    RMAN configuration parameters for database with db_unique_name ORCL are:
    CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 7 DAYS;
    CONFIGURE BACKUP OPTIMIZATION ON;
    CONFIGURE DEFAULT DEVICE TYPE TO DISK;
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/u01/backup/%F';
    CONFIGURE DEVICE TYPE DISK PARALLELISM 2 BACKUP TYPE TO BACKUPSET;
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT   '/u01/backup/backup_df%t_s%s_s%p';
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
    CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
    CONFIGURE COMPRESSION ALGORITHM 'BASIC' AS OF RELEASE 'DEFAULT' OPTIMIZE FOR LOAD TRUE ; # default
    CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/u01/app/oracle/product/11.2.0/dbhome/dbs/snapcf_orcl.f'; # default

    - Thirdly, i removed all file in /u01/app/oracle/oradata/orcl/*. then restore control file from the newest backup control file (saturday backup) + restore database. Seem nothing's wrong here.
    RMAN> restore controlfile from '/u01/backup/c-1428943247-20160120-08';
    Starting restore at 20-JAN-16
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=18 device type=DISK
    allocated channel: ORA_DISK_2
    channel ORA_DISK_2: SID=20 device type=DISK
    channel ORA_DISK_2: skipped, AUTOBACKUP already found
    channel ORA_DISK_1: restoring control file
    channel ORA_DISK_1: restore complete, elapsed time: 00:00:09
    output file name=/u01/app/oracle/oradata/orcl/control01.ctl
    output file name=/u01/app/oracle/flash_recovery_area/orcl/control02.ctl
    Finished restore at 20-JAN-16

    RMAN> alter database mount;
    database mounted
    released channel: ORA_DISK_1
    released channel: ORA_DISK_2

    RMAN> restore database;
    Starting restore at 20-JAN-16
    Starting implicit crosscheck backup at 20-JAN-16
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=20 device type=DISK
    allocated channel: ORA_DISK_2
    channel ORA_DISK_2: SID=18 device type=DISK
    Crosschecked 29 objects
    Finished implicit crosscheck backup at 20-JAN-16

    Starting implicit crosscheck copy at 20-JAN-16
    using channel ORA_DISK_1
    using channel ORA_DISK_2
    Finished implicit crosscheck copy at 20-JAN-16

    searching for all files in the recovery area
    cataloging files...
    no files cataloged

    using channel ORA_DISK_1
    using channel ORA_DISK_2

    channel ORA_DISK_1: starting datafile backup set restore
    channel ORA_DISK_1: specifying datafile(s) to restore from backup set
    channel ORA_DISK_1: restoring datafile 00001 to /u01/app/oracle/oradata/orcl/system01.dbf
    channel ORA_DISK_1: restoring datafile 00002 to /u01/app/oracle/oradata/orcl/sysaux01.dbf
    channel ORA_DISK_1: restoring datafile 00003 to /u01/app/oracle/oradata/orcl/undotbs01.dbf
    channel ORA_DISK_1: restoring datafile 00004 to /u01/app/oracle/oradata/orcl/users01.dbf
    channel ORA_DISK_1: restoring datafile 00005 to /u01/app/oracle/oradata/orcl/example01.dbf
    channel ORA_DISK_1: reading from backup piece /u01/backup/DB_FULL_ORCL_20160120_s89_p1
    channel ORA_DISK_1: piece handle=/u01/backup/DB_FULL_ORCL_20160120_s89_p1 tag=DB_FULL
    channel ORA_DISK_1: restored backup piece 1
    channel ORA_DISK_1: restore complete, elapsed time: 00:01:15
    Finished restore at 20-JAN-16

    -Fourth, the problem here, I got the database;
    .. .every oky until this line...
    starting media recovery

    channel ORA_DISK_1: starting archived log restore to default destination
    channel ORA_DISK_1: restoring archived log
    archived log thread=1 sequence=15
    channel ORA_DISK_1: reading from backup piece /u01/backup/DB_INC_ORCL_20160120_s117_p1
    channel ORA_DISK_1: piece handle=/u01/backup/DB_INC_ORCL_20160120_s117_p1 tag=ARCL_BKP_INC
    channel ORA_DISK_1: restored backup piece 1
    channel ORA_DISK_1: restore complete, elapsed time: 00:00:01
    archived log file name=/u01/app/oracle/flash_recovery_area/ORCL/archivelog/2016_01_20/o1_mf_1_15_c9xsyx9k_.arc thread=1 sequence=15
    unable to find archived log
    archived log thread=1 sequence=1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of recover command at 01/20/2016 08:50:22
    RMAN-06054: media recovery requesting unknown archived log for thread 1 with sequence 1 and starting SCN of 1205841

    The error said that it is impossible to find the archived log thread = 1 sequence = 1. Then I check it with this command always there (oh, I'm wrong?)
    RMAN> list backup of archivelog all;
    List of Backup Sets
    ===================
    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    82      2.16M      DISK        00:00:00     20-JAN-16     
            BP Key: 82   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_FULL
            Piece Name: /u01/backup/DB_FULL_ORCL_20160120_s91_p1

      List of Archived Logs in backup set 82
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
    1    1       1154833    20-JAN-16 1177422    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    83      3.88M      DISK        00:00:00     20-JAN-16     
            BP Key: 83   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_FULL
            Piece Name: /u01/backup/DB_FULL_ORCL_20160120_s92_p1

      List of Archived Logs in backup set 83
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
    1    1       1162729    20-JAN-16 1188784    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    84      10.68M     DISK        00:00:01     20-JAN-16     
            BP Key: 84   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_FULL
            Piece Name: /u01/backup/DB_FULL_ORCL_20160120_s93_p1

      List of Archived Logs in backup set 84
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    2       1177422    20-JAN-16 1201833    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    88      1.81M      DISK        00:00:01     20-JAN-16     
            BP Key: 88   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_INC
            Piece Name: /u01/backup/DB_INC_ORCL_20160120_s97_p1

      List of Archived Logs in backup set 88
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    3       1201833    20-JAN-16 1204844    20-JAN-16
      1    4       1204844    20-JAN-16 1204893    20-JAN-16
      1    5       1204893    20-JAN-16 1204958    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    92      143.00K    DISK        00:00:00     20-JAN-16     
            BP Key: 92   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_INC
            Piece Name: /u01/backup/DB_INC_ORCL_20160120_s101_p1

      List of Archived Logs in backup set 92
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    6       1204958    20-JAN-16 1205034    20-JAN-16
      1    7       1205034    20-JAN-16 1205253    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    96      80.00K     DISK        00:00:00     20-JAN-16     
            BP Key: 96   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_INC
            Piece Name: /u01/backup/DB_INC_ORCL_20160120_s105_p1

      List of Archived Logs in backup set 96
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    8       1205253    20-JAN-16 1205354    20-JAN-16
      1    9       1205354    20-JAN-16 1205433    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    100     18.00K     DISK        00:00:00     20-JAN-16     
            BP Key: 100   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_INC
            Piece Name: /u01/backup/DB_INC_ORCL_20160120_s109_p1

      List of Archived Logs in backup set 100
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    10      1205433    20-JAN-16 1205519    20-JAN-16
      1    11      1205519    20-JAN-16 1205559    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    104     128.00K    DISK        00:00:00     20-JAN-16     
            BP Key: 104   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_INC
            Piece Name: /u01/backup/DB_INC_ORCL_20160120_s113_p1

      List of Archived Logs in backup set 104
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    12      1205559    20-JAN-16 1205624    20-JAN-16
      1    13      1205624    20-JAN-16 1205739    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    108     8.00K      DISK        00:00:00     20-JAN-16     
            BP Key: 108   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_INC
            Piece Name: /u01/backup/DB_INC_ORCL_20160120_s117_p1

      List of Archived Logs in backup set 108
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    14      1205739    20-JAN-16 1205796    20-JAN-16
      1    15      1205796    20-JAN-16 1205840    20-JAN-16


    If i ignore it and open the database, just my table in full backup come back but rows was not restored. I'm sure the problem is my archive log backup but i don't know how to solve it. Plz help me.

    Sorry for a long post.

    > 1 and from the 1205841 SNA sequence

    The SCN that indicates Oracle is above the range of SNA that you have in the ArchiveLog backups for sequence 1 to 15 (15 sequence ends at 1205840).

    The message

    channel ORA_DISK_1: restoring archives Journal

    Archives journal thread = 1 sequence = 15

    channel ORA_DISK_1: backup/u01/backup/DB_INC_ORCL_20160120_s117_p1 piece reading

    channel ORA_DISK_1: piece handle = / u01/backup/DB_INC_ORCL_20160120_s117_p1 tag = ARCL_BKP_INC

    indicates that he has restored the sequence up to 15

    You can check the log file alert database instance for messages on the fact of recovery.

    He is now asking sequence #1 it seems you did a RESETLOGS after sequence #15.

    Note: If you have NOT issued a COMMIT after the line is INSERTED in the table 'Day', the recovery of the database will have no * transactions * to retrieve.  An uncomitted transaction is cancelled.

    Hemant K Collette

  • Range restoration of archives

    When he tries to restore multiple archives at once from the STRIP, I get the error like below. But the single file restore works very well.
    RMAN> run
    {
    restore archivelog logseq=51551 UNTIL LOGSEQ=51554 thread=2;
    }
     2> 3> 4>
    Starting restore at 29-OCT-12
    using channel ORA_DISK_1
    using channel ORA_DISK_2
    using channel ORA_DISK_3
    using channel ORA_DISK_4
    using channel ORA_SBT_TAPE_1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 10/29/2012 23:00:50
    RMAN-20242: specification does not match any archived log in the recovery catalog
    
    RMAN>
    The under unique works.
    RMAN> restore archivelog logseq=51551 thread=2;
    
    Starting restore at 29-OCT-12
    using channel ORA_DISK_1
    using channel ORA_DISK_2
    using channel ORA_DISK_3
    using channel ORA_DISK_4
    using channel ORA_SBT_TAPE_1
    
    channel ORA_SBT_TAPE_1: starting archived log restore to default destination
    channel ORA_SBT_TAPE_1: restoring archived log
    archived log thread=2 sequence=51551
    channel ORA_SBT_TAPE_1: reading from backup piece SWPRDENT_01np09eg_797976016_41985.arc
    channel ORA_SBT_TAPE_1: piece handle=SWPRDENT_01np09eg_797976016_41985.arc tag=TAG20121029T200014
    channel ORA_SBT_TAPE_1: restored backup piece 1
    channel ORA_SBT_TAPE_1: restore complete, elapsed time: 00:01:35
    Finished restore at 29-OCT-12
    Can someone tell me what I'm missing. I'm on 11 GR 1 material on Linux.
    I don't use catalog

    Restore archivelog between 51551 and 51554 thread sequence 2.

    Concerning
    Asif Kabir

  • restore the Recycle Bin

    Hello

    How to restore my full basket. I know that recovery manual (drag / move) but I deleted the amount of data to different folders.

    MacBook Air, OS Version X Yosemite 10.10.5

    Thank you

    Command Z will cancel the last command if it was a bulk deletion.

    Otherwise open trash and control, click each item-> Put

    To open the trash in the Finder window - option command on the trash icon opens in the finder

  • restore a backup problems

    Hello

    I did a backup with windows xp on my computer. After that I scored a high grade to windows 8.
    I understant that windows 8 cannot restore a backup in windows xp, but I tried to restore archive from another computer with XP and give me a message "no data entry. Can anyone help me to restore a backup made with XP?
    Thank you very much
    Hello
    Thanks for posting the question on Microsoft Community Forums.
    We will try to help you with this question.
     
    If you could answer a few questions that would help us resolve this problem:
    1. using any third-party backup software to backup data?
    2. on which media have you have saved the data?
    3. are you able to access the drive that has the backup?

    We suggest you to check the size of the backup files.

     
    Please reply with answers to the questions above so that we can better help you.
  • How to restore the Recycle Bin in Windows 10?

    * Original title: lack of wastebasket

    How can I restore my trash basket in Windows 10?

    Hello

    This should help you to restore:

    "How the Recycle Bin on my desktop in Windows Vista or Windows XP?"

    http://support.Microsoft.com/kb/810869

    To resolve this problem in Windows Vista, follow these steps:

    1. Click Startand then click Control Panel.
    2. Click appearance and personalization, click personalization, and then click on Change desktop icons.
    3. Click to select the Recycle Bin check box, and then click OK.

    Or right-click on the desktop > select Customize > on the far left, click on "Change desktop icons" > check the trash.

    This can help you in the future:

    "Disable deletion of the Recycle Bin in Windows Vista"

    http://www.howtogeek.com/HOWTO/Windows-Vista/disable-deletion-of-the-Recycle-Bin-in-Windows-Vista/

    And that's what you look for to change the size of it:

    "Change the Recycle Bin settings.

    http://Windows.Microsoft.com/en-us/Windows-Vista/change-the-Recycle-Bin-settings

    See you soon.

  • Restore rman 10g with different data file name.

    Hi all.

    I am successful restoration sauvegardΘ (Veritas Netbackup) one 10.2.0.5 database.

    The original database was a 2 node Rac 10.2.0.5 on asm without OMF.

    I'm trying to restore on another host with the same version 10.2.0.5 and even platform (Sparc Solaris), but single instance database.

    RMAN complete successfully, the restore, but the names of the data files are different from what is written in the controlfiles so

    the database can go up but not open.

    It is not only a question of path, the look of database for a file of data like this:

    System.261.622119076 (the right way of the asm source environment)

    but instead, rman restore this data as a file

    o1_mf_system_2ixfh90q_.dbf

    This seems a name OMF.

    I don't understand the reason.


    Can I use the command set newname for each data file?


    Thanks in advance.




    I restored the database successfully.

    In init.ora I don't use the setting as a CONVERT.

    I don't know why but I had to restore archived log first. something like

    DESTINATION ARCHIVELOG TO GAME ' / u01/app/oracle/oradata/PDM/arch;

    RESTORE ARCHIVELOG ALL;

    then:

    RMAN > RUN

    {

    SBT ALLOCATE CHANNEL t1 TYPE of AIRCRAFT;

    Restore controlfile;

    }

    After this:

    editing of database startup

    and I extracted the list of data files:

    + DATA /...

    + FLASH...

    then

    change the editing of the database;

    RUN {}

    SBT ALLOCATE CHANNEL t1 TYPE of AIRCRAFT;

    SBT ALLOCATE CHANNEL t2 TYPE of AIRCRAFT;

    SBT ALLOCATE CHANNEL t3 TYPE of AIRCRAFT;

    SBT ALLOCATE CHANNEL t4 TYPE of AIRCRAFT;

    the value of newname for datafile 1 to ' / u01/app/oracle/oradata/PDM/system.261.622119067';

    St newname for datafile 2 to ' / u01/app/oracle/oradata/PDM/undotbs1.262.783621567';

    the value of newname for datafile 3 to ' / u01/app/oracle/oradata/PDM/sysaux.263.622119149';

    the value of newname for datafile 4 to ' / u01/app/oracle/oradata/PDM/undotbs2.265.622119189';

    the value of newname for datafile 5 to ' / u01/app/oracle/oradata/PDM/users.266.622119281';

    the value of newname for datafile 6 to ' / u01/app/oracle/oradata/PDM/gcs_data.272.622547291';

    the value of newname for datafile 7 to ' / u01/app/oracle/oradata/PDM/gcs_indx.275.622548237';

    the value of newname for datafile 8 to ' / u01/app/oracle/oradata/PDM/gcs_lob.276.622548403';

    the value of newname for datafile 9 to ' / u01/app/oracle/oradata/PDM/pdm_data.273.622547535';

    the value of newname for datafile 10 to ' / u01/app/oracle/oradata/PDM/pdm_indx.274.622547861';

    the value of newname for datafile 11 to ' / u01/app/oracle/oradata/PDM/tbs_htmldb.277.623757195';

    the value of newname for datafile 12 to ' / u01/app/oracle/oradata/PDM/w3docdb_data.278.623757345';

    the value of newname for datafile 13 to ' / u01/app/oracle/oradata/PDM/w3docdb_index.279.623757371';

    the value of newname for datafile 14 for ' / u01/app/oracle/oradata/PDM/w3docdb_lob.280.623757407';

    the value of newname for datafile 15 to ' / u01/app/oracle/oradata/PDM/aspect_data.295.636897363';

    the value of newname for datafile 16 t to ' / u01/app/oracle/oradata/PDM/pdmct.319.650450905';

    the value of newname for datafile 17 to ' / u01/app/oracle/oradata/PDM/pdmct.320.650451825';

    the value of newname for datafile 18 to ' / u01/app/oracle/oradata/PDM/pdmpm.321.660676573';

    the value of newname for datafile 19 to ' / u01/app/oracle/oradata/PDM/undotbs3.327.783526691';

    the value of newname for datafile 20 to ' / u01/app/oracle/oradata/PDM/pdmed_data.330.787137071';

    the value of newname for datafile 21 to ' / u01/app/oracle/oradata/PDM/pdmed_idx.329.787137111';

    until ' to_date ('2015 - 12 - 02:13:00:00 ',' yyyy-mm - dd:hh24:mi:ss');

    RESTORE THE DATABASE;

    switch datafile;

    recover the database;

    }

    at database startup has tried to recreate the DATA + redolog in and + FLASH as well

    I've deleted all the possible redolog except the redolog that have been verified as CURRENT or ACTIVE

    (I don't understand why in montage mode I have active and current redolog).

    SELECT GROUP #, ARCHIVED, STATUS FROM V$ LOG;

    ALTER database drop logfile group x.

    For the rest of the redolog I used:

    change the database file rename '+ DATA/pdm/onlinelog/group_1.257.622119063' to ' / u01/app/oracle/oradata/PDM/group_1a ";

    change the database file rename '+ FLASH/pdm/onlinelog/group_1.257.622119065' to ' / u01/app/oracle/oradata/PDM/group_1b ";

    change the database file rename '+ DATA/pdm/onlinelog/group_5.259.622119065' to ' / u01/app/oracle/oradata/PDM/group_5a ";

    change the database file rename '+ FLASH/pdm/onlinelog/group_5.259.622119065' to ' / u01/app/oracle/oradata/PDM/group_5b ";

    change the database file rename '+ DATA/pdm/onlinelog/group_7.269.622123949' to ' / u01/app/oracle/oradata/PDM/group_7a ";

    change the database file rename '+ FLASH/pdm/onlinelog/group_7.263.622123951' to ' / u01/app/oracle/oradata/PDM/group_7b ";

    change the database file rename '+ DATA/pdm/onlinelog/group_8.270.622123951' to ' / u01/app/oracle/oradata/PDM/group_8a ";

    change the database file rename '+ FLASH/pdm/onlinelog/group_8.264.622123951' to ' / u01/app/oracle/oradata/PDM/group_8b ";

    alter database disable change tracking block;

    change the database open.

  • Log of archives by RMAN backup

    Topic: Backup of archive logs by RMAN

    I create newspapers archived in two locations on my server. I do backup of archive logs to a destination:

    Backup in back pain tablets

    ARCHIVELOG like the "$DEST1DR/%.arc" format "${RMBKUPDIR} arlog_ %U % _ %t".

    skip an entry delete inaccessible;

    So after that the archived logs are backed up on tape, they will be removed from dest1.

    On dest2 I remove newspapers archived by using a shell script, some files older than 7 days will be deleted.

    My question is this:

    If I do a rman restore and some archived logs that are present in dest2 needed, he uses them

    Or it will try to restore archived newspapers of the tapes (which were present in dest1 before they were deleted).

    If the answer is that the rman restore will not know anything either on the archived logs present in dest2, how can publicize rman; How can I change my backup or restoration of the rman scripts knows about the newspapers of dest1 and dest2, but removes logs from only dest1 using some commands rman similar to what I described above.

    Thank you very much.

    Hello

    Yes, it will use dest2 archivelogs, but because you delete them without rman, he will try to restore from dest2 even if they are no longer present.

    You should do an overlap after deleting the files outside of rman.

    Moreover, it is better to use FRA and set up a deletion policy and never issue to remove or rm...

    Kind regards

    Franck.

  • Cannot create recovery logs archived

    Oracle 11.2.0.3 in Windows Server 2008 64 bit.
    I try to put in place the mode archive in a database:
    C:\Users\Admin > SET ORACLE_SID = BDSPROD

    C:\Users\Admin > SQLPLUS/nolog

    SQL * more: Production of liberation 11.2.0.3.0 Thu Oct 25 12:28:59 2012

    Copyright (c) 1982, 2011, Oracle. All rights reserved.

    SQL > connect sys/oracle as a sysdba
    Connected.
    SQL > select log_mode from v database $;

    LOG_MODE
    ------------
    NOARCHIVELOG

    SQL > ALTER SYSTEM SET log_archive_start = TRUE SCOPE = spfile;

    Modified system.

    SQL > ALTER SYSTEM SET log_archive_dest = a: \oradata\BDSPROD\archivelogs\' SCOPE = spfile;

    Modified system.

    SQL > shutdown immediate;
    The database is closed.
    The database is dismounted.
    ORACLE instance stops.
    SQL > SHUTDOWN IMMEDIATE;
    ORA-01012: not connected
    SQL > STARTUP MOUNT;
    ORA-32004: outdated or obsolete parameters specified for the instance of RDBMS
    ORACLE instance started.

    Total System Global Area 6781128704 bytes
    Bytes of size 2268064 fixed
    3539993696 variable size bytes
    Buffers data 3221225472 bytes
    Redo buffers 17641472 bytes
    Mounted database.
    SQL > ARCHIVE LOG START;
    Statement processed.
    SQL > ALTER DATABASE ARCHIVELOG;

    Database altered.

    SQL > ALTER DATABASE OPEN;

    Database altered.

    SQL > alter system switch logfile;

    Modified system.

    SQL > select log_mode from v database $;

    LOG_MODE
    ------------
    ARCHIVELOG
    however, there is no archived log generated in the folder recovery: D:\oradata\BDSPROD\archivelogs\
    I also tried with log_archive_dest = SET has: \oradata\BDSPROD\archivelogs' (without the last "------"), but the same behavior, no restoring archived log is created.

    Published by: user521219 on October 25, 2012 10:45

    SQL > ALTER SYSTEM SET log_archive_dest = a: \oradata\BDSPROD\archivelogs\' SCOPE = spfile;

    Which shows the output when you use query below?
    SQL > select name from v$ archived_ log;

    And don't use any specific destination with the use of the attribute location below the number and try again.

    SQL > ALTER SYSTEM SET log_archive_dest_1 =' location = ' D:\oradata\BDSPROD\archivelogs;

    Thank you

  • Archive the log files are not register with oracle 10g are

    Hello

    I have oracle 10.2.0 Linux redhat 4. my database is archivelog since that sequence mode no 30

    but when I backup all the files in the archives to help newspapers.

    rman> backup archivelog all delete input.
    
    it backups up from sequence 67 
    
    because.
    
    SQL> select sequence# from v$archived_log;
    
     SEQUENCE#
    ----------
            67
            68
            69
            70
            71
            72
            73
            74
            75
            76
            77
    
     SEQUENCE#
    ----------
            78
            79
            80
            81
            82
            83
            84
            85
            86
            87
            88
    
     SEQUENCE#
    ----------
            89
            90
            91
            92
            93
            94
            95
            96
            97
            98
            99
    
     SEQUENCE#
    ----------
           100
           101
           102
           103
           104
           105
           106
           107
           108
           109
           110
    
     SEQUENCE#
    ----------
           111
           112
           113
           114
           115
           116
           117
           118
           119
           120
           121
    
     SEQUENCE#
    ----------
           122
    
    56 rows selected.
    
    while i left with
    
    [oracle@Oracledatabas ArchiveDest]$ ls
    1_30_694492901.dbf  1_40_694492901.dbf  1_50_694492901.dbf  1_60_694492901.dbf
    1_31_694492901.dbf  1_41_694492901.dbf  1_51_694492901.dbf  1_61_694492901.dbf
    1_32_694492901.dbf  1_42_694492901.dbf  1_52_694492901.dbf  1_62_694492901.dbf
    1_33_694492901.dbf  1_43_694492901.dbf  1_53_694492901.dbf  1_63_694492901.dbf
    1_34_694492901.dbf  1_44_694492901.dbf  1_54_694492901.dbf  1_64_694492901.dbf
    1_35_694492901.dbf  1_45_694492901.dbf  1_55_694492901.dbf  1_65_694492901.dbf
    1_36_694492901.dbf  1_46_694492901.dbf  1_56_694492901.dbf  1_66_694492901.dbf
    1_37_694492901.dbf  1_47_694492901.dbf  1_57_694492901.dbf
    1_38_694492901.dbf  1_48_694492901.dbf  1_58_694492901.dbf
    1_39_694492901.dbf  1_49_694492901.dbf  1_59_694492901.dbf
    [oracle@Oracledatabas ArchiveDest]$
    
    i have backup of archive log as 
    
    RMAN> list backup of archivelog all;
    
    
    List of Backup Sets
    ===================
    
    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    3       136.49M    DISK        00:00:08     27-AUG-09
            BP Key: 3   Status: AVAILABLE  Compressed: NO  Tag: TAG20090827T061019
            Piece Name: /home/oracle/product/10.2.0/flash_recovery_area/NEO/backupset/2009_08_27/o1_mf_annnn_TAG20090827T061019_59dpwfkb_.bkp
    
      List of Archived Logs in backup set 3
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    37      1530188    18-AUG-09 1549890    19-AUG-09
      1    38      1549890    19-AUG-09 1584124    19-AUG-09
      1    39      1584124    19-AUG-09 1628757    19-AUG-09
    
    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    7       181.96M    DISK        00:00:12     27-AUG-09
            BP Key: 7   Status: AVAILABLE  Compressed: NO  Tag: TAG20090827T222915
            Piece Name: /home/oracle/product/10.2.0/flash_recovery_area/NEO/backupset/2009_08_27/o1_mf_annnn_TAG20090827T222915_59gj7x0o_.bkp
    
      List of Archived Logs in backup set 7
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    63      2413676    26-AUG-09 2435738    26-AUG-09
      1    64      2435738    26-AUG-09 2472234    27-AUG-09
      1    65      2472234    27-AUG-09 2515317    27-AUG-09
      1    66      2515317    27-AUG-09 2546805    27-AUG-09
    
    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    9       15.94M     DISK        00:00:02     28-AUG-09
            BP Key: 9   Status: AVAILABLE  Compressed: NO  Tag: TAG20090828T001745
            Piece Name: /home/oracle/product/10.2.0/flash_recovery_area/NEO/backupset/2009_08_28/o1_mf_annnn_TAG20090828T001745_59gpmc0s_.bkp
    
      List of Archived Logs in backup set 9
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    30      1328116    17-AUG-09 1330698    17-AUG-09
      1    31      1330698    17-AUG-09 1343639    17-AUG-09
    
    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    11      104.87M    DISK        00:00:07     28-AUG-09
            BP Key: 11   Status: AVAILABLE  Compressed: NO  Tag: TAG20090828T012913
            Piece Name: /home/oracle/product/10.2.0/flash_recovery_area/NEO/backupset/2009_08_28/o1_mf_annnn_TAG20090828T012913_59gtsbdk_.bkp
    
      List of Archived Logs in backup set 11
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    31      1330698    17-AUG-09 1343639    17-AUG-09
      1    32      1343639    17-AUG-09 1386340    17-AUG-09
      1    33      1386340    17-AUG-09 1418708    17-AUG-09
    
    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    18      2.44G      DISK        00:03:18     17-SEP-09
            BP Key: 18   Status: AVAILABLE  Compressed: NO  Tag: TAG20090917T002120
            Piece Name: /home/oracle/product/10.2.0/flash_recovery_area/NEO/backupset/2009_09_17/o1_mf_annnn_TAG20090917T002120_5c3gb2m2_.bkp
    
      List of Archived Logs in backup set 18
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    67      2546805    27-AUG-09 2571963    28-AUG-09
      1    68      2571963    28-AUG-09 2610800    28-AUG-09
      1    69      2610800    28-AUG-09 2647832    28-AUG-09
      1    70      2647832    28-AUG-09 2668839    28-AUG-09
      1    71      2668839    28-AUG-09 2705408    29-AUG-09
      1    72      2705408    29-AUG-09 2749633    29-AUG-09
      1    73      2749633    29-AUG-09 2783675    30-AUG-09
      1    74      2783675    30-AUG-09 2826464    30-AUG-09
      1    75      2826464    30-AUG-09 2860499    30-AUG-09
      1    76      2860499    30-AUG-09 2903504    31-AUG-09
      1    77      2903504    31-AUG-09 2943108    31-AUG-09
      1    78      2943108    31-AUG-09 2977859    31-AUG-09
      1    79      2977859    31-AUG-09 2998785    01-SEP-09
      1    80      2998785    01-SEP-09 3042779    01-SEP-09
      1    81      3042779    01-SEP-09 3086898    01-SEP-09
      1    82      3086898    01-SEP-09 3103245    02-SEP-09
      1    83      3103245    02-SEP-09 3147628    02-SEP-09
      1    84      3147628    02-SEP-09 3192216    02-SEP-09
      1    85      3192216    02-SEP-09 3208480    02-SEP-09
      1    86      3208480    02-SEP-09 3248106    03-SEP-09
      1    87      3248106    03-SEP-09 3294064    03-SEP-09
      1    88      3294064    03-SEP-09 3323611    03-SEP-09
      1    89      3323611    03-SEP-09 3352060    04-SEP-09
      1    90      3352060    04-SEP-09 3399516    04-SEP-09
      1    91      3399516    04-SEP-09 3440740    04-SEP-09
      1    92      3440740    04-SEP-09 3457884    05-SEP-09
      1    93      3457884    05-SEP-09 3485157    05-SEP-09
      1    94      3485157    05-SEP-09 3523208    05-SEP-09
      1    95      3523208    05-SEP-09 3558325    05-SEP-09
      1    96      3558325    05-SEP-09 3600414    06-SEP-09
      1    97      3600414    06-SEP-09 3642729    06-SEP-09
      1    98      3642729    06-SEP-09 3678479    07-SEP-09
      1    99      3678479    07-SEP-09 3720642    07-SEP-09
      1    100     3720642    07-SEP-09 3748794    07-SEP-09
      1    101     3748794    07-SEP-09 3777963    08-SEP-09
      1    102     3777963    08-SEP-09 3823393    08-SEP-09
      1    103     3823393    08-SEP-09 3865230    08-SEP-09
      1    104     3865230    08-SEP-09 3880510    09-SEP-09
      1    105     3880510    09-SEP-09 3906888    09-SEP-09
      1    106     3906888    09-SEP-09 3961086    09-SEP-09
      1    107     3961086    09-SEP-09 3982103    10-SEP-09
      1    108     3982103    10-SEP-09 4034528    10-SEP-09
      1    109     4034528    10-SEP-09 4055556    11-SEP-09
      1    110     4055556    11-SEP-09 4115268    11-SEP-09
      1    111     4115268    11-SEP-09 4128557    12-SEP-09
      1    112     4128557    12-SEP-09 4165104    12-SEP-09
      1    113     4165104    12-SEP-09 4202850    12-SEP-09
      1    114     4202850    12-SEP-09 4258353    13-SEP-09
      1    115     4258353    13-SEP-09 4298900    14-SEP-09
      1    116     4298900    14-SEP-09 4341046    14-SEP-09
      1    117     4341046    14-SEP-09 4365180    15-SEP-09
      1    118     4365180    15-SEP-09 4424992    15-SEP-09
      1    119     4424992    15-SEP-09 4439538    15-SEP-09
      1    120     4439538    15-SEP-09 4489259    16-SEP-09
      1    121     4489259    16-SEP-09 4532807    16-SEP-09
      1    122     4532807    16-SEP-09 4548893    17-SEP-09
    
    
    
    and when i try
    
    RMAN> backup archivelog from sequence 30 until sequence 66;
    
    Starting backup at 17-SEP-09
    using channel ORA_DISK_1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup command at 09/17/2009 04:01:25
    RMAN-20242: specification does not match any archive log in the recovery catalog
    
    
    when i try to restore database on testing server it ask me for
    
    
    
    MAN> recover database until sequence 121;
    
    Starting recover at 17-SEP-09
    using channel ORA_DISK_1
    
    starting media recovery
    
    channel ORA_DISK_1: starting archive log restore to default destination
    channel ORA_DISK_1: restoring archive log
    archive log thread=1 sequence=37
    channel ORA_DISK_1: restoring archive log
    archive log thread=1 sequence=38
    channel ORA_DISK_1: restoring archive log
    archive log thread=1 sequence=39
    channel ORA_DISK_1: reading from backup piece /home/oracle/o1_mf_annnn_TAG20090827T061019_59dpwfkb_.bkp
    channel ORA_DISK_1: restored backup piece 1
    piece handle=/home/oracle/o1_mf_annnn_TAG20090827T061019_59dpwfkb_.bkp tag=TAG20090827T061019
    channel ORA_DISK_1: restore complete, elapsed time: 00:00:17
    channel ORA_DISK_1: starting archive log restore to default destination
    channel ORA_DISK_1: restoring archive log
    archive log thread=1 sequence=63
    channel ORA_DISK_1: restoring archive log
    archive log thread=1 sequence=64
    channel ORA_DISK_1: restoring archive log
    archive log thread=1 sequence=65
    channel ORA_DISK_1: restoring archive log
    archive log thread=1 sequence=66
    channel ORA_DISK_1: reading from backup piece /home/oracle/o1_mf_annnn_TAG20090827T222915_59gj7x0o_.bkp
    channel ORA_DISK_1: restored backup piece 1
    piece handle=/home/oracle/o1_mf_annnn_TAG20090827T222915_59gj7x0o_.bkp tag=TAG20090827T222915
    channel ORA_DISK_1: restore complete, elapsed time: 00:00:15
    channel ORA_DISK_1: starting archive log restore to default destination
    channel ORA_DISK_1: restoring archive log
    archive log thread=1 sequence=31
    channel ORA_DISK_1: restoring archive log
    archive log thread=1 sequence=32
    channel ORA_DISK_1: restoring archive log
    archive log thread=1 sequence=33
    channel ORA_DISK_1: reading from backup piece /home/oracle/o1_mf_annnn_TAG20090828T012913_59gtsbdk_.bkp
    channel ORA_DISK_1: restored backup piece 1
    piece handle=/home/oracle/o1_mf_annnn_TAG20090828T012913_59gtsbdk_.bkp tag=TAG20090828T012913
    channel ORA_DISK_1: restore complete, elapsed time: 00:00:07
    archive log filename=/home/oracle/DataBaseBackups/ArchiveDest/1_31_694492901.dbf thread=1 sequence=31
    archive log filename=/home/oracle/DataBaseBackups/ArchiveDest/1_32_694492901.dbf thread=1 sequence=32
    archive log filename=/home/oracle/DataBaseBackups/ArchiveDest/1_33_694492901.dbf thread=1 sequence=33
    archive log filename=/home/oracle/DataBaseBackups/ArchiveDest/1_34_694492901.dbf thread=1 sequence=34
    archive log filename=/home/oracle/DataBaseBackups/ArchiveDest/1_34_694492901.dbf thread=1 sequence=35
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of recover command at 09/17/2009 03:01:31
    RMAN-11003: failure during parse/execution of SQL statement: alter database recover logfile '/home/oracle/DataBaseBackups/ArchiveDest/1_34_694492901.dbf'
    ORA-00310: archived log contains sequence 34; sequence 35 required
    ORA-00334: archived log: '/home/oracle/DataBaseBackups/ArchiveDest/1_34_694492901.dbf'
    My question is why my 30 to 66 sequence archivelog file are not saved with the database in v$ archived_log and how to solve this problem.

    Thank you
    Umesh

    You may need to increase the CONTROL_FILE_RECORD_KEEP_TIME value.

    If the archivelogs are still on the disk, you can try to catalog them with:

    RMAN> catalog start with '/home/oracle/DataBaseBackups/ArchiveDest/;
    

    or if you don't need the file you can simply remove the o/s and run the following:

    RMAN> crosscheck archivelog all;
    RMAN> delete expired archivelog all;
    
  • iOS 10 mail app move all / trash all

    I just upgraded my iPad to iOS 10 2 Air.  It seems as if the move "all" and "trash all" feature has been removed from the mail application.  When I discovered one of my inboxes (I have the iCloud accounts and gmail), and tap edit, only 'Mark All' is enabled.  'Move' and 'Archive' (gmail) / "Basket" (iCloud) is both greyed out.

    In iOS all 9 (still installed on my iPhone), 'move' and 'Archives All' (gmail) / 'Trash All' (iCloud) are activated when I hit Edit in each Inbox.

    Apple has removed this feature in iOS 10 or changed the way it is implemented?

    I see the same question.  I have an email account that sends security updates.  I get hundreds of them, and I do not have ' t need all of read them.  In iOS 9, I was able to "trash all" of them.  No, I am on iOS 10 function disappeared.  Please bring back this feature

  • Satellite L50-A-111: dimming does not work properly after Win 8.1 upgrade

    Hello

    I have a problem with my laptop computer truebright LED monitor.
    Brightness works correctly, but the brightness variation is not.

    I should be able to choose from a range of 0 to 100% in both, but in gradation brightness that I can not only get up to 10% even though it says its 100%
    because when I level down it says 8,6,5,3,1 level and 0 when I get home eco and when I max he says 10% for 1 second, then 100%.

    Oh and something important, change the brightness variation has no effect at all, I think it's just stuck at 10%.

    But I know clearly that it is 10%.
    I tried everything so far, restore archive and the registry.
    It wasn't even until I restored the registry. I also tried advanced options that once solved this problem for me, tried everything, expect to reinstall the operating system.

    I installed windows 8.1 Windows store recently I don't know if its related.
    All my drivers are up to date.
    Happened yesterday after Batman Arkham City GOTY installing and disabling the Anti Virus, Firewall, etc...

    I don't know what else to try, im really frustrated, I can't handle this without the gradation of light at its maximum. My only concern is to reinstall the operating system did not solve my problems.

    Please give me some info on how to solve this problem, I'll try the registry if someone can help out me.
    Thank you in advance.

    My best regards,

    Sir. º Micael liberal

    Hello

    To be honest I m a bit confused.

    You said that you have upgraded to Win 8.1
    After these updates, you must update all the Toshiba drivers as mentioned on the 8.1 win Toshiba upgrade page.
    On the page of the Toshiba UE driver you can find the installation instructions that will show you how to install / update all drivers.

    This is very important!

  • Retrieve data in my Outlook calendar

    I was able to restore my Outlook calendar (I accidentally erased about 6 months of a data value, change a recurrence) by using the system restore?

    Restore archived items
    http://Office.Microsoft.com/client/helppreview.aspx?assetid=HA102427081033&QueryID=P-sFtodYN0&respos=10&RT=2&ns=Outlook&lcid=3081&PID=CH101130681033

    Recovery ToolBox for Outlook

    Is the default location for PST files in Vista (enable BOTH hidden and system files to be included in the Control Panel / folder Options / View)
    C:\Users\%username%\AppData\Local\Microsoft\Outlook\

    See what this link said of snapshots snapshots, read the whole link if you have Vista Premium.

    Bring back deleted files
    http://www.Tek-Tips.com/viewthread.cfm?QID=1517113

  • Is it possible to remove the specific backup folder.

    Hello

    Please find below RMAN backup scenario,

    JUNE_01 - LEVEL 0

    JUNE_02 - CUMULATIVE LEVEL 1

    JUNE_03 - CUMULATIVE LEVEL 1

    JUNE_04 - CUMULATIVE LEVEL 1

    JUNE_05 - CUMULATIVE LEVEL 1

    Here is my need,

    (1) can I delete specific folders (middle of the order's backup) which are below.

    03 JUNE - CUMULATIVE LEVEL 1

    04 JUNE - CUMULATIVE LEVEL 1

    So how to remove it.

    I tried with the following query that is not delteted, please find this query, is there any correction, or if you have the correct question to delete specific folder then pls share.

    (2) if I removed above at the mentioned date backup folder as below,

    03 JUNE - CUMULATIVE LEVEL 1 - deleted

    JUNE 04 - CUMULATIVE LEVEL 1 - deleted

    and have only one backup set that is have below.

    JUNE_01 - LEVEL 0

    JUNE_02 - CUMULATIVE LEVEL 1

    JUNE_05 - CUMULATIVE LEVEL 1

    Can I restore complete database from 01 June to 05 June, because I take the cumulative backup level.

    According to the Cumulative level 1 backup strategy, it backs up all recent changes each time after the recent level 0.

    And yet one thing I enrolled as PARAMETER RMAN

    BACKUP OPTIMIZATION,

    So, is this all possible and Impossible. Please, share your experience. Most welcome and thank you in advance

    Cumulative level 1 backups contain all changes since last level 0 backup. So if you do not need to restore from a specific date within your backup cumulative level 1, you can remove it. In your case, you can remove the 03 and 04 of June and can restore the database from June 01, 02 and 05 June as offers, depending on the availability of the last backups.

    If you can restore your database at any other time, beside your incremental backups, also depends on restoring archived newspapers available. In this case, restore you the database from a full or level 0 backup and recover the database using newspapers to check-in to the current or previous point in time.

    To remove specific backupsets, you can use the command "List backup RMAN summary" and use then 'delete backupset ' to delete the backup.

    http://docs.Oracle.com/CD/E11882_01/backup.112/e10643/rcmsynta027.htm#RCMRF132

Maybe you are looking for

  • Printer keeps going offline

    Hello, I have a HP Office Jet Pro 8500 A910, my laptop is connected wireless.  It is the 3rd time in as many weeks that I tried to print and have discovered that my printer is "offline".  I don't remember what I did the previous time except deleted p

  • HP slimline 410-010: someone at - it added a 2nd disk to a 410-010 PC HP?

    I don't know what I need I don't see no records additional power from the power supply, or a place to plug in a sata pay-per-view cable... Thanks a lot for your help...

  • Portege M400: Orange power light is flashing

    When I tried to start my computer, the computer did not turn, but the power LED will Flash orange and the fan with a thud. This happens every time, but often. What will happen to my laptop?

  • Plug-in for LS-Dyna files

    Hello I was hoping that someone could help with a plug-in for LS-Dyna (CAE Solver) output files.  I have attached a force (rcforc) and node (nodout) data files.  The format is strange to me and the wizard could not help... In addition, these files do

  • I can't download Windows Live, Skype and AVG antivirus. Problem with firewall or IE 8?

    My Eee PC 1000HE is insalled with Windows XP and Service Pack 3. I tried to download the Windows Live, Skype and AVG antivirus without success because they said that they could not detect my internet connections. I tried it on my workplace and my hou