dbTalk Databases Forums  

HOW to USE 'LONG RAW' in Bulk Insertion using OCI

comp.databases.oracle comp.databases.oracle


Discuss HOW to USE 'LONG RAW' in Bulk Insertion using OCI in the comp.databases.oracle forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Tuhin Kumar
 
Posts: n/a

Default HOW to USE 'LONG RAW' in Bulk Insertion using OCI - 08-06-2004 , 08:14 AM






Hi,

I need to do bulk insertion of LONG RAW data into a table using
the OCI.
To the OCIBindByPos API what should I specify in the field
size(value_sz). As different records can have different lenght for
this LONG RAW data what value should I provide.

Thanks,
Tuhin

sword OCIBindByPos ( OCIStmt *stmtp,

OCIBind **bindpp,
OCIError *errhp,
ub4 position,
dvoid *valuep,
sb4 value_sz,
ub2 dty,
dvoid *indp,
ub2 *alenp,
ub2 *rcodep,
ub4 maxarr_len,
ub4 *curelep,
ub4 mode );

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.