Skip to Main Content

Oracle Database Discussions

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!

Counting NO of Rows in a Partition Table

617891May 16 2008 — edited May 16 2008
TO count the NO of rows . I am using
Select count (*) from <TABLENAME>;

Is this command give the Total NO of rows ...

Or i need to check in the dba_tables
select row_num from <TABLENAME>;

and i have 3 partitions and i need to check individual partions . How can i check that ...? Could give suggesitons and please send proper command for this ..

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 13 2008
Added on May 16 2008
3 comments
23,426 views