Bitmap index rebuild detection
Please let me know if it is possible to check how often a given bitmap index is rebuilt as a result of the DML operation on the column on which the index was previously added. I need to do monitoring that will detect that there is a bitmap index that will start to rebuild constantly, for example as a result of someone starting to constantly update the column on which the bitmap index was previously added.
0