Something is using up all that space. I'd bet that it is being used by sorts or index creation.

Maybe you are using Global Temporary Tables that have a lot of activity?

Look at v$sort_usage for the piggies of TEMP usage.