Oracle Solution for Error ora-13913

Solution for Oracle Error ORA-13913

ORA-13913: The threshold cannot be set when SYSAUX is offline.

What triggered the Error:

SET_THRESHOLD procedure was called when SYSAUX tablespace was offline.

What should we do to fix it:

Call SET_THRESHOLD procedure when SYSAUX is online.