oracle - I am inserting millions of records in a table and in other session I want to know the status of the same -
i inserting millions of records in table in other session want know status of same how many records have been processed, no commit issued in first session
query v$session_longops
. not 100% gives sense of session state.
Comments
Post a Comment