How to find out which method of MView is being refresh
As per Oracle Doc : Oracle will choose the refresh method based on the following attempt order: log-based fast refresh, PCT refresh, and complete refresh,
I need to know which method Oracle is currently using for MView refresh, as in my case it could be log-based FAST or PCT FAST.