ORA-01653:unable to extend table string.string by string in tablespace string
Cause:Failed to allocate an extent of the required number of blocks for a table segment in the tablespace indicated.
Action:Use ALTER TABLESPACE ADD DATAFILE statement to add one or more files to the tablespace indicated.
本文转自
http://ora-01653.ora-code.com/
Cause:Failed to allocate an extent of the required number of blocks for a table segment in the tablespace indicated.
Action:Use ALTER TABLESPACE ADD DATAFILE statement to add one or more files to the tablespace indicated.
本文转自
http://ora-01653.ora-code.com/
解决ORA-01653错误
本文介绍了解决ORA-01653错误的方法。当Oracle数据库无法为表分配所需的数据块时会出现此错误。解决方案是使用ALTERTABLESPACE ADADDATAFILE语句向指定的表空间添加一个或多个文件。
1377

被折叠的 条评论
为什么被折叠?



