when will the dba_tables,dba_indexes be updated?
KramerDec 20 2011 — edited Dec 20 2011Hi ,
I created a table named ind_good.
I run below statement and got nothing.
SELECT BLOCKS , NUM_ROWS FROM DBA_TABLES WHERE TABLE_NAME='IND_GOOD';
After one week I run the statement again. Then I got the record.
So my question is. How often oracle update these tables/views? If I want to get the records quickly, is there anyting I can do ?
Regards
Mingwei