RMAN-06023: no backup or copy of datafile 40 found to restore

I'm using Oracle 10.2.0.3on Linux.

I have a full backup taken a few months back.

Database changes are quite small, so I was asked to do a recovery until the time.

After the last database backup a few spaces have been created, and I do not have a backup of them.

Now, when I tried to restore from old backup I hit this error

RMAN > restore database from tag = "TAG20080819T104511";

From restoration to 17 December 08
using channel ORA_DISK_1

RMAN-00571: ===========================================================
RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
RMAN-00571: ===========================================================
RMAN-03002: failure of the restore command at 2008-12-17 14:52:39
RMAN-06026: some targets not found - abandonment of restoration
RMAN-06023: no backup or copy of datafile 40 found to restore
RMAN-06023: no backup or copy of datafile 39 found to restore
RMAN-06023: no backup or copy of datafile 38 found to restore

Is it possible to ignore these storage spaces and to make a point in time recovery?

Hi Ben!

To exclude a tablespace in backup/restore do the following:

Find the name of the repository where 40 datafile belongs to 1.).


SELECT tablespace_name
FROM dba_tablespaces t, dba_data_files d
WHERE t.tablespace_name = d.tablespace_name
AND d.file_id = 40;

2.) configure an exclusion for this tablespace (allows to name TS1) in rman


CONFIGURE EXCLUDE FOR TABLESPACE TS1;

3.) Repeat steps 1 and 2 for datafiles 38 and 39.

4.) Restore the database

RESTORE DATABASE;

5.) Actually you can't recovery your database because of the missing datafiles. Try to recreate them. This will only work, if you've all the archivelogs since your last backup. Do this within SQL*Plus


startup mount

ALTER DATABASE
CREATE DATAFILE 40
AS 'path/filename of file number 40';

6.) repeat step 5 for 38 and 39 data files

I don't exactly know if it works or not but I hope!

concerning

Tags: Database

