首页 > Linux操作系统 > Linux操作系统 > Oracle ORA错误码
一份数据量近三亿的数据从table拉至PSA时,发生了异常,12个小时的
功劳白费了。上网查看资料,主要都是涉及表空间(tablepaces),归纳了几点,共
参考。
ORA-01653 unable to extend table string.string by string in tablespace string
Failed to allocate an extent of the required number of blocks for a table segment in the tablespace indicated.
Use ALTER TABLESPACE ADD DATAFILE statement to add one or more files to the tablespace indicated.
ORA-01688 unable to extend table string.string partition string by string in tablespace string
Failed to allocate an extent of the required number of blocks for table segment in the tablespace indicated.
Use ALTER TABLESPACE ADD DATAFILE statement to add one or more files to the tablespace indicated.
ORA-01654 unable to extend index string.string by string in tablespace string
Failed to allocate an extent of the required number of blocks for an index segment in the tablespace indicated.
Use ALTER TABLESPACE ADD DATAFILE statement to add one or more files to the tablespace indicated.
ORA-01655 unable to extend cluster string.string by string in tablespace string
Failed to allocate an extent of the required number of blocks for a cluster segment in tablespace indicated.
Use ALTER TABLESPACE ADD DATAFILE statement to add one or more files to the tablespace indicated.
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/22464099/viewspace-700946/,如需转载,请注明出处,否则将追究法律责任。