System tablespace space issue.
Query result (with fragmentation) I have used below query for finding fragmentation and the result are listed below.
select table_name,round((blocks*8),2)||'kb' "size"
from user_tables
where table_name IN('SOURCE$','IDL_UB1$','IDL_UB2$')
TABLE_NAME
|
WITH FRAGMENATION(KB) |