How to fix the Oracle error ORA-30573: AUTO segment space management not valid for this type of tablespace?
In this post, you’ll learn more about the Oracle ErrorORA-30573: AUTO segment space management not valid for this type of tablespace with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-30573: AUTO segment space management not valid for this type of tablespace
Reason for the Error ORA-30573: AUTO segment space management not valid for this type of tablespace
in CREATE TABLESPACE, the AUTO SEGMENT SPACE MANAGEMENT was used while creating an UNDO or TEMPORARY tablespace.
How to fix the Error ORA-30573: AUTO segment space management not valid for this type of tablespace ?
You can fix this error in Oracle by following the below steps
Remove the AUTO SEGMENT SPACE MANAGEMENT clause.
Leave Your Comment