SYSAUX
SYSAUX is the Oracle Database auxiliary tablespace introduced in Oracle Database 10g to reduce the load on the SYS schema by serving as a centralized repository for data and metadata used by many database components. It is created automatically when a database is created and is mandatory in modern Oracle deployments. SYSAUX is separate from the SYSTEM and SYS tablespaces and is intended to host internal components rather than user objects.
The primary purpose of SYSAUX is to store data and metadata for a number of Oracle features
Administration and monitoring of SYSAUX follow standard tablespace practices. The amount of space it uses grows
Notes on usage: because SYSAUX hosts data for many optional features, its contents depend on which components