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!

How to create view on remote db for clob column

ronald_2017Aug 25 2016 — edited Aug 25 2016

Hi All,

I can select CLOB column from remote db. However, I cannot create a view. What do you suggest?

create view test_view

as

SELECT (SELECT clob_column FROM DUAL) col1 FROM my_table@remotedb;

Thanks in advance

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 22 2016
Added on Aug 25 2016
8 comments
2,625 views