RMAN-08107: channel string: block restore complete
Answer / guest
Cause: informational message
Action: no action required
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
DRG-12507: stop word string already exists in this stoplist
PCC-02328: undefined struct member
O2F-00338: Illegal or missing package name
ORA-00472: PMON process terminated with error
ORA-13461: the interleaving type is not supported
ORA-29399: user string does not have privilege to switch to consumer group string
PCC-02315: cannot evaluate expression as constant
LSX-00331: missing comma
ORA-14190: only one ENABLE/DISABLE ROW MOVEMENT clause can be specified
NZE-28787: private key encryption failure
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...
RMAN-20010: database incarnation not found