Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to split the blob byte array and insert in oracle

936666Oct 16 2013 — edited Oct 30 2013

how to split the blob byte array and insert in oracle

I am having a string which is of more than lenght 4000 so i am using BLOB datatype as input to get the string.

need to split the blob in oracle and store in the different column

The string is of bytearray i need to strore it in each column based on the byte array.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 27 2013
Added on Oct 16 2013
34 comments
9,130 views