Select using XMLTABLE not returning data after upgrade to 18.7
(Doc ID 2623094.1)
Last updated on APRIL 12, 2022
Applies to:
Oracle Database - Enterprise Edition - Version 12.2.0.1 and laterInformation in this document applies to any platform.
Symptoms
On : 18.5.0.0.0 version when using XMLTABLE, data is not returned:
It looks like this in 12.1
ID FIRSTNAME LASTNAME
---------- ------------------------------ ------------------------------
1 <firstname> <lastname>
1 <firstname> <lastname>
1 <firstname> <lastname>
1 <firstname> <lastname>
It looks like this in 12.2 or 18c
ID FIRSTNAME LASTNAME
---------- ------------------------------ ------------------------------
1 <firstname>
1 <firstname>
1 <firstname>
1 <firstname>
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 |