ORA-29515: exit called from Java code with status string



ORA-29515: exit called from Java code with status string..

Answer / guest

Cause: Java code included a call to
java.lang.Runtime.exitInternal.

Action: Do not include this call unless non-local exit is
desired.

Please add more information about this Error

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

LPX-00235: invalid XML version, must be 1.0 or 2.0

1 Answers  


ORA-13006: the specified cell number is invalid

1 Answers  


ORA-28559: FDS_CLASS_NAME is string, FDS_INST_NAME is string

1 Answers  


RMAN-06401: database is already started

1 Answers  


ORA-36992: (XSRELGID09) A level relation is needed to produce a surrogate dimension gid.

1 Answers  






ORA-10651: incorrect file number block number specified

1 Answers  


NID-00450: Succesfully changed database name and ID.

1 Answers  


ORA-09808: Could not obtain user clearance.

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,


ORA-02460: Inappropriate index operation on a hash cluster

1 Answers  


IMP-00081: attempt to free unallocated memory

1 Answers  


TNS-00072: * start - start up process_name

1 Answers  


Categories