设为首页 加入收藏 网站搜索 繁體中文 中国建站网 — 站长资源平台

ORA-25153: 临时表空间为空

来源本站整理 作者:佚名 时间:2007-1-6 19:39:13 该文得分0
       最近在我本机上测试时,提示了ORA-25153: 临时表空间为空,

SQL> analyze table a compute statistics;
analyze table a compute statistics
*
ERROR 位于第 1 行:
ORA-25153: 临时表空间为空

在视图 v$tempfile 是看:

SQL> select name from v$tempfile;

未选定行

才发现,临时文件可能被误删除了。

SQL> ed
已写入文件 afiedt.buf

  1* alter tablespace temp add tempfile 'd:\oracle\oradata\ora92\temp01.dbf' size 10M
SQL> /

表空间已更改。

SQL> analyze table a compute statistics;

表已分析。

查看:

SQL> select name from v$tempfile;

NAME
--------------------------------------------------------------------------------
D:\ORACLE\ORADATA\ORA92\TEMP01.DBF

经加了临时文件后,一切正常!


Trackback: http://tb.blog.csdn.net/TrackBack.aspx?PostId=1450125

相关文章
广告赞助
网友评论

共有 0 位网友发表了评论,平均得分: 0 查看完整内容

用户名:

分 值:100分 85分 70分 55分 40分 25分 10分 0分

内 容:

(注“”为必填内容。) 验证码: 验证码,看不清楚?请点击刷新验证码