ORA-02093: TRANSACTIONS_PER_ROLLBACK_SEGMENT(string) more
than maximum possible(string)
Answer / guest
Cause: Value of parameter specified is greater than allowed
on this port.
Action: Use default or reduce it to less than max.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-01353: existing Logminer session
ORA-13111: cannot add topo_geometry layer [string] to topology
ORA-01343: LogMiner encountered corruption in the logstream
ORA-38457: The attribute "string" is not a valid XMLType attribute.
ORA-22166: collection is empty
NNL-01011: Forwarding contexts freed: number
ORA-24412: Cannot reinitialize non-existent pool
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-12431: invalid audit action
ORA-09851: soacon: Archmon unable to lock named pipe.
RMAN-12000: execution layer initialization failed
ORA-29397: cannot grant/revoke switch privilege for string