Skip to Main Content

SQL & PL/SQL

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!

Query which TABLE Partitions are being read/written_to

InfoDocDec 21 2018 — edited Dec 21 2018

I am familiar with running various queries based on v$session, v$sql, V$SESSION_LONGOPS, etc

However have a merge statement (running via odi) which is inserting/updating a very large partitioned table. (hundreds of millions of rows).

I was wondering if anyone knew how I could query how many rows are affected in each partition of the large table. (while the long running query is still running and not yet commit'ed)

I welcome feedback/direction.

I suspect the answer would be NO, since the transaction is still running and not committed.

Comments
Post Details
Added on Dec 21 2018
3 comments
144 views