Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> fast refresh
Here's the statement:
create MATERIALIZED VIEW STEVE_TEST3_MVW
refresh fast as (
select
ac.assess_case_seq_id, ac.violator_seq_id, ac.rowid ac_rid, vi.rowid vi_rid
I can create it as a FAST refresh in the base owner environment, but when I try and make it a fast refresh on a remote database using the database link, I get: ORA-12015: cannot create a fast refresh materialized view from a complex query.
The join columns have indexes on them. Materialized view logs with primary key and rowid are on both tables.
Any ideas?
Steve Smith
Desk: 303-231-5499
-- http://www.freelists.org/webpage/oracle-lReceived on Tue Apr 24 2007 - 17:20:11 CDT