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: Ari Kaplan <akaplan_at_interaccess.com>
Date: 1997/06/17
Message-ID: <5o6qrl$7lm@nntp.interaccess.com>#1/1

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

Original text of this message

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