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

Home -> Community -> Usenet -> c.d.o.server -> Re: show table parameters

Re: show table parameters

From: Jared Still <jkstill_at_cybcon.com>
Date: Sat, 27 Nov 2004 21:14:09 -0800
Message-Id: <pan.2004.11.28.05.14.00.180973@cybcon.com>

A little exploration would make this obvious.

For instance: select table_name from dba_tables;

On Thu, 25 Nov 2004 20:25:56 +0100, vertigo wrote:

> Hello
> How can i check table parameters (it's actual size, and storage
> parameters such as PCTINCREASE ...) ?
>
> I tried to find my table:
> select * from dba_tables where table_name='test' but did not find, why ?
>
> Thanx
> Michal
Received on Sat Nov 27 2004 - 23:14:09 CST

Original text of this message

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