Oracle Solution for Error ora-30573

Solution for Oracle Error ORA-30573

ORA-30573: AUTO segment space management not valid for this type of tablespace

What triggered the Error:

in CREATE TABLESPACE, the AUTO SEGMENT SPACE MANAGEMENT was used while creating an UNDO or TEMPORARY tablespace.

What should we do to fix it:

Remove the AUTO SEGMENT SPACE MANAGEMENT clause.