Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: PCTUSED - How can I display the value of a table?
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
![]() |
![]() |