ORA-01692: Lob 段.分区无法通过(在表空间中)扩展
ORA-01692: Lob 段.分区无法通过(在表空间中)扩展
出现这个怎么处理,请高手帮忙。急。
ORA-01692
------解决方案--------------------通过(在表空间中)扩展
========================
表空间满了,检查磁盘空间或用户的空间配额。
------解决方案--------------------ORA-01692: unable to extend lob segment string.string partition string by string in tablespace string
Cause: Failed to allocate an extent of the required number of blocks for LOB segment in the tablespace indicated.
Action: Use ALTER TABLESPACE ADD DATAFILE statement to add one or more files to the tablespace indicated.
对表空间进行扩容,
1.增加数据文件
2.扩大数据文件的容量
3.使数据文件自动扩容