'ORA-51705: XML DOM Error: 7 " +LPX-00007+ORA-06512' Encountered Running DBMS_ADDM.COMPARE_DATABASES Report
(Doc ID 2589687.1)
Last updated on OCTOBER 18, 2019
Applies to:
Oracle Database - Enterprise Edition - Version 12.1.0.2 and laterInformation in this document applies to any platform.
Symptoms
- Calling DBMS_ADDM.COMPARE_DATABASES report failed with the following errors on a cloned copy of production:
SET LINESIZE 1000 PAGESIZE 0
SET TRIM ON TRIMSPOOL ON
SET ECHO OFF FEEDBACK OFF
SPOOL Compare_Report_ADDM_report.html
select DBMS_ADDM.COMPARE_DATABASES (base_dbid=>99999999, base_begin_snap_id=>1234, base_end_snap_id=>1235, comp_dbid=>11111111, comp_begin_snap_id=>123, comp_end_snap_id=>123, report_type=>'HTML') from dual;
spool off;ERROR:
ORA-51705: XML DOM error: 7 "
LPX-00007: unexpected end-of-file encountered"
ORA-06512: at "SYS.DBMS_REPORT", line 1189
ORA-06512: at "SYS.DBMS_REPORT", line 1399
ORA-06512: at "SYS.DBMS_REPORT", line 908
ORA-06512: at "SYS.DBMS_REPORT", line 936
ORA-06512: at "SYS.DBMS_ADDM", line 675
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 |