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

Home -> Community -> Usenet -> c.d.o.misc -> Re: List of partitions

Re: List of partitions

From: Rauf Sarwar <rs_arwar_at_hotmail.com>
Date: 6 Jan 2005 08:09:30 -0800
Message-ID: <1105027769.978107.129660@c13g2000cwb.googlegroups.com>

Dmitry wrote:
> Hi everyone,
>
> How can I get list of table partitions?

Do a desc on

user_part_tables
user_tab_partitions
user_tab_subpartitions

You can replace user_ with either all_ or dba_ depending on whose objects you want to view.

Regards
/Rauf Received on Thu Jan 06 2005 - 10:09:30 CST

Original text of this message

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