When i try to form xml structure using DBMS_XMLQuery.GetXML, for one particular query it gives the following error:
"oracle.xml.sql.OracleXMLSQLException: The row enclosing tag or the row-set enclosing tag is ommitted; consequently to get a well formed XML document, the result can only consist of a single row with multiple columns or multiple rows with exactly one column each."
Any info on why this problem occurs?
"oracle.xml.sql.OracleXMLSQLException: The row enclosing tag or the row-set enclosing tag is ommitted; consequently to get a well formed XML document, the result can only consist of a single row with multiple columns or multiple rows with exactly one column each."
Any info on why this problem occurs?