...01659:无法分配超出5的minestents<在表空间nnc_data01中>"?_百度...
发布网友
发布时间:2024-10-23 16:28
我来回答
共2个回答
热心网友
时间:6分钟前
ALTER DATABASE DATAFILE '/dev/vg01/file.dbf'
RESIZE 999M;(比原来的大) 修改数据文件,问题解决,
ALTER DATABASE DATAFILE fileno AUTOEXTEND ON NEXT 10M MAXSIZE UNLIMITED;修改为maxsize unlimited不行
热心网友
时间:3分钟前
ORA-01659: unable to allocate MINEXTENTS beyond string in tablespace string
Cause: Failed to find sufficient contiguous space to allocate MINEXTENTS for the segment being created.
Action: Use ALTER TABLESPACE ADD DATAFILE to add additional space to the tablespace or retry with smaller value for MINEXTENTS, NEXT or PCTINCREASE