Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to find how many rows are inserted, while inserting script is still running

FofanaJan 16 2025 — edited Jan 16 2025

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.

Comments
Post Details
Added on Jan 16 2025
7 comments
358 views