How to copy a 110GB table with BLOBs from one schema to another on ORACLE

Posted by simao on Stack Overflow See other posts from Stack Overflow or by simao
Published on 2010-05-12T10:40:17Z Indexed on 2010/05/12 10:44 UTC
Read the original article Hit count: 179

Filed under:
|
|

Hello,

I have a table containing 110GB in BLOBs in one schema and I want to copy it to another schema to a different table.

I only want to copy a column of the source table so I am using an UPDATE statment, but it takes 2,5 hours to copy 3 GB of data.

Is there a faster way to do this?

Thank you

© Stack Overflow or respective owner

Related posts about Oracle

Related posts about sql