ORA-26695: error on call to string: return code string



ORA-26695: error on call to string: return code string..

Answer / guest

Cause: A locking related call failed.

Action: Try the call again after fixing the condition
indicated by the return code.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-01076: multiple logons per process not yet supported

1 Answers  


ORA-01092: ORACLE instance terminated. Disconnection forced

1 Answers  


NNO-00623: setting auto-refresh retry interval to number seconds

1 Answers  


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,


PLS-00388: undefined column 'string' in subquery

1 Answers  






ORA-15026: disk 'string' is not an ASM disk

1 Answers  


ORA-01611: thread number string is invalid - must be between 1 and string

1 Answers  


ORA-01179: file string does not exist

1 Answers  


PCC-00066: Userid only used when SQLCHECK = FULL, userid ignored.

1 Answers  


NNL-00024: warning: no preferred name servers in SQLNET.ORA

1 Answers  


LFI-00102: Unable to seek in sequentially accessed file.

1 Answers  


QSM-02091: mv references a non-repeatable or session-sensitive expression

1 Answers  


Categories