Skip to Main Content

Oracle Database Discussions

Announcement

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!

MATERIALIZED VIEW LOG - details about the sequence...

BazzaSep 10 2012 — edited Sep 10 2012
Say you did:

CREATE MATERIALIZED VIEW LOG ON sales
WITH ROWID, SEQUENCE(amount_sold, time_id, prod_id)
INCLUDNG NEW VALUES;

Every row that goes into the snapshot log has a unique sequence id -

1) what sequence does it use?

I'm trying to work out what the max sequence id it would use before it started at the beginning again.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 8 2012
Added on Sep 10 2012
5 comments
384 views