java - Does Oracle's XMLType support JDBC batch updates? -
does oracle's jdbc implementation support xmltype batch updates (via preparedstatement.addbatch())?
after lot of research, appears known limitation of oracle's jdbc implementation not support "stream types" bind variables (xmltype being stream type).
according own documentation:
oracle's implementation of standard update batching not support stream types bind values. (this true of oracle update batching.) attempt use stream types result in exception.
Comments
Post a Comment