My Oracle Support Banner

ORA-00904 XMLROOT Invalid Identifier (Doc ID 1924507.1)

Last updated on JANUARY 21, 2020

Applies to:

Oracle Database - Enterprise Edition - Version 11.2.0.4 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

The following query using XMLRoot errors out with ORA-904

 

select XMLSerialize( CONTENT XMLRoot( XMLElement( ERRCOL_LIST, XMLAgg( XMLElement( ERRCOL_LIST_ITEM, XMLForest( table_name))))))
from ALL_TAB_COLUMNS where rownum < 2;


select XMLSerialize( CONTENT XMLRoot( XMLElement( ERRCOL_LIST
  *
ERROR at line 1:
ORA-00904: "XMLROOT": invalid identifier

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


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