Problem with materialized view dblink
Hi all,
I got a problem with the materialized views through the dblinks.
My DBLINK is called "PROD" and connect with the schema "TEST1"
TEST1 is the owner of the materialized views, for example "test1.materialized_table"
So in another database i got the dblink PROD and connect with the schema TEST2.
When i do the select on the view, he shows me data from another schema ( TEST1 ), but when i put @PROD, he connects with TEST2 schema and show me the correct data.
Any solution for this?
Regards