ORA-29511: could not resolve Java class



ORA-29511: could not resolve Java class..

Answer / guest

Cause: A CREATE AND RESOLVE NOFORCE JAVA CLASS command
specified definition data that could not be resolved, or
resolution failed for some referenced class.

Action: Remove the NOFORCE option or remove impediments to
resolution.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-25190: an index-organized table maintenance operation may not be combined with other operations

1 Answers  


SQL*Loader-00605: Non-data dependent ORACLE error occurred -- load discontinued.

2 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,


PCC-02013: unknown escape sequence

1 Answers  


ORA-02462: Duplicate INDEX option specified

1 Answers  






NNL-00272: Removed name "string" from caches along the following path:

1 Answers  


ORA-04940: unsupported optimization of Oracle binary, check alert log for more info

1 Answers  


TNS-00109: Message could not be printed; not enough memory

1 Answers  


ORA-31113: XDB configuration may not be updated with non-schema compliant data

1 Answers  


DRG-50919: NEAR operand not a phrase, equivalence or another NEAR expression

1 Answers  


QSM-01567: equivalence, string, cannot support the query measure, string

1 Answers  


RMAN-06419: file string cannot be proxy restored from handle string

1 Answers  


Categories