Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Batch with BLOB

Batch with BLOB

From: zuth <tzhong_at_163.net>
Date: 15 Feb 2002 12:43:34 -0800
Message-ID: <c8c3eca3.0202151243.47afa883@posting.google.com>


How to Batch insert a BLOB?

Batch does not support stream, so I can not init BLOB use stream.

However, I found that if I init the BLOB use empty_lob(), then I can do batch. So the question might, how can I copy my

(byte[] data) to the (BLOB my_blob);

Code will be highly appreciated. Received on Fri Feb 15 2002 - 14:43:34 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US