You are on page 1of 1

While you are running GATHER_SCHEMA_STATS, you can query V$SESSION_LONGOPS to mo

nitor the progress of the operation


SELECT *
FROM v$session_longops
WHERE time_remaining > 0

You might also like