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: PCTUSED - How can I display the value of a table?

Re: PCTUSED - How can I display the value of a table?

From: Steve Phelan <stevep_at_pmcgettigan.demon.co.uk>
Date: 1997/04/08
Message-ID: <334A68C1.15A1F628@pmcgettigan.demon.co.uk>#1/1

Thomas Kremer wrote:

> Hello,
>
> just a question regarding displaying some details about the table.
> How
> can I display the actuall values of a table XYZ? I want to see
> PCTUSED, PCTFREE.
>
> Thanks a lot
>
> The text of my message is reflecting my private opinion!
> To reply please get rid of the NOSPAM in my e-mai address!

 Try:

select * from user_tables where table_name = '<put table name here>';

Steve Phelan. Received on Tue Apr 08 1997 - 00:00:00 CDT

Original text of this message

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