The sum of sm$ts_free.bytes
and sm$ts_used.bytes
is not equal to sm$ts_alloc.bytes
.
What can be the reason behind it?
The sum of sm$ts_free.bytes
and sm$ts_used.bytes
is not equal to sm$ts_alloc.bytes
.
What can be the reason behind it?
Hi,
There is a discussion about these views in the OTN forum. It seems the difference between sm$ts_free.bytes + sm$ts_used.bytes
and sm$ts_alloc.bytes
is a constant overhead. It is probably used to store tablespace header information.