dbaspot
Tags Register FAQ Calendar Search Today's Posts Mark Forums Read

Number of partitions on a table? - Database Discussions

This is a discussion on Number of partitions on a table? - Database Discussions ; Hello How can one know the number of partitions on a table? Thanks in advance Debashish...


Home > Database Forum > Database and Unix Discussions > Database Discussions > Number of partitions on a table?

Reply

 

LinkBack Thread Tools Display Modes
  #1  
Old 11-02-2004, 10:04 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Number of partitions on a table?

Hello
How can one know the number of partitions on a table?

Thanks in advance
Debashish
Reply With Quote
  #2  
Old 11-02-2004, 10:49 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: Number of partitions on a table?

debashish_majumdar@rediffmail.com (debashish) wrote in
news:bb05cfc5.0411020603.2afa752a@posting.google.c om:

> 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';
Reply With Quote
  #3  
Old 11-02-2004, 10:49 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: Number of partitions on a table?

debashish_majumdar@rediffmail.com (debashish) wrote in
news:bb05cfc5.0411020603.2afa752a@posting.google.c om:

> 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';
Reply With Quote
  #4  
Old 11-02-2004, 10:49 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: Number of partitions on a table?

debashish_majumdar@rediffmail.com (debashish) wrote in
news:bb05cfc5.0411020603.2afa752a@posting.google.c om:

> 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';
Reply With Quote
  #5  
Old 11-02-2004, 10:49 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: Number of partitions on a table?

debashish_majumdar@rediffmail.com (debashish) wrote in
news:bb05cfc5.0411020603.2afa752a@posting.google.c om:

> 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';
Reply With Quote
  #6  
Old 11-02-2004, 10:49 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: Number of partitions on a table?

debashish_majumdar@rediffmail.com (debashish) wrote in
news:bb05cfc5.0411020603.2afa752a@posting.google.c om:

> 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';
Reply With Quote
  #7  
Old 11-02-2004, 10:49 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: Number of partitions on a table?

debashish_majumdar@rediffmail.com (debashish) wrote in
news:bb05cfc5.0411020603.2afa752a@posting.google.c om:

> 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';
Reply With Quote
  #8  
Old 11-03-2004, 03:00 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: Number of partitions on a table?

debashish wrote:

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


dba_ind_partitions
dba_ind_subpartitions
dba_lob_partitions
dba_lob_subpartitions
dba_subpartition_templates
dba_subpart_col_statistics
dba_subpart_histograms
dba_subpart_key_columns
dba_tab_partitions
dba_tab_subpartitions

--
Daniel A. Morgan
University of Washington
damorgan@x.washington.edu
(replace 'x' with 'u' to respond)
Reply With Quote
  #9  
Old 11-03-2004, 03:00 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: Number of partitions on a table?

debashish wrote:

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


dba_ind_partitions
dba_ind_subpartitions
dba_lob_partitions
dba_lob_subpartitions
dba_subpartition_templates
dba_subpart_col_statistics
dba_subpart_histograms
dba_subpart_key_columns
dba_tab_partitions
dba_tab_subpartitions

--
Daniel A. Morgan
University of Washington
damorgan@x.washington.edu
(replace 'x' with 'u' to respond)
Reply With Quote
  #10  
Old 11-03-2004, 03:00 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: Number of partitions on a table?

debashish wrote:

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


dba_ind_partitions
dba_ind_subpartitions
dba_lob_partitions
dba_lob_subpartitions
dba_subpartition_templates
dba_subpart_col_statistics
dba_subpart_histograms
dba_subpart_key_columns
dba_tab_partitions
dba_tab_subpartitions

--
Daniel A. Morgan
University of Washington
damorgan@x.washington.edu
(replace 'x' with 'u' to respond)
Reply With Quote
Reply

Thread Tools
Display Modes



All times are GMT -4. The time now is 09:18 PM.