This is an interesting one...
Splunk DB Connect 1 connects to the Oracle 11g db and retrieves an XMLType column just fine when queried like so:
SELECT FIELD1,X.XML_DOCUMENT.GETCLOBVAL() as XML_DOC,FIELD2,FIELD3,FIELD4,FIELD5 FROM Data.table X
Splunk DB Connect 2 - same driver, same database, same credentials, same command, gets
"## Not Supported Type ##" for the XML_DOC field, but the others come back fine.
ojdbc6.jar in both cases.
DBX v1 is using built-in OS Java version (1.7.0, IBM)
DBX v2 is using a local Java (1.8.0_45, Oracle)
What do you think? Java version problem? DBXv2 code problem?
Has anyone else encountered this?
Thanks for any assistance!
... View more