Read each row once while multiple processes insert into the same Oracle table?
问题 I have a table into which multiple processes insert data very rapidly throughout the day. Assume that at least one process is performing an insert at any given moment. I need to read from this table during the day, while the inserts are happening. I need to read every row but I only need to read each row once. My questions are: Is it possible for a single process to read from the table this way without affecting insert performance? Could there be more than one process reading data from the