RMAN-06154: validation succeeded for datafile copy



RMAN-06154: validation succeeded for datafile copy..

Answer / guest

Cause: The CHANGE DATAFILE COPY VALIDATE command found that
the datafile copy still matches its data in the recovery
catalog.

Action: None - this is an informational message.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

NZE-29234: a key object was not extracted from encoding

1 Answers  


ORA-02703: osnpopipe: pipe creation failed

1 Answers  


ORA-06767: TLI Driver: alloc failed during release

1 Answers  


ORA-02716: osnpgetdatmsg: message from host had incorrect message type

1 Answers  


ORA-31418: source schema string does not exist

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-12637: Packet receive failed

1 Answers  


NCR-03008: NCRO: Call rejected

1 Answers  


ORA-12654: Authentication conversion failed

1 Answers  


KUP-04069: error fetching data for external table

1 Answers  


ORA-26650: %s background process string might not be started successfully

1 Answers  


ORA-02446: CREATE TABLE ... AS SELECT failed - check constraint violated

1 Answers  


Categories