Database Tuning (MOSC)

MOSC Banner

ERROR at line 1: ORA-31011: XML parsing failed ORA-19213: error occurred in XML processing at lines

edited Sep 13, 2024 10:31AM in Database Tuning (MOSC) 1 commentAnswered ✓

SQL> execute dbms_sqltune.accept_sql_profile(task_name =>'325tzgyvm9277_tuning_task', task_owner => 'SYS', replace =>TRUE);
BEGIN dbms_sqltune.accept_sql_profile(task_name =>'325tzgyvm9277_tuning_task', task_owner => 'SYS', replace =>TRUE); END;

ERROR at line 1:
ERROR at line 1:
ORA-31011: XML parsing failed
ORA-19213: error occurred in XML processing at lines 1
LPX-00243: element attribute value must be enclosed in quotes
ORA-06512: at "SYS.DBMS_SQLTUNE_INTERNAL", line 17803
ORA-06512: at "SYS.PRVT_SQLPROF_INFRA", line 31
ORA-06512: at "SYS.DBMS_SQLTUNE", line 8680
ORA-06512: at "SYS.DBMS_SQLTUNE", line 8704
ORA-06512: at line 1

Why im getting this error , even tried different task name and create new tuning task as well but still im getting this error

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center