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

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -