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!

Casting BLOB to BFILE - ADW

Hi,

I am trying to merge a table in ADW. My target table includes a column with BFILE type, however, the same column on my staging table is set to a BLOB type because I am not able to create external tables with a BFILE column. Is there a way, such as using an SQL/PLSQL command, to cast this BLOB data to a BFILE to merge this into the target table?

Thanks,

Emiliano.

Comments
Post Details
Added on May 5 2025
1 comment
110 views