This document provides instructions for checking the maximum freeable space in Oracle database tablespace datafiles and shrinking datafile sizes. It contains a SQL query to identify datafiles, their current and minimum sizes, and potential space savings. It advises not to shrink the SYSTEM and SYSAUX tablespaces as they contain important database data. It also includes an example ALTER DATABASE statement to resize a datafile to free up space.