How to verify the number of MLOG records.
Let's say I have a master table in Database A, and there are corresponding materialized views (MVIEW) in two separate databases, B and C. I would like to know if there is a method to check the number of MLOG records for each MVIEW separately, according to each database.
For example:
- MLOG record count for B
- MLOG record count for C
Could you please advise if it is possible to check these counts separately?