My overall goal is to be able to search for specific data in this xlm document probably using XLMQUERY. Using Oracle 12c, 64bit, windows 2012r2 server, trying to load a 50meg XLM document and verify data correctly loaded.
Using,
CREATE XML_TABLE
(
XML_DATA XMLTYPE
);
INSERT INTO xml_table
VALUES (XMLType(bfilename('XML_DI
R', '50Meg_doc.xml'),
nls_charset_id('AL32UTF8')
));
commit;
to check data,
select XMLQuery('//Navaid/NavaidI
D' PASSING XML_DATA RETURNING CONTENT)
from xml_table;
nothing returns.
Sample of data.
<?xml version="1.0" encoding="UTF-8"?>
<TfmsData xmlns="
http://tfm.faa.gov/tfms/TfmsData" xmlns:nxce="
http://tfm.faa.gov/tfms/NasXCoreElements">
<GeospatialData>
<Navaid><NavaidID>ZVR</Nav
aidID><Art
ccID>CZV</
ArtccID><N
avaidType>
NDB</Navai
dType><Geo
Position><
nxce:latit
ude><nxce:
latitudeRa
dians>.858
5565537</n
xce:latitu
deRadians>
</nxce:lat
itude><nxc
e:longitud
e><nxce:lo
ngitudeRad
ians>-2.15
05947044</
nxce:longi
tudeRadian
s></nxce:l
ongitude><
/GeoPositi
on><State>
BC</State>
...
Our community of experts have been thoroughly vetted for their expertise and industry experience.
The Most Valuable Expert award recognizes technology experts who passionately share their knowledge with the community, demonstrate the core values of this platform, and go the extra mile in all aspects of their contributions. This award is based off of nominations by EE users and experts. Multiple MVEs may be awarded each year.
The Distinguished Expert awards are presented to the top veteran and rookie experts to earn the most points in the top 50 topics.