Re: Materialized views with fast refresh

  • From: "Thomas Day" <tomday2@xxxxxxxxx>
  • To: oracle-l@xxxxxxxxxxxxx
  • Date: Fri, 21 Apr 2006 11:44:28 -0400

Create the view on the snapshot database.  As the error message says, you
cannot snapshot complex queries.  Also, I'd use primary keys instead of
rowids.  Keeps you from having to re-build the snapshots every time you move
(as opposed to change) the source data.  But that's just me.

Other related posts: