ORA-24199: message store is overflow
Answer / guest
Cause: An attemp was made to access too many messages at the
same time.
Action: Use the CLEAN procedure to clean up some of the
messages.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-13188: cell decode failed
ORA-01077: background process initialization failure
ORA-24807: LOB form mismatch
NZE-29104: Cannot add certificate request.
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-13224: zero tolerance specified for layer in USER_SDO_GEOM_METADATA
ORA-00252: log string of thread string is empty, cannot archive
ORA-19700: device type exceeds maximum length of string
ORA-29503: SCHEMA keyword not valid with NAMED keyword
ORA-00022: invalid session ID; access denied
NID-00142: Only changing database name, previous attempt changed dbid to number
ORA-25214: cannot specify delay or expiration for enqueue to exception queue