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

Home -> Community -> Usenet -> c.d.o.server -> Re: Number of partitions on a table?

Re: Number of partitions on a table?

From: IANAL_VISTA <IANAL_Vista_at_hotmail.com>
Date: Tue, 02 Nov 2004 14:49:04 GMT
Message-ID: <Xns9595455B3DBEFSunnySD@68.6.19.6>


debashish_majumdar_at_rediffmail.com (debashish) wrote in news:bb05cfc5.0411020603.2afa752a_at_posting.google.com:

> Hello
> How can one know the number of partitions on a table?
>
> Thanks in advance
> Debashish
>

select count(*) from dba_part_table where table_name = 'FOO_TABLE'; Received on Tue Nov 02 2004 - 08:49:04 CST

Original text of this message

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