| 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,
You can do the following select:
SELECT owner, table_name, pct_used, pct_free
FROM all_tables
WHERE table_name = 'XYZ';
-Ari Kaplan
Independent Oracle DBA Consultant
<-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-> <-> For 70+ technical tips, visit my Web Page: <-> <-> <-> <-> http://homepage.interaccess.com/~akaplan <-> <-> <-> <-> email: akaplan_at_interaccess.com <-> <-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><->
Thomas Kremer (Thomas.Kremer_at_orechem.NOSPAM.com) 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!
Received on Tue Jun 17 1997 - 00:00:00 CDT
![]() |
![]() |