select OBJECT_NAME, timestamp, LAST_DDL_TIME from usr_objects where OBJECT_NAME='YOUR_INDEX' and object_type='INDEX';
其中 last_ddl_time 就是該索引最近壹次被重建的時間