设为首页 收藏本站
查看: 779|回复: 0

[经验分享] oracle 数据表空间问题

[复制链接]
YunVN网友  发表于 2018-9-26 07:26:27 |阅读模式
  oracle中的alert_orcl.log提示信息如下:
  ORA-1652: unable to extend temp segment by 128 in tablespace                 TEMP
  Thu May 27 05:00:23 2010
  ORA-1652: unable to extend temp segment by 128 in tablespace                 TEMP
  Thu May 27 06:00:24 2010
  ORA-1652: unable to extend temp segment by 128 in tablespace                 TEMP
  Thu May 27 06:30:19 2010
  Private_strands 3 at log switch
  Thread 1 advanced to log sequence 13249
  Current log# 3 seq# 13249 mem# 0: /Data1/orcl/redo03.log
  Thu May 27 07:00:25 2010
  ORA-1652: unable to extend temp segment by 128 in tablespace                 TEMP
  ORA-1652: unable to extend temp segment by 128 in tablespace                 TEMP
  Thu May 27 09:00:28 2010
  ORA-1652: unable to extend temp segment by 128 in tablespace                 TEMP
  orcl_j000_17773.trc中的提示信息:
  *** SERVICE NAME:(SYS$USERS) 2010-05-26 08:52:52.137

  *** SESSION>  Before in kgllkdl(), hd=80e80840.
  Before in kgllkdl(), hd=80e97e38.
  Before in kgllkdl(), hd=7ffc2680.
  Before in kgllkdl(), hd=7ff640a8.
  Before in kgllkdl(), hd=7ffba480.
  Before in kgllkdl(), hd=80ecf140.
  Before in kgllkdl(), hd=801fc8a0.
  Before in kgllkdl(), hd=80f70800.
  Before in kgllkdl(), hd=80ecf140.
  Before in kgllkdl(), hd=80eaa8a0.
  Before in kgllkdl(), hd=813e0b08.
  Before in kgllkdl(), hd=813d6798.
  Before in kgllkdl(), hd=80f4de90.
  Before in kgllkdl(), hd=813e0b08.
  Before in kgllkdl(), hd=813d6798.
  Before in kgllkdl(), hd=80f70800.
  Before in kgllkdl(), hd=80ecf140.
  Before in kgllkdl(), hd=80eaa8a0.
  Before in kgllkdl(), hd=80f4de90.
  Before in kgllkdl(), hd=813f0190.
  Before in kgllkdl(), hd=813d6798.
  Before in kgllkdl(), hd=813da7f0.
  Before in kgllkdl(), hd=80f70800.
  Before in kgllkdl(), hd=80ecf140.
  Before in kgllkdl(), hd=80f4de90.
  Before in kgllkdl(), hd=813e0b08.
  Before in kgllkdl(), hd=813d6798.
  Before in kgllkdl(), hd=813da7f0.
  Before in kgllkdl(), hd=80f70800.
  Before in kgllkdl(), hd=80ecf140.
  Before in kgllkdl(), hd=80eaa8a0.
  Before in kgllkdl(), hd=80f4de90.
  Before in kgllkdl(), hd=813d6798.
  Before in kgllkdl(), hd=813da7f0.
  Before in kgllkdl(), hd=80f70800.
  Before in kgllkdl(), hd=80ecf140.
  Before in kgllkdl(), hd=80eaa8a0.
  Before in kgllkdl(), hd=80f4de90.
  Before in kgllkdl(), hd=813d6798.
  Before in kgllkdl(), hd=813da7f0.
  Before in kgllkdl(), hd=80e73570.
  Before in kgllkdl(), hd=7ff574c8.
  Before in kgllkdl(), hd=80e73570.
  解决:
  发现临时表空间temp的数据文件已经丢失,通过重新创建临时表空间即可。
1.startup --启动数据库2.create temporary tablespace TEMP2 TEMPFILE ''/home2/oracle/oradata/sysmon/temp02.dbf''>3.alter database default temporary tablespace temp2;--改变缺省临时表空间 为刚刚创建的新临时表空间temp24.drop tablespace temp including contents and datafiles;--删除原来临时表空间5.create temporary tablespace TEMP TEMPFILE ''/home2/oracle/oradata/sysmon/temp01.dbf''>6.alter database default temporary tablespace temp;--重置缺省临时表空间为新建的temp表空间7.drop tablespace temp2 including contents and datafiles;--删除中转用临时表空间8.alter user roll temporary tablespace temp; --重新指定用户表空间为重建的临时表空间  也可以通过em图形界面来操作。


运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.iyunv.com/thread-602102-1-1.html 上篇帖子: oracle RAC 调整常用语句 下篇帖子: Oracle数据库修改表空间
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表