I am trying to extract an XMLTYPE column from an Oracle table using JDBC and having some issues
问题 I am trying to extract an XMLTYPE column from an Oracle table using JDBC. I have the query: select "XML_FILE" FROM "TABLE_NAME" and when I run the query in the Oracle SQL Developer, it returns back all the XMLTYPE rows completely fine. But, when I run the following Java code, and run the same query, I always get "null" returned for every column. I'm not sure what could be going wrong and I've tried doing many different things, but nothing has been working. Important note - the XMLTYPE fields