RMAN-08582: channel string: starting archive copy
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-12995: no columns in partially dropped state
ORA-16751: Resource guard encountered errors in switchover to primary
ORA-14163: subpartition number string: INITRANS value must be less than MAXTRANS value
NNO-00119: line string: server not authoritative for name "string", data ignored
ORA-16953: Type of SQL statement not supported.
LSX-00340: improper namespace value for the imported element
ORA-01518: CREATE DATABASE must specify more than one log file
PLS-00049: bad bind variable 'string'
QSM-01020: materialized view, string, is ineligible
ORA-09210: sftopn: error opening file
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-03250: Cannot mark this segment corrupt