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-09718: osnsui: cannot set up user interrupt handler.
AMD-00139: level names parameter not valid
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-13484: the file format and/or compression type is not supported
ORA-16617: unknown object identifier specified in request
ORA-10637: The segment does not exist
CLSR-00006: Error encountered when writing file string
PCC-02406: Expecting the form 'RETURN[ING] REF INTO :<ref>' only
ORA-12534: TNS:operation not supported
ORA-39088: file name cannot contain a path specification
ORA-06251: NETNTT: cannot translate address file name
PCC-02360: This array type is invalid for use with ARRAYLEN statement