Hi,
I have Oracle 11.2.0.1 on Solaris 11 x86_64. Software using SYSTEM tablespace. The free space on this tablespace is allmost end,
When i check what amount of data is collected in database i get strange value:
select SUM(qq.MB) from (select table_name,(num_rows*avg_row_len)/(1024*1024) MB, num_rows, avg_row_len from user_tables) qq;
SUM(QQ.MB)
----------------------
6,43802738189697265625
So i suppose that data using only 6.4MB.... But statistic for this tablespace is
Tablespace Used MB Free MB Total MB Pct. Free
------------------------------ ---------------------- ---------------------- ---------------------- ----------------------
SYSAUX 655 35 690 5
UNDOTBS1 27 18 45 40
TQTBS 11 489 500 98
USERS 0 5 5 100
SYSTEM 707 93 800 12
What is using 700MB?!