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!
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