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.

Tags: Database

Similar Questions

  • Tablespace with a data file name in double and the directory added

    Version Oracle 11.1.0.7
    AIX platform

    I have exactly the same directory for the tablespace even a tablespace with 2 files with exactly the same name.

    I don't think it was possible for Oracle create two data files in the same directory with exactly the same data file for a tablespace name.

    The difference between the two seems to be the sizes - one is 10G, the other is 10 m autoextend on but with maximum size is equal to the size of create.

    It is not possible to table either both are full.

    Please notify.

    Thank you.

    You have a character that is hidden in the name of the file. Use ls for your operating system which shows the special characters (ls - lb or something, man ls).

  • existing file of data created with the data file name

    Hi Experts

    We accidentally created a data file with the same name in the same place
    TABLESPACE_NAME           FILE_NAME                                                  FILE_ID STATUS    ONLINE_ size in MB AUT maxbytes in MB
    ------------------------- ------------------------------------------------------- ---------- --------- ------- ---------- --- --------------
    WP_DATA                   /NEXWPLPR/dbase/wpdata/wp_data01.dbf                             8 AVAILABLE ONLINE  32767.9844 YES     32767.9844
    WP_DATA                   /NEXWPLPR/dbase/wpdata/wp_data02.dbf                            12 AVAILABLE RECOVER
    WP_DATA                   /NEXWPLPR/dbase/wpdata/wp_data02.dbf                            11 AVAILABLE ONLINE        1000 NO               0
    on OS lavel
    -rw-r-----  1 oracle dba  1048584192 Oct 21 12:44 wp_data02.dbf
    -rw-r-----  1 oracle dba  1048584192 Oct 21 13:09 wp_data02.dbf
    -rw-r-----  1 oracle dba 34359730176 Oct 21 13:10 wp_data01.dbf
    Please suggest how we can solve the problem?

    Database: 10g
    OS: linux

    Concerning
    Rahul
    Rahul

    Published by: 825075 on October 21, 2011 05:25

    One of them is 2 characters at least other two. You have twice ascii code 32, it's space.
    What happens if you run now:

    select file_id,file_name from dba_data_files
    where file_name='/NEXWPLPR/dbase/wpdata/wp_data02.dbf  ';
    

    Notice the 2 spaces at the end.

    Nicolas.

  • RMAN-05556: not all data files have backups can be picked up at SNA

    Dear all,

    By RMAN cloning in 11.2.0.3 database with ebs 11i.

    We get below error.

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

    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.

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

    RMAN-03002: failure of Db in dual at 03/07/2015 15:36:20

    RMAN-05501: abandonment of duplicate target database

    RMAN-05556: not all data files have backups can be recovered on SNA 15901715

    991

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

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

    RMAN-06100: no channel to restore a backup or a copy of the data file 94

    RMAN-06100: no channel to restore a backup or a copy of the data file 93

    RMAN-06100: no channel to restore a backup or a copy of the data file 92

    RMAN-06100: no channel to restore a backup or a copy of the data file 91

    RMAN-06100: no channel to restore a backup or a copy of the data file 90

    RMAN-06100: no channel to restore a backup or a copy of the data file 89

    RMAN-06100: no channel to restore a backup or a copy of the data file 88

    RMAN-06100: no channel to restore a backup or a copy of the data file 87

    RMAN-06100: no channel to restore a backup or a copy of the data file 86

    RMAN-06100: no channel to restore a backup or a copy of the data file 85

    RMAN-06100: no channel to restore a backup or a copy of the data file 84

    RMAN-06100: no channel to restore a backup or a copy of the data file 83

    RMAN-06100: no channel to restore a backup or a copy of the data file 82

    RMAN-06100: no channel to restore a backup or a copy of the data file 81

    RMAN-06100: no channel to restore a backup or a copy of the data file 80

    RMAN-06100: no channel to restore a backup or a copy of the data file 79

    RMAN-06100: no channel to restore a backup or a copy of the data file 78

    RMAN-06100: no channel to restore a backup or a copy of the data file 77

    RMAN-06100: no channel to restore a backup or a copy of the data file 76

    RMAN-06100: no channel to restore a backup or a copy of the data file 75

    RMAN-06100: no channel to restore a backup or a copy of the data file 74

    RMAN-06100: no channel to restore a backup or a copy of the data file 73

    RMAN-06100: no channel to restore a backup or a copy of the data file 72

    RMAN-06100: no channel to restore a backup or a copy of the data file 71

    RMAN-06100: no channel to restore a backup or a copy of the data file 70

    RMAN-06100: no channel to restore a backup or a copy of the data file 69

    RMAN-06100: no channel to restore a backup or a copy of the data file 68

    RMAN-06100: no channel to restore a backup or a copy of the data file 67

    RMAN-06100: no channel to restore a backup or a copy of the data file 66

    RMAN-06100: no channel to restore a backup or a copy of the data file 65

    RMAN-06100: no channel to restore a backup or a copy of the data file 64

    RMAN-06100: no channel to restore a backup or a copy of the data file 63

    RMAN-06100: no channel to restore a backup or a copy of the data file 62

    RMAN-06100: no channel to restore a backup or a copy of the data file 61

    RMAN-06100: no channel to restore a backup or a copy of the data file 60

    RMAN-06100: no channel to restore a backup or a copy of the data file 59

    RMAN-06100: no channel to restore a backup or a copy of the data file 58

    RMAN-06100: no channel to restore a backup or a copy of the data file 57

    RMAN-06100: no channel to restore a backup or a copy of the data file 56

    RMAN-06100: no channel to restore a backup or a copy of the data file 55

    RMAN-06100: no channel to restore a backup or a copy of the data file 54

    RMAN-06100: no channel to restore a backup or a copy of the data file 53

    RMAN-06100: no channel to restore a backup or a copy of the data file 52

    RMAN-06100: no channel to restore a backup or a copy of the data file 51

    RMAN-06100: no channel to restore a backup or a copy of the data file 50

    RMAN-06100: no channel to restore a backup or a copy of the data file 49

    RMAN-06100: no channel to restore a backup or a copy of the data file 48

    RMAN-06100: no channel to restore a backup or a copy of the data file 47

    RMAN-06100: no channel to restore a backup or a copy of the data file 46

    RMAN-06100: no channel to restore a backup or a copy of the data file 45

    RMAN-06100: no channel to restore a backup or a copy of the data file 44

    RMAN-06100: no channel to restore a backup or a copy of the data file 43

    RMAN-06100: no channel to restore a backup or a copy of the data file 42

    RMAN-06100: no channel to restore a backup or a copy of the data file 41

    RMAN-06100: no channel to restore a backup or a copy of the data file 40

    RMAN-06100: no channel to restore a backup or a copy of the data file 39

    RMAN-06100: no channel to restore a backup or a copy of the data file 38

    RMAN-06100: no channel to restore a backup or a copy of the data file 37

    RMAN-06100: no channel to restore a backup or a copy of the data file 36

    RMAN-06100: no channel to restore a backup or a copy of the data file 35

    RMAN-06100: no channel to restore a backup or a copy of the data file 34

    RMAN-06100: no channel to restore a backup or a copy of the data file 33

    RMAN-06100: no channel to restore a backup or a copy of the data file 32

    RMAN-06100: no channel to restore a backup or a copy of the data file 31

    RMAN-06100: no channel to restore a backup or a copy of the data file 30

    RMAN-06100: no channel to restore a backup or a copy of the data file 29

    RMAN-06100: no channel to restore a backup or a copy of the data file 28

    RMAN-06100: no channel to restore a backup or a copy of the data file 27

    RMAN-06100: no channel to restore a backup or a copy of the data file 26

    RMAN-06100: no channel to restore a backup or a copy of the data file 25

    RMAN-06100: no channel to restore a backup or a copy of the data file 24

    RMAN-06100: no channel to restore a backup or a copy of the data file 23

    RMAN-06100: no channel to restore a backup or a copy of the data file 22

    RMAN-06100: no channel to restore a backup or a copy of the data file 21

    RMAN-06100: no channel to restore a backup or a copy of the data file 20

    RMAN-06100: no channel to restore a backup or a copy of the data file 19

    RMAN-06100: no channel to restore a backup or a copy of the data file 18

    RMAN-06100: no channel to restore a backup or a copy of the data file 17

    RMAN-06100: no channel to restore a backup or a copy of the data file 16

    RMAN-06100: no channel to restore a backup or a copy of the data file 15

    RMAN-06100: no channel to restore a backup or a copy of the data file 14

    RMAN-06100: no channel to restore a backup or a copy of the data file 13

    RMAN-06100: no channel to restore a backup or a copy of the data file 12

    RMAN-06100: no channel to restore a backup or a copy of the data file 11

    RMAN-06100: no channel to restore a backup or a copy of the data file 10

    RMAN-06100: no channel to restore a backup or a copy of the data file 9

    RMAN-06100: no channel to restore a backup or a copy of the data file 8

    RMAN-06100: no channel to restore a backup or a copy of the data file 7

    RMAN-06100: no channel to restore a backup or a copy of the data file 6

    RMAN-06100: no channel to restore a backup or a copy of the data file 5

    RMAN-06100: no channel to restore a backup or a copy of the data file 4

    RMAN-06100: no channel to restore a backup or a copy of the data file 3

    RMAN-06100: no channel to restore a backup or a copy of the data file 2

    RMAN-06100: no channel to restore a backup or a copy of the data file 1

    Concerning

    Villi Kumar

    Dear all,

    Solution:

    Location of the data file is not correct that we are mentioned in the file (init.ora) settings.

    Change the location of data file settings.

    Test the issue again.

    Concerning

    Villi Kumar

  • El Capitan in all applications, File > Open displays all by date. Icons by date, by date, by date, file names. I hate this. How can I view by NAME, as previous OSX?

    With the help of El Capitan, in all the applications, "File > Open" all groups by date (see red circles below). Icons by date, date, genre, date, all by date, file names. I hate this. How can I do view by NAME, as the previous OSX?

    You have chosen to organize the display by date. Change votes to zero, or name.

    Reorganize the key one above "day" is in yesterday on your screenshot.

  • How do you change installation date file name IE 20130618_293.jpg to all IMG293.jpg

    How do you change installation date file name IE 20130618_293.jpg to all IMG293.jpg

    If it's just a personal folder, and then right-click on the file, select Rename , then change the name to what you want and press enter. Avoid changing the file extension (.jpg in this case) as it may cause problems with it being recognized as the wrong file type.

  • Date, file name, the stamp

    I looked for hours to get a script that will work in Illustrator CS4 that will put a block of text on the page identification:

    Date, file name and the user name on the document (Council of art)

    I'm not versed in the scripts. Can someone help me?

    You just want to give this review. IM yet to learn this JavaScript stuff and I'm sure it can be cleaned.

    #target illustrator

    main() {} function

    If (app.documents.length == 0) {}

    Alert ("Please have an"Illustrator"document before running this script.");

    return;

    }

    var app.activeDocument = docRef;

    with (docRef) {}

    If (saved == false) save();

    var filePath = path;

    If (inCollection (linked text frames, "cartridge-file'")) {}

    frameA var = textFrames.getByName('titleblock-file');

    frameA.contents = name;

    }

    If (inCollection (linked text frames, "cartridge-path '")) {}

    frameB var = textFrames.getByName('titleblock-path');

    frameB.contents = unescape (fullName);

    }

    If (inCollection (linked text frames, "cartridge-date'")) {}

    frameC var = textFrames.getByName('titleblock-date');

    If (filePath.created! = null) {}

    var creatDate = filePath.created.toString ().split(' ');

    var creatDate = creatDate [1] + "" + creatDate [2] + "" + creatDate [3];

    frameC.contents = creatDate;

    }

    }

    If (inCollection (linked text frames, "cartridge-revised'")) {}

    Var box = textFrames.getByName('titleblock-revised');

    If (filePath.modified! = null) {}

    ModDate var = filePath.modified.toString ().split(' ');

    Var ModDate = ModDate [1] + ' ' + ModDate [2] + ' ' + ModDate [3];

    frameD.contents = ModDate;

    }

    }

    If (inCollection (linked text frames, ' titleblock-editor "")) {}

    War-horse var = textFrames.getByName('titleblock-editor');

    frameE.contents = "Mark Larsen"

    }

    }

    }

    main();

    function inCollection (ObjArr, "stringname") {}

    var x = false;

    for (var i = 0; i)< objarray.length;="" i++)="">

    If (ObjArr [i] .name == stringname) x = true;

    }

    Return x;

    }

  • iCloud full - found two backups with different dates

    My 20g iCloud storage is full.  When I went to manage my data, there were 2 backups of my iPhone with different dates.  Can I remove 1 of them (the older one I guess) without affecting my current phone?  I guess that's when I upgraded my iPhone 4 to 5

    Of,.

    Yes, as long as you can identify with certainty the backup latest.

  • How to restore a flashdrive with its original files that have been replaced or removed?

    Original title: how to restore a flashdrive with its original files?  I accidentally replaced a file with an earlier version of this file.

    Missing file

    Hi, David B.Erkens,.
     

    Unfortunately, you can not recover the file from the flash drive. You may need to use some third party recovery software to get the file.

    Please use your favorite search engine and browse for such a program that is used to.

    Note: This response contains a reference to third party World Wide Web site. Microsoft provides this information as a convenience to you. Microsoft does not control these sites and no has not tested any software or information found on these sites; Therefore, Microsoft cannot make any approach to quality, security or the ability of a software or information that are there. There are the dangers inherent in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.

  • I had CS5 on a computer that has crashed with WIndows 7. How to restore my CS5 with the backup files?

    I had CS5 on a computer that has crashed with WIndows 7. How to restore my CS5 with the backup files?

    Available downloadable Setup files:

    Download and installation help links Adobe

    Help download and installation to Prodesigntools links can be found on the most linked pages.  They are essential; especially steps 1, 2 and 3.  If you click on a link that does not have these listed steps, open a second window by using the link to Lightroom 3 to see these "important Instructions".

  • When you use the batch, record with the same file name in the same folder.

    I therefore about 500 pictures that needs to be cropped. I created the cropaction and added a "backup" function and close in action, because I want the photos to be saved with the same file name in the same folder...

    Now I want that it take its course. But no, I have to press ok to confirm the backup on each photo.

    Someone knows how to fix this?

    BR

    Robert

    I solved it.

    I forgot to check the box "override save under ' :)

  • tablespace with multiple data files

    Hi all

    We have RHEL4 server with oracle 10 g 2 inside.

    can we create a tablespace with multiple data files? I mean while creating a tablespace itself, we should be able to create two or more data files (should not use ALTER tablespace command).

    If possible, please give me the SQL to do this (assume that I need to create a tablespace with two data files).

    Thanks in advance...

    Not so difficult isn't it?

    create tablespace datafile test
    '1.dbf' size 1 m REUSE AUTOEXTEND ON NEXT 32 M MAXSIZE 1500 M,
    '2.dbf' size 1 M REUSE AUTOEXTEND ON NEXT 32 M MAXSIZE 1500 M
    EXTENT MANAGEMENT SEGMENT LOCAL SPACE MANAGEMENT AUTO;

  • I cannot select table jump extensions associated with lost data files?

    Hi ~.
    I need your help to recover my database.

    I use oracle 9.2.0.8 to Fedora 3 with mode-archive.
    and I have no backup.

    Last night, I have experienced hard drive failure.
    I tried the recovery at the level of the BONE, but I lost some data from the tablespace files.

    in any case, I wanted to recover my database without the data of lost data files.

    then, I published 'drop alter database datafile offline' and
    Start the oracle instance.

    But, data files were not eliminated from dba_data_files view and
    extensions associated with lost data files were not removed from dba_extents view!

    Query a selection table containing extensions associated with lost data files.
    I have "ORA-00376: file xxx cannot be interpreted at this time" message.

    So, my question is that...
    HOW CAN I SELECT TABLE WITHOUT EXTENSIONS RELATED TO THE LOSS OF DATA SCANNING FILES?

    Thank you.

    Hello
    Without being in archivelog and without backup, can't make any sort of recovery. This is why the backups and archivelog are so important.

    The offline data file command never actually drops the data file. It simply tells the control file now the tablespace of the said is also abandoned. It refreshes not any notice that the files are not supposed to be used or shown more than you.

    What documentation is the recovery of the database in the mode NoARch.
    http://download.Oracle.com/docs/CD/B19306_01/backup.102/b14191/osrecov.htm#i1007937

    Do you need a backup in order to recover the tables being played. Oracle is not have all the features that can currently out / skip missing extensions for you and you can read the data without them.

    HTH
    Aman...

  • Why have I not two record creative Cloud suddenly with different data in each folder (a folder called Creative Cloud Files (unknown))

    This morning, I've connected and started working as usual. When I went to save on I noticed a new folder in the Bridge, called "Creative Cloud Files (unknown) without data in it. Weird, but what ever. So I recorded my file and dinked around a structure of files and cleaned a little. I have noticed that my sharing icon disappeared from records and questioned on this subject, but kept the job because I'm on a deadline.

    So now it is wobbly data to the new file folder that does not match the original file of CC. I don't know where are my latest files and some files are all simple missing. I'm increased and confused about what is happening. Can someone shed some light on this?

    With the recent update of the application of Creative Cloud Desktop (1.9.1.474), we have unfortunately introduced a bug that causes the creation of a new Creative Cloud Files folder and re-synchronization of all content. This will happen only the first time that the synchronization application runs after the update. This caused an understandable pain and confusion, for which we really apologize.

    Creative application Cloud Files contains a logic that supports the use of several Adobe ID. This allows to disconnect from an ID and in, but keeps the contents of your separate creative cloud. When you sign out and change identifiers, the app moves the previous creative Cloud Files folder and it's content and he adds with the already signed in ID (User@AdobeID). Then, it creates a main folder and begins to synchronize the content of the identification of new.

    The bug I mentioned earlier occurs, as the app believes an ID selector took place and as such, moves the current record of Creative Cloud Files and attempts to annex the already signed in ID. As no switch actually took place, it manifests as (unknown).  The application then creates a main folder to synchronize the data.

    What you end up with is essentially a creative Cloud Files folder with your new synchronized data and a creative Cloud Files (unknown) folder that contains duplicate data.

    This happens once, after the last update.

    The solution is to simply delete the (unknown) Creative Cloud Files folder.

    I recommend that ensure you that you have no pending change you can do offline and you check the contents of the folder new, main designer Cloud Files contains everything you expect of him.  If this is not the case, check the contents of the creative Cloud files (unknown).

    If there is still an incompatibility with your data, you can check on creative.adobe.com to confirm that your data is there.

    If you have any other problems or questions on this topic please email [email protected]

  • RMAN-06056 and the data file does not exist

    Hello

    I'm working on Oracle 9i Database (9.2.0.8.0) on AIX 5.2 and we try to run a full backup of RMAN, but it seems to be failing with an error as follows;

    From backup to 27-SEPT.-10
    using the ORA_SBT_TAPE_1 channel
    using the ORA_SBT_TAPE_2 channel
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the backup to 27/09/2010 01:33:17 command
    RMAN-06056: could not access datafile 23

    I checked the v $ datafile and it shows that it is in a State of recovery.

    Select the State, file No., name from v$ datafile
    where status <>'in LINE '.
    order by 1

    RECOVER /u06/oradata/test_sys/data/msg_log06.dbf 23

    The file does not exist at the level of the BONE and the RMAN, it shows as;

    RMAN > resync catalog
    + 2 >. +

    from full resynchronization of the recovery catalog
    full complete Resync

    RMAN > outline report;

    Report of the database schema
    K - bytes Tablespace RB segs Datafile file name
    ---- ---------- -------------------- ------- -------------------
    819200 + 1 SYSTEM YES /u011/oradata/test_sys/data/system01.dbf+

    + 23 0 MSG_LOG NOT /u06/oradata/test_sys/data/msg_log06.dbf+

    The associated tablespace cannot be just deleted given that some other files of dependent data. The RMAN script has also been changed

    change archivelog than any overlap;
    backup database more archivelog entry remove
    Skip inaccessible;

    But the backup fails again, please advice.

    Concerning

    Run

    LIST OF BACKUP OF THE FILE 23

    to see if you have previous backups. If you have a backup of the data file, you can then
    Put the offline data file
    RESTORE the data file
    RECOVER the data file.

    If you want to 'ignore' this test taking it Offline datafile
    ALTER DATABASE DATAFILE OFFLINE 23

    then use "SKIP OFFLINE" in your RMAN BACKUP DATABASE command.

    Hemant K Collette

Maybe you are looking for

  • TOSHIBA Power Saver Equium L20-198

    Hello I have an Equium L20-198. When I click on the toshiba power saver icon in the Control Panel, it says "cannot open as the toshiba power saver does not work, go to power options, toshiba power saver, select power schema list box in page scheme of

  • iCloud imap &amp; service location

    My question is addressed to Apple at first. Please explain to me, why depend on connection to the server IMAP (mail.me.com) is the location service is on or not? If anyone knows the answer I am very appreciate the explanation. Thank you.

  • LabVIEW Korean languages

    Hi all In our project, we need to insert data into the database and display them on interfaces in the Korean language. We have control of the chain, chain indicators, and drop-down lists... you need to type data by using the string controls and save

  • Extra characters when you write table 2D in the worksheet

    I try to write 2D data in a spreadsheet file, but I'm getting extra characters at the beginning of the file. I only get extra characters when I have a user selected file to write data. If I let LabVIEW to create the file, then there is no additional

  • ThinkPad Bluetooth Laser Mouse buttons stop working

    My ThinkPad Bluetooth Laser Mouse is a great device, except that very often the buttons stop working; for example, I can click the close X at the top right of a window and nothing happens. I found that cross all possible button clicks, including fail