Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: how to monitor the progress of inserts

RE: how to monitor the progress of inserts

From: Gogala, Mladen <MGogala_at_allegientsystems.com>
Date: Tue, 1 Feb 2005 11:39:16 -0500
Message-ID: <D42C14B2E3F2B74DB41D5B6B2E2B992F01931FEF@pegasus.lawaudit.com>


Niall, monitoring will show table as used, but statistics is updated at the time of commit. First, there is no statistics in USER_TABLES that would count the number of times that blocks have been referenced by I/O and second, statistics for monitored tables is not updated until the transaction commits. To do otherwise would seriously break the relational rules. Sadly, V$SESSION_LONGOPS is inaccurate, cryptic and, generally speaking, useless. In everything else you and Juan are right. Have a nice day.
--

Mladen Gogala
Ext. 121

--

http://www.freelists.org/webpage/oracle-l Received on Tue Feb 01 2005 - 11:49:42 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US