Re: GHOST ROWS ON TABLE PARTITIONED
- From: "astalavista" <nobody@xxxxxxxxxxx>
- Date: Fri, 30 Mar 2007 12:56:01 +0200
SELECT TABLE_NAME,PARTITION_NAME,NUM_ROWS FROM USER_TAB_PARTITIONS;
TABLE_NAME PARTITION_NAME NUM_ROWS
--------------------- --------------- ----------
-------------------
HA_EVENT_P ENTRO_MARZO02
HA_EVENT_P DOPO_MARZO02
or:
SELECT TABLE_NAME,NUM_ROWS FROM USER_TABLES WHERE TABLE_NAME =
'HA_EVENT_P';
TABLE_NAME NUM_ROWS
-------------------- -----------------
HA_EVENT_P
the numbers of rows on USER_TAB_PARTITIONS and USER_TABLES are null !!
although, the select count(*) give the numbers of rows on table
partitioned..
what could be happened? why i don't see the num. rows with query on
these views??
thanks very much
andrea
Have you calculate stats ?
.
- Follow-Ups:
- Re: GHOST ROWS ON TABLE PARTITIONED
- From: Andrea
- Re: GHOST ROWS ON TABLE PARTITIONED
- References:
- GHOST ROWS ON TABLE PARTITIONED
- From: Andrea
- GHOST ROWS ON TABLE PARTITIONED
- Prev by Date: GHOST ROWS ON TABLE PARTITIONED
- Next by Date: Re: get directory lisrting on xe
- Previous by thread: GHOST ROWS ON TABLE PARTITIONED
- Next by thread: Re: GHOST ROWS ON TABLE PARTITIONED
- Index(es):
Relevant Pages
|