ORA-01342: LogMiner can not resume session due to inability
of staging checkpointed data
Answer / guest
Cause: Logmnr can not resume session because there is not
enough SGA memory available to read in checkpointed data.
Logminer periodically checkpoints data to enable faster
crash recovery.
Action: Specify a bigger max_sga for the given LogMiner
session and try again.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
PCC-02110: DBMS=V6_CHAR is deprecated. Use CHAR_MAP=VARCHAR2, DBMS=V7 instead
RMAN-20220: controlfile copy not found in the recovery catalog
ORA-24775: cannot prepare or commit transaction with non-zero lock value
ORA-38430: Operation "string" not supported in the current release.
ORA-24050: subscribers are not supported for exception queue 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-38605: FI not enough memory(stringK) for candidate generation(stringK)
ORA-13210: error inserting data into the index table
PCB-00303: Dynamic SQL and PL/SQL are Oracle extensions to ANSI SQL
O2I-00117: Internal error: No message file for component O2U
LPX-00663: VM String-Stack overflow.
TNS-00535: Failed to send or receive disconnect message