RMAN-12008: could not locate backup piece string
Answer / guest
Cause: There was at least 1 backup set that could not be
accessed by any of the allocated channels.
Action: Allocate additional channels on other nodes of the
cluster
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 1 No |
ORA-08238: smsfre: cannot detach from SGA
ORA-15104: conflicting CONTENTS options
TNS-12551: TNS:missing keyword
SQL-02102: Inconsistent cursor cache. No global cursor entry.
QSM-01111: no partition key or partition marker found in MV, string
ORA-02752: osnfsmmap: illegal shared memory address
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...
NNL-01068: Trace file name: string
ORA-22370: incorrect usage of method string
ORA-06575: Package or function string is in an invalid state
TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
ORA-30477: The input select_clause is incorrectly specified