Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Table Percentage Used

Azhar MZAug 17 2015 — edited Aug 19 2015

I have search high and wide, but most result I get was tablespace percent used (which you can also get via Enterprise Manager).

Now I want to get the result like shown below, while I can get the tables by getting those with 'VALUES_' I'm not quite so sure when it come to size and usage percentage. I understand datafile (.dbf) or tablespace, since there is a lot of examples to learn from the web, but not so much here. Tables here are from dba objects, but should I use dba_segment instead? Thanks.

   

TABLE NAMESIZE(MB)USAGE(%)
VALUES_ENVF15391
VALUES_ENVF_S0.0630
VALUES_F8188058
VALUES_F20.0630
VALUES_IMG0.250
VALUES_S0.5630
VALUES_SHIP1567511
VALUES_SHIP_S8411
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 16 2015
Added on Aug 17 2015
7 comments
1,173 views