How to fix the Oracle error ORA-32772: BIGFILE is invalid option for this type of tablespace?
In this post, you’ll learn more about the Oracle ErrorORA-32772: BIGFILE is invalid option 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-32772: BIGFILE is invalid option for this type of tablespace
Reason for the Error ORA-32772: BIGFILE is invalid option for this type of tablespace
An attempt was made to create a bigfile tablespace that is dictionary managed or locally managed with manual segment-space management.
How to fix the Error ORA-32772: BIGFILE is invalid option for this type of tablespace ?
You can fix this error in Oracle by following the below steps
Either change the tablespace type to locally managed with automatic segment-space management, or create a SMALLFILE tablespace instead.
Leave Your Comment