My Oracle Support Banner

Ora-29532: Java Call Terminated By Uncaught Java Exception: Java.Lang.Nosuchmethoderror (Doc ID 1415104.1)

Last updated on MARCH 04, 2022

Applies to:

Oracle Database - Enterprise Edition - Version 11.2.0.2 and later
Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Information in this document applies to any platform.

Symptoms

Logon as SYS or any user on 11.2 database and run the query: "select dbms_xmlquery.getxml ('select * from dual') from dual; ", it failed with
ERROR: ORA-29532: Java call terminated by uncaught Java exception: java.lang.NoSuchMethodError.

For example:

sqlplus / as sysdba

SQL> select dbms_xmlquery.getxml ('select * from dual') from dual;

ERROR:
ORA-29532: Java call terminated by uncaught Java exception:
java.lang.NoSuchMethodError
ORA-06512: at "SYS.DBMS_XMLQUERY", line 280
ORA-06512: at "SYS.DBMS_XMLQUERY", line 286
ORA-06512: at "SYS.DBMS_XMLQUERY", line 276
ORA-06512: at "SYS.DBMS_XMLQUERY", line 294
ORA-06512: at line 1

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.