Fast Refreshing a Materialized View
Just a quick post about fast refreshing an MV.
Example:schema1 in db1 has a database link to schema2 in db2
schema2 has select on table t1 in schema3 in db2
You want to create a fast refreshable MV in schema1 on table t1.
You must create a ma...
apexdebug.com1 min read