Starting backup at 17/06/03
using channel ORA_DISK_1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of backup command at 06/17/2003 08:46:33
RMAN-06004: ORACLE error from recovery catalog database: RMAN-20230: datafile copy not found in the recovery catalog
RMAN-06015: error while looking up datafilecopy name: /tmp/users.dbf
06-17-2003, 02:54 AM
alexandre
Hello, there
Oracle it says : The specified datafile is not in the recovery catalog or it has been marked deleted.
So try the following
select db_key, tablespace_name,name, included_in_database_backup from
rman.rc_datafile;
make sure that the datafile is there and is set to YES on the included_in_database_backup field.
I hope it will help.
06-17-2003, 07:39 AM
netbar
This will be determined by executing list copy from RCAT,.
change datafilecopy 'users.dbf' uncatalog; or catalog
06-18-2003, 09:59 AM
doraemona
it doesnt work
Code:
Report of database schema
File K-bytes Tablespace RB segs Datafile Name
---- ---------- -------------------- ------- -------------------
1 337920 SYSTEM YES /u02/oradata/acdb920/system01.dbf
2 10240 UNDOTBS1 YES /u02/oradata/acdb920/undotbs01.dbf
3 5120 DRSYS NO /u02/oradata/acdb920/drsys01.dbf
4 133120 EXAMPLE NO /u02/oradata/acdb920/example01.dbf
5 1024 INDX NO /u02/oradata/acdb920/indx01.dbf
6 1024 TOOLS NO /u02/oradata/acdb920/tools01.dbf
7 10240 USERS NO /u02/oradata/acdb920/users01.dbf
8 39040 XDB NO /u02/oradata/acdb920/xdb01.dbf