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: schema views for partitions

Re: schema views for partitions

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Tue, 22 Jun 1999 19:31:14 +0100
Message-ID: <930076516.3325.1.nnrp-04.9e984b29@news.demon.co.uk>


XXX_tab_partitions
XXX_ind_partitions

XXX in ('USER','ALL','DBA')

Hint: when looking for data dictionary view try:

    select view_name from all_views
    where view_name like '%my_best_guess%';

e.g.

    select view_name from all_views
    where view_name like '%PRIV%';

I have to do it all the time to remembet what the views are called for privileges,

--

Jonathan Lewis
Yet another Oracle-related web site: www.jlcomp.demon.co.uk

pauldb wrote in message <930050676.12242_at_www.remarq.com>...
>Does anyone know how to what views contain information
>about partitions?
Received on Tue Jun 22 1999 - 13:31:14 CDT

Original text of this message

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