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!

Update a blob column with a large string

BufossFeb 21 2024 — edited Feb 21 2024

Hi everyone,
I have a a string of length 1 million characters (it is a base64 encoded excel file) and I want to add this value in a blob column.

How can I create an insert statement for updating the row I want ?
I want to avoid using the load interface to load all the file.

Thanks in advance

This post has been answered by Paulzip on Feb 21 2024
Jump to Answer
Comments
Post Details
Added on Feb 21 2024
2 comments
423 views