Hi,
This issue has been resolved by following code similar to below:
SELECT
xaii.id
,xaii.xml_filename
,xaii.xml_load_date
,xml_file1.run_id
,SUBSTR(xml_file1.date_run,1,10) date_run
,SUBSTR(xml_file1.date_run,12,16)...
I'm trying to get each element value from the xml below. I realise the example below is only retrieving one, however this is just an example. When I run this query I'm getting the error as below:
ORA-19279: XQuery dynamic type mismatch: expected singleton sequence - got multi-item sequence
I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.