Catalog Datfilecopy error [message #353841] |
Wed, 15 October 2008 05:22 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Mimas
Messages: 40 Registered: September 2008 Location: Athens
|
Member |
|
|
Hello all,
I am tryig to use a full backup file to recover a damaged Datafile but when I give the following command I receive an error:
RMAN> catalog datafilecopy '/Backup/Full/FULL_20081005_457_1' level 0;
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of catalog command on default channel at 10/15/2008 13:12:05
ORA-19620: /Backup/Full/FULL_20081005_457_1 is not of datafile copy type
Does anyone knows why it does not accept the type?
thanks
George
|
|
|
Re: Catalog Datfilecopy error [message #353856 is a reply to message #353841] |
Wed, 15 October 2008 06:12 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/102589.gif) |
Michel Cadot
Messages: 68733 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Quote: | catalog datafilecopy
|
Catalog a datafile copy.
Quote: | Backup/Full/FULL_20081005_457_1 is not of datafile copy type
|
This is not a datafile copy.
If you want to catalog a backup piece use...
catalog backupppiece
Regards
Michel
|
|
|