select * from DBA_SEGMENTS; -- view that shows which objects are using up what space in tablespaces.
PURGE RECYCLEBIN; -- Purge recycle bin objects found in ALL_OBJECTS (i.e. BIN$%)
Script that show tablespace usage: