ORACLE常见错误代码的分析与解决(一)
时间:2007-11-09 来源:不详 作者:迈克DB
使用ALTER TABLESPACE命令,一但完成,所增加的空间就可使用,无需退出数据库或使表空间脱机,但要注意,一旦添加
了数据文件,就不能再删除它,若要删除,就要删除表空间。
一个报错例子如下:
ORA-1652:unable to extend temp segment by 207381 in tablespace TEMPSPACE
相应的英文如下:
Cause: Failed to allocate extent for temp segment in tablespace
Action:Use the ALTER TABLESPACE ADD DATAFILE statement to add one or more files to the specified
tablespace or create the object in another tablespace.
上一篇:在ORACLE中移动数据库文件 下一篇:My SQL进阶_SELECT篇(一)
文章评论
共有位Admini5网友发表了评论 查看完整内容