I work on a database that's on Oracle 12.1. Whenever we drop a table for any reason, it goes to the recycle bin. Usually, whenever we build another table that requires more space, the space automatically opens up on the recycle bin. Recently, the recycle bin is not releasing space at all. I have to manually purge the recycle bin, or I cannot build tables that need that space.
What do I do to ensure that the recycle bin is setup to purge itself automatically, only when necessary? I don't want a custom script or automation; I want to use the recycle bin the way it's designed and intended.