DB version: 11.2.0.4
OS : RHEL 6.7
As the schema owner, I ran PURGE RECYCLEBIN and freed up 500GB. This got reflected in dba_recyclebin.space
But, this hasn't made any change to dba_free_space.bytes . I mean, the following query's output remains unchanged before and after the RECYCLEBIN purge.
select sum(bytes)/1024/1024/1024 gbSize from dba_free_space where tablespace_name='APPS_TBS';
Should I wait for a while to get this reflected in dba_free_space ?