ORA-00287: specified change number string not found in
thread string
Answer / guest
Cause: The given change number does not appear in any of the
online redo logs for the given thread.
Action: Check the statement to make certain a valid change
number is given. Perhaps try to use the NEXT option for
archiving logs.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
NNL-00899: OK responses sent: number
ORA-23476: cannot import from string to string
PCB-00238: Element of this table group item host variable cannot be a table
ORA-28011: the account will expire soon; change your password now
ORA-26701: STREAMS process string does not exist
ORA-27214: skgfrsfe: file search failed
ORA-15094: attempted to write to file opened in read only mode
NNO-00705: warning: cannot open checkpoint file "string", checkpointing disabled
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-00265: instance recovery required, cannot set ARCHIVELOG mode
ORA-30183: invalid field width specifier
ORA-16812: apply service not running on the apply instance recorded by the broker