Hi, I have a script inserting data into a table in Toad.
I have 49 millions of records to upload into a table reading from external table (based on a csv file).
While script is still running, is there a way to know how many records have been inserted in the table so far? If I use another DB session I cannot see data because no commit was done yet in the first session. The commit is at end in the script.
Any advice how to do it, without affecting the performance?
DB version is:

Thank you.