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: Dba_tab_modifications question

RE: Dba_tab_modifications question

From: BALA,PRAKASH (Non-HP-USA,ex1) <prakash_bala_at_non.hp.com>
Date: Wed, 15 May 2002 12:48:28 -0800
Message-ID: <F001.00461990.20020515124828@fatcity.com>


Chris, this table was modified around 3am and I checked this view around 10am. Maybe I need to create a TAR.

Prakash

-----Original Message-----
Sent: Wednesday, May 15, 2002 3:33 PM
To: Multiple recipients of list ORACLE-L

Hey Prakash,

I never knew about that dictionary table, so I looked it up and found...

These views describe tables that have been modified since the last time table statistics were gathered on them. The views are populated only for tables with the MONITORING attribute. They are not populated immediately, but after a time lapse (usually 3 hours).

Perhaps that explains the diff. Check it out.

Chris

-----Original Message-----
Sent: Wednesday, May 15, 2002 1:03 PM
To: Multiple recipients of list ORACLE-L

Hello,

Oracle 8.1.6 on HP-UX 11.0

WFM_ADMIN_at_VGRAFO> select num_rows,last_analyzed,monitoring from user_tables where table_name = 'NOTES_LOG';

  NUM_ROWS LAST_ANAL MON

Last night, Informatica inserted rows into this table.

  1 select inserts,updates,deletes from dba_tab_modifications   2* where table_name = 'NOTES_LOG'
WFM_ADMIN_at_VGRAFO> /    INSERTS UPDATES DELETES

WFM_ADMIN_at_VGRAFO> select count(*) from notes_log;

  COUNT(*)


   1592488

The difference between yesterday's and today's count is 6791 which does not match the number in dba_tab_modifications.

Does this mean that I cannot rely on dba_tab_modifications?

TIA
Prakash
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: BALA,PRAKASH (Non-HP-USA,ex1)
  INET: prakash_bala_at_non.hp.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Grabowy, Chris
  INET: cgrabowy_at_fcg.com
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: BALA,PRAKASH (Non-HP-USA,ex1)
  INET: prakash_bala_at_non.hp.com
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed May 15 2002 - 15:48:28 CDT

Original text of this message

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