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

Popular posts from this blog

python - matpltolib navigation toolbar edit curves and parameters line color automatically changes issue -

node.js - Nodejs javascript implementation of PBEWithMD5AndTripleDES/CBC/PKCS5Padding -