Skip to Main Content

Oracle Database Discussions

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

CTAS a CLOB table over a DBLink

user6347963May 2 2011 — edited May 2 2011
Hello Experts,

Can you please tell me as to how I can CTAS or build a materialized view at a locla site refering to a table with CLOBs in a remote site.

create materialized view V_Local as Select * from T_clobtable@remote site;

Desc T_clobtable@remotesite;

col1 CLOB
col2 CLOB
name varchar2()

Regards,

Valli
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 30 2011
Added on May 2 2011
3 comments
541 views