How do I track commits longer than 1 second?
The client has a RAC database which normally performs well but occasionally, the commit takes more than a second. I know that because the difference between SYSTIMESTAMP column in the table and ORA_ROWSCN is larger than 1 sec. Is there a method to track timestamp and session ID of the extra-long commits.