ORA-02795: Request list is empty



ORA-02795: Request list is empty..

Answer / guest

Cause: The client was signalled by a server that it was done
with a request but the "done" list was empty.

Action: Internal error - contact ORACLE support.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

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...

0 Answers   IBM,


SQL*Loader-00556: unable to allocate read buffer

1 Answers  


ORA-02478: merge into base segment would overflow MAXEXTENTS limit

1 Answers  


ORA-07244: ssfccf: create file failed, file size limit reached.

1 Answers  


RMAN-03003: command not implemented yet: string

1 Answers  






IMP-00095: Resumable parameters ignored -- current session not resumable

1 Answers  


RMAN-08059: media recovery failed

1 Answers  


ORA-15018: diskgroup cannot be created

1 Answers  


RMAN-06434: some errors occurred while removing recovery catalog

1 Answers  


ORA-29964: missing ADD or DROP keyword

1 Answers  


ORA-10918: TABLESPACE GROUP name cannot be the same as tablespace name

1 Answers  


ORA-16210: Logical standby coordinator process terminated with error

1 Answers  


Categories