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,
When I create the following I get ORA-12054 error. What do you suggest?
create materialized view mv_tablebuild immediaterefresh fast on commitwith rowidasselect * from my_table@remotedb;
create materialized view mv_table
build immediate
refresh fast on commit
with rowid
as
select * from my_table@remotedb;
Thanks in advance