How to fix the Oracle error ORA-25147: UNIFORM SIZE value greater than maximum extent size?
In this post, you’ll learn more about the Oracle ErrorORA-25147: UNIFORM SIZE value greater than maximum extent size with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-25147: UNIFORM SIZE value greater than maximum extent size
Reason for the Error ORA-25147: UNIFORM SIZE value greater than maximum extent size
In CREATE/ALTER TABLESPACE, the value specified for the UNIFORM SIZE option was greater than the maximum extent size.
How to fix the Error ORA-25147: UNIFORM SIZE value greater than maximum extent size ?
You can fix this error in Oracle by following the below steps
Choose a lower value for the UNIFORM SIZE option.
Leave Your Comment