RMAN-08518: channel string: scanning controlfile copy 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-00479: RVWR process terminated with error string
ORA-02217: duplicate storage option specification
ORA-24362: improper use of the character count flag
ORA-19512: file search failed
QSM-00754: task string does not reference a valid workload and therefore cannot be executed
ORA-29884: domain index is defined on the column to be dropped
PLS-00364: loop index variable 'string' use is invalid
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...
TNS-12525: TNS:listener has not received client's request in time allowed
ORA-12543: TNS:destination host unreachable
ORA-07200: slsid: oracle_sid not set.
LPX-00115: element "~1S" is missing required attribute "~2S"