Inserting more records to table during export
Hello everyone,
I'm starting build a program (java / python) to export all records in a table to csv file, my concern is during export of large table (let say 4million records) and another session from application perform insert 5 record more into that table, my question is will I got 4million or 4million + 5 in my csv file ?
thanks,