How to get list of all Materialized Views.?
Try this:
SELECT * FROM all_snapshots;
Instead of all_snapshots you can also use the all_mviews view.
all_snapshots
all_mviews