Index creation and v$session_longops
Hi All ,
I have a question related to how we can track the time required for the completion of an index creation , or rebuild statement. I am creating a custom index on TRAN_DATA_HISTORY (partitioned table) and If i check v$session_longops it gives me around 10-12 rows for the SID in which i have executed the create index query and all theses 10-12 sessions for the same SID is getting refreshed periodically. Is the "V$session_Longops" is right place to look to calculate the remaining time for any DDL/DML operation . If not, what is the correct procedure to do so.
0