Similar Questions

  • RMAN-06023: no backup or copy of datafile 3 found to restore

    Hello

    I searched the whole forum, but I have nothing.

    I rman backupset (x 64) and I'm trying to restore it to another machine, (same characteristic), but I got the error below.

    help please... :(



    RMAN > run
    2 > {}
    3 > ALLOCATE CHANNEL C1 DEVICE TYPE DISK;
    4 > RESTORE database;
    {5 >}

    using the control file of the target instead of recovery catalog database
    allocated channel: C1
    channel C1: SID = 170 type device = DISK

    From restoration to May 3, 10

    output channel: C1
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the command restore at 2010-05-03 11:16
    RMAN-06026: some targets not found - abandonment of restoration
    RMAN-06023: no backup or copy of datafile 5 found to restore
    RMAN-06023: no backup or copy of the file 4 found to restore
    RMAN-06023: no backup or copy of datafile 3 found to restore
    RMAN-06023: no backup or copy of datafile 2 found to restore
    RMAN-06023: no backup or copy of datafile 1 found to restore

    RMAN >

    But mark correct/good

  • RMAN-06023: no backup or copy of datafile 407 found to restore

    Hi all

    Database 11.1.0.7 on OUL5x64
    just did a full backup and check the log file, the backup was good, he saved on a NFS mount.


    It is the error in the log file

    # Release target DB info, catalog DB, catalog schema & RMAN executable: #.
    11.1.0.7
    Winding began in the log file: /tmp/rman_gold.log

    Recovery Manager11.1.0.7.0

    RMAN > run {}
    2 > set up what SNA 5976539071832.
    3 > restore database;
    4 > restore database;
    {5 >}
    executing command: SET until clause
    using the control file of the target instead of recovery catalog database

    From restoration to 1 April 10
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID = 1632 type device = DISK
    allocated channel: ORA_DISK_2
    channel ORA_DISK_2: SID = 1655 type device = DISK

    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================

    RMAN-03002: failure of the restore command at 01/04/2010 11:11:12
    RMAN-06026: some targets not found - abandonment of restoration
    RMAN-06023: no backup or copy of datafile 407 found to restore
    RMAN-06023: no backup or copy of datafile 406 found to restore
    RMAN-06023: no backup or copy of datafile 405 found to restore
    RMAN-06023: no backup or copy of file 404 found to restore
    RMAN-06023: no backup or copy of datafile 403 found to restore
    RMAN-06023: no backup or copy of datafile 402 found to restore
    RMAN-06023: no backup or copy of datafile 401 found to restore
    RMAN-06023: no backup or copy of datafile 400 found to restore
    RMAN-06023: no backup or copy of datafile 399 found to restore
    RMAN-06023: no backup or copy of datafile 398 found to restore
    RMAN-06023: no backup or copy of datafile 397 found to restore
    RMAN-06023: no backup or copy of datafile 396 found to restore
    RMAN-06023: no backup or copy of datafile 395 found to restore
    RMAN-06023: no backup or copy of datafile 394 found to restore
    RMAN-06023: no backup or copy of datafile 393 found to restore
    RMAN-06023: no backup or copy of datafile 392 found to restore
    RMAN-06023: no backup or copy of datafile 354 found to restore
    RMAN-06023: no backup or copy of datafile 353 found to restore
    # Specific details of the problem encountered during the RMAN session: #.
    the database backup point also complete a NFS mount. then delete the database, startup nomount database and restore the controlfile then stop and start frame.
    connecting to rman as
    RMAN target /.
    run
    backup from the list; and the backup from the list of the archivelog all;
    get the number of SCN and restore in the above script.
    If failed the first time with message

    RMAN-06026: some targets not found - abandonment of restoration
    RMAN-06023: no backup or copy of datafile 407 found to restore
    RMAN-06023: no backup or copy of datafile 406 found to restore
    RMAN-06023: no backup or copy of datafile 405 found to restore
    RMAN-06023: no backup or copy of file 404 found to restore
    .........................

    After that he failed
    Then I added everything backup as
    RMAN >
    Catalogue backuppiece ' / rman/backup/ph2/xxxxxxxxxx.dbf';
    .......................
    ......................

    Then, run the restore again.
    It fails with the above error.

    I check, all backup elements are there.
    Why the rman could not locate the backup pieces.

    Can someone please have a suggestion.

    Thanks in advance!

    PLS, try this command without SNA 5976539071832 such as

    Run {}
    restore the database;
    recover the database;
    }

  • RMAN-06023: no backup or copy of the data file

    Hi all

    Database: 10.2.0.1.0

    During the restoration of database of rman backup, using the recovery catalog, I am getting error below:

    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the restore command at 2010-07-06 16:44:12
    RMAN-06026: some targets not found - abandonment of restoration
    RMAN-06023: no backup or copy of the file 4 found to restore
    RMAN-06023: no backup or copy of datafile 3 found to restore
    RMAN-06023: no backup or copy of datafile 2 found to restore
    RMAN-06023: no backup or copy of datafile 1 found to restore.

    I did the entire task required as backup, backup of the datafile overlap list #;

    These orders showing as backup status: AVAILABLE

    Please help me to restore the database:

    Thank you
    Vipin

    VipinK wrote:
    Hi Alex,

    RMAN > list incarnation of database;

    List of Incarnations of the database
    DB key Inc key STATE ID DB name DB reset reset time SNA
    ------- ------- -------- ---------------- --- ---------- ----------
    1 8 TEST 2020618919 PARENT 1 30 AUGUST 05
    1 2 TEST CURRENT 2020618919 534907 JUNE 23, 10
    1 314 TEST THE 2020618919 ORPHAN 1228265 2 JULY 10

    Also I tried to reset the database incarnation to 2; but no use same problem occurs again:

    Don't need to reset need reset 2, 314 (ORPHAN 1228265 2 July 10) database and try again as follows:

    rman target /
    reset database to incarnation 314;
    restore database;
    recover database;
    
  • RMAN issues - no backup or copy of the data file found

    Oracle 11 g 2

    Linux RHEL 6.5

    I inherited a database backup and restore question since the DBA is OoO.

    Here is the script used for the backup:

    Configure default device the disk type;
    Configure controlfile autobackup on;
    Configure controlfile autobackup peripheral type disc format in ' / u01/app/oracle/bkp/controlfile/%F.ctl';
    Configure retention policy to recovery of 30-day window;
    View all;
    Run {}
    stop immediately;
    bootable media;
    allocate channel dup1 device type disk;
    allocate channel dup2 device type disk;
    SQL "create pfile =" /u01/app/oracle/bkp/pfile/initpfile.ora "of spfile;
    backup format ' / u01/app/oracle/bkp/cold_db/cold_bkp_%U' database;
    output channel dup1;
    output channel dup2;
    ALTER database open;
    }

    When I try the following restore script:

    run
    {
    Start pfile='/u01/app/oracle/bkp/pfile/initpfile.ora' nomount;
    Restore controlfile to ' / u01/app/oracle/bkp/controlfile/c-123131414-20140509-00.ctl';
    change the editing of the database;
    restore the database;
    ALTER database open resetlogs;
    }

    I get error RMAN-06023: no backup or copy of the data file found

    I'm trying to restore a database backup from 5 days ago and I use this backup control file.

    I'll close this discussion and continue to involve the Oracle.  Thank you all for your help.

  • RMAN-06024: no backup or copy of the file of control found to restore

    I have installed oracle 11.2 on virtual machine and made two copy of this vm i.e vm1 and vm2

    I took the backup with rman vm1 and automatic backup of the control file.


    Now I want to restore this backup on vm2, I configured for this channel and other settings.

    running following command

    Catalogue start with "\\server3\database_backup\rman\C-3507808503-20130531-00";

    "C 3507808503-20130531-00" is the name of the control file backup.


    RESTORE CONTROLFILE;

    It gives me error

    RMAN-06496: must use the TO clause when the database is mounted or open

    can I use after a command

    RESTORE CONTROLFILE to 'C:\oracle\Administrator\oradata\slate ';

    then it gives me error
    RMAN-06024: no backup or copy of the file of control found to restore

    can someone help me how to restore the control for vm2 file

    Hello

    909855 wrote:
    I have installed oracle 11.2 on virtual machine and made two copy of this vm i.e vm1 and vm2

    I took the backup with rman vm1 and automatic backup of the control file.

    Now I want to restore this backup on vm2, I configured for this channel and other settings.

    running following command

    Catalogue start with "\\server3\database_backup\rman\C-3507808503-20130531-00";

    "C 3507808503-20130531-00" is the name of the control file backup.
    RESTORE CONTROLFILE;

    It gives me error

    RMAN-06496: must use the TO clause when the database is mounted or open

    can I use after a command

    RESTORE CONTROLFILE to 'C:\oracle\Administrator\oradata\slate ';

    then it gives me error
    RMAN-06024: no backup or copy of the file of control found to restore

    can someone help me how to restore the control for vm2 file

    Why use the network path?

    Copy all the files backup on VM2 for example C:\Backup folder and try

     set DBID ...
     restore controlfile from 'C:\Backup\C-3507808503-20130531-00';
     alter database mount;
     catalog start  with 'C:\bakup';
     restore database;
    

    If you are using same directories for databases on VM1 and VM2, not catalog must start with command.
    Because RMAN Catalog backup VM1 information in the control of catalog file repository.

    Concerning
    Mr. Mahir Quluzade

  • RMAN-06023

    Hello

    Oracle 10.2.0.5
    Solaris 10

    plan is the backup and restore
    during the restore under problem amfacing, may suggest you please how to go further.

    RMAN > restore datafile 28;

    From restoration to 21 April 2013 20:40:28
    using channel ORA_DISK_1

    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the restore command at 21/04/2013 20:40:28
    RMAN-06026: some targets not found - abandonment of restoration
    RMAN-06023: no backup or copy of datafile 28 found to restore
    RMAN >

    appricate your help.

    Thank you.

    According to above results of datafile 28 was in fact a mouthful in the data file and there has been no backup taken after the Player operation.
    PLUGIN_CHANGE # (568809) is higher than the "SNA cash" (563444) of the backup.
    You must therefore plugin data file again from its source, commit to what you want.

    see below notes for more information.

    NOTE: 1366610.1 -common Causes for RMAN-06023

  • RMAN change the backup of data files directory

    Hi all!

    I have question for RMAN. My backups keep in fast_recovery_area (/ opt/oracle/fast_recovery_area). I want to change the path of my fast_recovery_area to another location. I've changed that through SQL more command: ALTER SYSTEM SET DB_RECOVERY_FILE_DEST = ' / opt/oracle/backup ' SCOPE = BOTH SID ='* ';

    Now, my fast_recovery_area is in this path/opt/oracle/backup. In the fast_recovery_area, I have 4 folders (archivelog, autobackup, backupset datafile). All folder is created in the new location and RMAN write successfully the file on the new location except a single file (datafile). How can I change this option for this folder that writes to the new location. P.S datafile directroy have * dbf files backed up nightly.

    Thank you!

    You use an incremental update strategy of backup.  The level 1 backup is always aware of the 'previous' 0 level backup in the old location, so it is not a fee L0 backup in the new location.  You can remove the old backup, run a BACKUP DUPLICATION and OVERLAPPING COPY OF DATABASE for Oracle to be aware that the L0 backup no longer exists.  Then, run a fresh backup for Oracle create a new backup of L0.

    Hemant K Collette

  • RMAN-06094: datafile 344 must be restored: in duplicate of active db db

    Hi all

    I'm on the oracle 11g running on Solaris Sparc 64-bit database.

    I am using the RMAN duplicate command using the current database with the following command:
    rman target sys/manager@TARGET nocatalog  auxiliary sys/manager@DEST <<EOF
    run {
    allocate channel ch1 type disk;
    allocate channel ch2 type disk;
    allocate channel ch3 type disk;
    allocate channel ch4 type disk;
    allocate channel ch5 type disk;
    allocate auxiliary channel ch6 type disk;
    allocate auxiliary channel ch8 type disk;
    allocate auxiliary channel ch7 type disk;
    allocate auxiliary channel ch9 type disk;
    allocate auxiliary channel ch10 type disk;
    SET NEWNAME FOR DATABASE TO '/p1/oracle/DEST/DEST/datafile/%U';
    duplicate database to DEST from active database nofilenamecheck;}
    I got this error at the end of the output:
    datafile 340 switched to datafile copy
    input datafile copy RECID=2183 STAMP=789836366 file name=/p1/oracle/dest/DEST/datafile/data_D-TARGET_TS-SYSAUX_FNO-340
    
    datafile 341 switched to datafile copy
    input datafile copy RECID=2184 STAMP=789836366 file name=/p1/oracle/dest/DEST/datafile/data_D-TARGET_TS-RMX_DATA_FNO-341
    
    datafile 342 switched to datafile copy
    input datafile copy RECID=2185 STAMP=789836366 file name=/p1/oracle/destr/DEST/datafile/data_D-TARGET_TS-RMX_IDX_FNO-342
    
    datafile 343 switched to datafile copy
    input datafile copy RECID=2186 STAMP=789836366 file name=/p1/oracle/dest/DEST/datafile/data_D-TARGET_TS-RMX_LOBS_FNO-343
    
    contents of Memory Script:
    {
       set until scn  10453270596456;
       recover
       clone database
        delete archivelog
       ;
    }
    executing Memory Script
    
    executing command: SET until clause
    
    Starting recover at 28-JUL-12
    released channel: ch1
    released channel: ch2
    released channel: ch3
    released channel: ch4
    released channel: ch5
    released channel: ch6
    released channel: ch8
    released channel: ch7
    released channel: ch9
    released channel: ch10
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 07/28/2012 15:00:09
    RMAN-05501: aborting duplication of target database
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06094: datafile 344 must be restored
    
    RMAN>
    RMAN>
    
    Recovery Manager complete.
    ~
    Please suggest how to go about the next.

    Concerning
    KK

    Published by: Kk on July 28, 2012 02:41

    Published by: Kk on July 28, 2012 02:49: ADDED BETTER OUTPUT

    KK wrote:
    Hi all

    The data file 344 and 345 belonged to two different tablespaces that were not used.

    More, I don't know why, but the timestamp on these two data files 344 and 345 was showiing like JULY 6 instead of JULY 28.

    If I was sure that this was causing the problem.

    I gave these 2 storage spaces and then runs again once again the script removing created controlfiles and the database has been opened.

    Just curious as to why these 2 data files were not getting filled with the timestamp of the last?

    Concerning
    KK

    What is the status of the two data files? You can query to source database
    SQL > select file_id, dba_data_files online_status where file_id in (344 345);

    This backup contains these two files? If these two tablespaces have only a data file is in read-only mode?

  • Error in RMAN gradually update backups

    Dear all,

    I am now facing a very strange situation. I made backups gradually updated in my production environment. What follows is the rman script stored in my catalog:
    retrieve the copy of the database with the tag 'incr_backup' until ' SYSDATE - 7';
    tag backup incremental level 1 'incr_backup' to retrieve the copy with the tag "incr_backup" database.

    And I leave the window default as recovery 'CONFIGURE the RETENTION STRATEGY to the RECOVERY WINDOW OF 30 DAYS' in rman because we would like to be able to step back and send it within 30 days.

    Everything works very well in the first ten days and on the seventh day, the recovery seems to work. All of a sudden, the eleventh day retrieve it doesn't work any more which complains that "no copy of the datafile 1 found to recover." It seems that the copy of the data file is not found. I checked it, and they are always available on catalogue. Totally, I lose myself. Does anyone face the similar problem? I think I need help.

    Kind regards
    Lik

    N ° if you assign to redundancy 1 RMAN will retain all the incremental backups that are needed in order to meet the deadlines of ' sysdate-30'.» RMAN interprets this set of incremental backups as a SINGLE logical unit, then the redundancy 1 is correct. Incremental backups are no longer needed (more than 30 days) are removed from the set, when you issue "delete obsolete.

    Werner

  • RMAN - RETRIEVE the backup complete and necessary archives Logs of SBT_TAPE to disk

    Hello

    I've never done this before and no one on my team seems to have idea if possible. In our environment, backups are performed using netbackup to bands using RMAN. I have a request to recover a good full backup of an oracle database (where we can restore the database, if required in the future) of January 13 and place in a way they provided for example: / dbbkup/dbName/files.

    The backup team tied the tapes required for this backup, which in this case is January 13, 2016, see below. We can only use RMAN to restore this backup, but I don't want to restore this backup on a database, instead would like to capture the full backup and zip and place it in the provided path. Is there is a possibility with RMAN?

    If yes I would appreciate the full commands necessary to capture all of the basic + archivelogs (how can I determine what archivelogs are needed?)

    I came with thisbut do not know if this will do.

    Run {}

    until ' to_date (' 01 2016 13 11:00 ', 'YYYY MM DD HH24') ";

    allocate auxiliary channels ch1 type 'sbt_tape '.

    DESTINATION FOR RESTORE GAME ' / dbbkup/dbName/files ";

    RESTORE THE DATABASE;

    }

    OPERATION STATUS OBJECT_TYPE START_TIME, END_TIME

    --------------------------------- ----------------------- ------------- ------------------- -------------------

    BACKUP COMPLETE DB FULL 01/13 / 01/13 2016:11:01:51 / 2016:11:23:03




    RMAN > backup databas list;

    Time of accomplishment BS key Type LV size device Type elapsed time

    ------- ---- -- ---------- ----------- ------------ --------------------

    1096026768 complete SBT_TAPE 4.44 G 00:11:01 January 13, 2016 23:12:47

    BP key: 1096026774 status: AVAILABLE Tablet: NO Tag: TAG20160113T230146

    Handle: e1qra7eq_1_1 Media:

    List of defined backup data files 1096026768

    Name of file LV Type cash SNA cash time

    ---- -- ---- ---------- -------------------- ----

    2 full 342817549 13 January 2016 23:01:46 /hostname/db/sid/oradata3/undotbs01.dbf

    4 integer 342817549 13 January 2016 23:01:46 /hostname/db/sid/oradata1/users01.dbf

    6 integer 342817549 13 January 2016 23:01:46 /hostname/db/sid/oradata1/_data_sid_01.dbf

    9 whole 342817549 13 January 2016 23:01:46 /hostname/db/sid/oradata1/_indx_01.DBF

    Time of accomplishment BS key Type LV size device Type elapsed time

    ------- ---- -- ---------- ----------- ------------ --------------------

    1096026769 complete SBT_TAPE 4.11 G 06:12:00 January 13, 2016 23:13:52

    BP key: 1096026775 status: AVAILABLE Tablet: NO Tag: TAG20160113T230146

    Handle: e2qra7eq_1_1 Media:

    List of defined backup data files 1096026769

    Name of file LV Type cash SNA cash time

    ---- -- ---- ---------- -------------------- ----

    342817550 full 1 January 13, 2016 23:01:46 /hostname/db/sid/oradata1/system01.dbf

    3 full 342817550 13 January 2016 23:01:46 /hostname/db/sid/oradata1/tools01.dbf

    5 integer 342817550 13 January 2016 23:01:46 /hostname/db/sid/oradata1/sysaux01.dbf

    7 full 342817550 13 January 2016 23:01:46 /hostname/db/sid/oradata1/_indx_sid_01.dbf

    8 whole 342817550 13 January 2016 23:01:46 /hostname/db/sid/oradata1/l_data_01.DBF






    Yes, we cannot copy the backupsets of a band on the disc with RMAN.

    The only option is to restore the database to a separate host computer (or we can restore the database to a filesystem separte or diskgroup within the same host of source database), and backup the database on a disk in compressed format.

    -Thank you

  • RMAN-06729: no backup of the SPFILE found to restore

    Dear all,

    I'm doing the database using RMAN backup copy,

    Server1 (test BD)

    Linux

    Oracle 11g R2

    At the database

    A RMAN backup

    Server2 (DBNEW)

    Linux

    Oracle 11g R2

    At the Instance

    I did the Setup correctly on both servers and I copied the Server2 RMAN backup and then I run the command duplicate rman

    :

    DBNEW duplicate target database

    SPFile

    parameter_value_convert "Test BD", "DBNEW".

    Set db_unique_name = "DBNEW".

    Set db_file_name_convert = "/ test BD / ', ' / DBNEW / '.

    Set log_file_name_convert = "/ test BD / ', ' / DBNEW / '.

    Set control_files='/u01/app/oracle/oradata/DBNEW.ctl"

    Set log_archive_max_processes = '5'

    Set audit_file_dest = ' / u01/app/oracle/admin/DBNEW/adump.

    Set db_recovery_file_dest ='/ backup_files'

    nofilenamecheck;

    When I run it, it gave this error:

    WARNING: A moment of the restoration was based on the supplied until THE SNA

    channel ORA_AUX_DISK_1: from the restore backup set data file

    channel ORA_AUX_DISK_1: restore SPFILE

    output file name=/u01/app/oracle/product/11.2.0/dbhome_1/dbs/spfileDBNEW.ora

    channel ORA_AUX_DISK_1: reading from the backup /backup_files/DBTEST/autobackup/2014_11_23/o1_mf_s_864404426_b73qrybx_.bkp piece

    channel ORA_AUX_DISK_1: ORA-19870: error when restoring the backup /backup_files/DBTEST/autobackup/2014_11_23/o1_mf_s_864404426_b73qrybx_.bkp piece

    ORA-19505: impossible to identify the file ' / backup_files/DBTEST/autobackup/2014_11_23/o1_mf_s_864404426_b73qrybx_.bkp '.

    ORA-27037: unable to get file status

    Linux error: 2: no such file or directory

    Additional information: 3

    switch to the previous backup

    WARNING: A moment of the restoration was based on the supplied until THE SNA

    RMAN-00571: ===========================================================

    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.

    RMAN-00571: ===========================================================

    RMAN-03002: failure of Db in dual at 24/11/2014 14:23:52

    RMAN-05501: abandonment of duplicate target database

    RMAN-03015: an error has occurred in the script stored memory Script

    RMAN-06026: some targets not found - abandonment of restoration

    RMAN-06729: no backup of the SPFILE found to restore

    Please advice

    Hello

    you receive the error:

    channel ORA_AUX_DISK_1: ORA-19870: error when restoring the backup /backup_files/DBTEST/autobackup/2014_11_23/o1_mf_s_864404426_b73qrybx_.bkp piece

    ORA-19505: impossible to identify the file ' / backup_files/DBTEST/autobackup/2014_11_23/o1_mf_s_864404426_b73qrybx_.bkp '.

    Please copy this backup in the Server2: ' / backup_files/test BD/autobackup and try again the duplicate.»

  • Create the new database of complete hot RMAN, atrchivelog and backup control files

    Hi all

    I'm trying to create the new database U1234 of P1234 of full hot RMAN, atrchivelog and control P1234 file backup.

    Here are my steps

    (1) to restore the control file

    #! / bin/sh
    ORACLE_SID = P1234
    export ORACLE_SID
    RMAN nocatalog target / < < EOF | Tee restorecontrol.out
    startup nomount pfile=/u01/oradba/admin/U1234/scripts/restore/restore071009U1234/initP1234.ora;
    the value of DBID 6767676;
    run
    {
    allocate channel d1 type disk;
    controfile catering to ' / u02/oradba/U1234/control/P1234_control01.ctl';
    Restore controlfile to ' / orarman/restore/P1234/cf_P1234_c-00';
    change the editing of the database;
    }
    EXPRESSIONS OF FOLKLORE

    (2) database stop then restart the database with the new contraol file using pfile.

    (3) restore data files

    #! / bin/sh
    ORACLE_SID = P1234
    export ORACLE_SID
    RMAN nocatalog target / < < EOF | Tee restore_dbfiles.out
    Run {}
    the value of newname for datafile 1 to ' / u05/oradba/U1234/dbfile/U1234_system01.dbf';
    the value of newname for datafile 2 to ' / u05/oradba/U1234/dbfile/U1234_undotbs01.dbf';
    the value of newname for datafile 3 to ' / u05/oradba/U1234/dbfile/U1234_sysaux01.dbf';
    the value of newname for datafile 4 to ' / u06/oradba/U1234/dbfile/U1234_users_d01.dbf';
    the value of newname for datafile 5 to ' / u06/oradba/U1234/dbfile/U1234_tools_d01.dbf';
    the value of newname for datafile 6 to ' / u08/oradba/U1234/dbfile/U1234_audt_x01.dbf';
    the value of newname for datafile 7 to ' / u07/oradba/U1234/dbfile/U1234_audt_d01.dbf';
    the value of newname for datafile 8 to ' / u07/oradba/U1234/dbfile/U1234_audt_d02.dbf';
    the value of newname for datafile 9 to ' / u08/oradba/U1234/dbfile/U1234_lh_x01.dbf';
    restore the database;
    switch datafile;
    }
    EXPRESSIONS OF FOLKLORE


    ORA-27063: number of bytes read or written is incorrect
    SVR4 error: 28: no space is available on the device

    Now, I missed the space during the restoration of data files and want to restore remaining who is 3 and 4 of datafile datafile.

    Can you please let me know how I can restore it.

    I need to change the names of database after the successful restoration.

    DBVERSION 10.2.0.1
    operating system: solaris 10

    Thanks in advance.

    Hello..

    Do you have free space? If Yes, then you can try: -.

    RUN {}
    SET NEWNAME for DATAFILE 3 to ' / u05/oradba/U1234/dbfile/U1234_sysaux01.dbf';
    RESTORE THE 3 DATA FILE;
    DATAFILE 3 SWITCH;
    }

    [http://www.oracle-base.com/articles/9i/DBNEWID.php]

    Anand

  • RMAN will remove backups within the recovery window

    Salvation;


    I didn't have idea on recovery_window

    recovery_window = > number of days in which the backups must be kept for purposes of recovery


    Backups within the recovery window can be removed or

    RMAN will remove backups within the recovery window?

    If you issue a DELETE, rman cannot stop or prevent you. It will allow you to delete the backups, even the last backup taken 1 minute ago, even when there is no other backup.

    The retention window only to rman control * auto * deletion of backups - backups obsolete because they are beyond the retention window.

    Hemant K Collette

  • RMAN and consistent backup

    Hello
    in10g, I have stop my DB and make a backup of my database (it is a consistent backup) a cold.
    RMAN allows this backup? How?
    Thank you.

    When everything has failed, read the Fine Manual

    http://www.Oracle.com/pls/db102/portal.portal_db?selected=3#index-BAC

Maybe you are looking for

  • A Capsule of 1 TB will work with OS 10.11?

    Because I like to keep all my Apple hardware, I was looking at getting a Time Capsule backup to my new iMac comes with OS 10.11 (El Capitan). My question is this - can anyone tell me if an older model of 1 TB (MB277LL/A) will work with my setup? Than

  • HP Pavilion p6-2133w: graphics card will be not updated of the drivers

    My Amd Radeon HD 6530d will not update the drivers I have tried everything to update the drivers from 15.201.1151.0 to Crimson Edition Beta 16.2.1 any help will be appreciated

  • drop of water at the title of the camera lens

    used the phone in the pool for 10 minutes as, went well enough, when I returned home, I found waterdrop as a condensation, but the rest works quite fine even the camera is functional but not pure as before, how can I get rid of this? I'm sure that I'

  • BlackBerry smartphones Please HELP!

    I spent 10 hours on the phone betweenVodaphone and Telstras, trying to get BIS to work! I recently changed suppliers and registered with Telstar BIS. Everything works except email. I can't set up my email accounts because he says there is a problem c

  • Change Xbox in an Application (Solitaire)

    Accidentally, signed at in the wrong account Xbox when I started playing Solitaire on Windows 8. I can't understand that disconnect and change users for this application. Anyone know how I can disconnect and change the user profile? Thank you!