ORA-02221: invalid MAXEXTENTS storage option value
Cause: The specified value must be a positive integer greater than or equal to MINEXTENTS.
Action: Specify an appropriate value.
ORA-02221: invalid MAXEXTENTS storage option value 错误提示指定的MaxExtents存储选项值无效。
ORA-02221: invalid MAXEXTENTS storage option value
Cause: An invalid MAXEXTENTS value was specified in the storage option clause of a CREATE TABLESPACE or ALTER TABLESPACE statement.
MaxExtents should be an integer between 1 and the system-dependent maximum for the tablespace.
Action: Specify a valid MAXEXTENTS value and retry the statement.
在创建或修改表空间时,在存储选项子句中指定的MaxExtents值无效/超出了系统范围。
1.检查系统中的MaxExtents的最大值。
2.根据需要设置MaxExtents的值,但是该值必须位于1和最大系统值之间。
3.重新尝试执行创建/修改表空间的语句。