RMAN-20261: ambiguous backup piece handle



RMAN-20261: ambiguous backup piece handle..

Answer / guest

Cause: more than one backup piece in the recovery catalog
match the specified handle

Action: use the backup piece key to uniquely specify the
backup piece

Please add more information about this Error

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

QSM-02001: clustered mv container table

1 Answers  


ORA-24411: Session pool already exists.

1 Answers  


PLS-00105: at most one forward declaration of type 'string' is permitted

1 Answers  


ORA-24144: rules engine internal error, arguments: [string], [string]

1 Answers  


ORA-25145: allocation policy already specified

1 Answers  






ORA-22889: REF value does not point to scoped table

1 Answers  


LSX-00206: substitution for element "~S" is disallowed

1 Answers  


DRG-11617: URL store: URL string is too long

1 Answers  


ORA-01096: program version (string) incompatible with instance (string)

1 Answers  


AMD-00146: Custom Measure "string" already exists in Workspace "string"

1 Answers  


ORA-19639: file string is more current than this incremental backup

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,


Categories