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...
![]() |
| | LinkBack | Thread Tools | Display Modes |
|
#1
| |||
| |||
| How can one know the number of partitions on a table? Thanks in advance Debashish |
|
#2
| |||
| |||
| 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'; |
|
#3
| |||
| |||
| 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'; |
|
#4
| |||
| |||
| 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'; |
|
#5
| |||
| |||
| 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'; |
|
#6
| |||
| |||
| 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'; |
|
#7
| |||
| |||
| 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'; |
|
#8
| |||
| |||
|
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) |
|
#9
| |||
| |||
|
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) |
|
#10
| |||
| |||
|
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) |
![]() |
« Previous Thread
|
Next Thread »
| Thread Tools | |
| Display Modes | |
| |
All times are GMT -4. The time now is 09:18 PM.




Linear Mode