RMAN Catalog Problem [message #141977] |
Wed, 12 October 2005 23:37 |
vatsjai
Messages: 23 Registered: May 2005 Location: delhi
|
Junior Member |
|
|
Hello TO all oracle master
I am using oracle 8i on Windows 2000 pro. 5 edition.
i am using RMAN for Backup. I copy image of datafile with
Run{
allocate channel ch1 type disk;
copy
datafile
'e:\oracle\oradata\dbase3\glass.dbf' to 'd:\backup\dbase3\glass.dbf';
catalog datafilecopy 'd:\backup\dbase3\glass.dbf';
release channel ch1;}
This run complies and executes sucessfully but when i use
Rman> List COpy command then it does not show any backup piece. i donot know how to solve this problem. sometimes it shows. but some times it doesnot. if any body knows please give me answer.
please donot personal email me.
Thanks
|
|
|