Hello guys,
our client is using iBot delivery to export db tables (we know it is wrong idea, but client demands it).
The iBots are delivering analyses and dashboards based on direct SQL. When we check V$sql_monitor, we see that session is opened, executing select. After some random time, the SQL statement is done with status DONE (FIRST N ROWS). At the same moment, another select is executed, with the same SQL_ID, same SQL hash and is being executed until result DONE(ALL_ROWS). At this moment iBot had finished.
Any idea, why the select is being always terminated and executed once more time?

thanks for help
Michal