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!

Copy BLOB from one table to another table.

lvkasJun 21 2017 — edited Jun 21 2017

I have problem with copy rows with blob from one table to another. First I used cursor to fetch rows with 4 columns needed to file, next i copy this rows to another table using insert. Everything is copied, but problem is only with blob column, because column is copied but when I checked using dbms_lob.getlength("BLOB") in original table i have value but in second table I have 0. I copy this column like another, maybe is different way to copy blob column?

Any idea what can be a problem ?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 19 2017
Added on Jun 21 2017
12 comments
10,518 views