Database Administration (MOSC)

MOSC Banner

Tablespace Occupation

edited Sep 13, 2022 2:25PM in Database Administration (MOSC) 16 commentsAnswered ✓

Hi,

On 19c on AIX

I have:

select tablespace_name,round(used_percent,2) from dba_tablespace_usage_metrics where tablespace_name='APPS_TS_FNDLOBS'

TABLESPACE_NAME        ROUND(USED_PERCENT,2)

------------------------------ ---------------------

APPS_TS_FNDLOBS                66.15

But in Sql Devloper (manage database) I see:


Which one is correct: 66.15 or 90.22?

Thanks.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center