RMAN-06060: WARNING: skipping datafile compromises
tablespace string recoverability



RMAN-06060: WARNING: skipping datafile compromises tablespace string recoverability..

Answer / guest

Cause: SKIP INACCESSIBLE or SKIP OFFLINE option resulted in
skipping datafiles during BACKUP. If the datafile has in
fact been lost and there is no backup, then the tablespace
is no longer recoverable without ALL archive logs since
datafile creation. This may occur because the datafile was
deleted by an outside utility or the datafile is made
OFFLINE [DROP].

Action: If there is no backup of skipped datafiles and the
tablespace has to be recoverable without ALL archive logs
since datafile creation, then you should make these
datafiles available for backup.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

PLS-00537: A VARRAY must have a positive limit

1 Answers  


ORA-34177: (MXCHGDCL19) number cannot be deleted because one or more partitioned variables instantiate it.

1 Answers  


Hi guys, I have four tables those are emp,dept,eliminate and uneliminate. i wrote small cursor..when i run, it display one error (ORA-01403 nodata found)... The query is: Declare cursor c1 is select e.ename emp_name from emp e,dept d where e.deptno=d.deptno group by deptno; r1 c1%rowtype; test_emp varchar2(200); begin for r1 in c1 loop begin select eliminate_emp into test_emp from eliminate t,uneliminate ut where t.number=ut.number and t.deptno=e.deptno and rownum<1; end; dbms_output.put_line(r1.emp_name); end loop; end; Thanks...

0 Answers   IBM,


ORA-23354: deferred RPC execution disabled for "string" with "string"

1 Answers  


ORA-32117: Source LOB is null

1 Answers  






NNO-00056: warning: domain minimum TTL must be between number and number, set to number seconds

1 Answers  


ORA-37023: (XSMLTUPD01) Object workspace object cannot be updated without dimension workspace object.

1 Answers  


ORA-25249: dequeue failed, dequeue not allowed for queue string.string

1 Answers  


ORA-14645: STORE IN clause cannot be specified for Range List objects

1 Answers  


ORA-22288: file or LOB operation string failed string

1 Answers  


ORA-23356: masterdef recognizes a master which does not recognize the masterdef

1 Answers  


DRG-50807: failed to commit

1 Answers  


Categories