ORA-27069: attempt to do I/O beyond the range of the file
Answer / guest
Cause: internal error, the range of blocks being read or
written is outside the range of the file, additional
information indicates the starting block number, number of
blocks in I/O, and the last valid block in the file
Action: check for trace file and contact Oracle Support
Please add more information about this Error
| Is This Answer Correct ? | 2 Yes | 0 No |
NNC-00406: name "string" does not exist
ORA-23603: STREAMS enqueue aborted due to low SGA
NNL-00241: Processing of modification requests is currently enabled
ORA-02371: Loader must be at least version string.string.string.string.string for direct path
DRG-50867: failed to free Oracle object
TNS-12664: Services required by server not available on the client
ORA-00097: use of Oracle SQL feature not in SQL92 string Level
ORA-28582: a direct connection to this agent is not allowed
ORA-19924: there are no row with id string
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-12623: TNS:operation is illegal in this state
PCC-00017: Unable to parse statement at line number in file string