RMAN-08528: channel string: proxy copy complete, elapsed
time: string
Answer / guest
Cause: informational message
Action: no action required
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-29838: insufficient privileges to execute the operator(s)
TNS-00040: INTCTL: failed to initialize trace context- Continuing anyway
ORA-02230: invalid ALTER CLUSTER option
RMAN-05512: tablespace string cannot be skipped from duplication
ORA-01743: only pure functions can be indexed
TNS-12560: TNS:protocol adapter error
ORA-25122: Only LOCAL bitmap indexes are permitted on partitioned tables
ORA-19853: error preparing auxiliary instance string (error string)
QSM-00515: operation cancelled by user
SQL*Loader-00479: REF directive for column string expects number arguments; found number.
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...
ORA-37113: OLAP API initialization error: (string)