I am trying to use array DML but can not figure out how to utilize LOBLocators with it and SetComplexVariable. I have check the forum but have found no examples. Can you reply with an example of this please?
Thanks!
I am trying to send a blob into a query:
insert into table1 (acct_id, insert_date, data_file)
values ( ACCTID, sysdate, DATAFILE)
where DATAFILE is a variable of otBLOB.
how do I send the data into this variable?