Re: partition key from data dictionary
From: Keith Moore <kmoore_at_zephyrus.com>
Date: Tue, 29 Jul 2008 16:24:08 -0500 (CDT)
Message-ID: <44184.206.227.160.10.1217366648.squirrel@lady.zephyrus.com>
Date: Tue, 29 Jul 2008 16:24:08 -0500 (CDT)
Message-ID: <44184.206.227.160.10.1217366648.squirrel@lady.zephyrus.com>
I know others have already answered your question but here is a simple query
that will often allow you to find the table yourself:
select table_name from dictionary where table_name like '%PART%';
Keith
> I am looking at dba_tab_partiitions and dba_part_tables and I don't see the
> actual partition key column list there. What view do I check>? I know I can
> use dbms_metadata. I am trying to find it in the data dictionary.
>
-- http://www.freelists.org/webpage/oracle-lReceived on Tue Jul 29 2008 - 16:24:08 CDT