I am using Oracle\'s XML database feature and the column 开发者_如何学运维is defined as SYS.XMLTYPE. I am using the below JDBC code to select/update this field.
I am able to have my application upload files via FTP using the FTPClient Java library. (I happen to be uploading to an Oracle XML DB repository.)