重庆思庄Oracle、KingBase、PostgreSQL、Redhat认证学习论坛
标题:
oracle丢失temp表空间的处理方法
[打印本页]
作者:
jiawang
时间:
2025-5-18 21:51
标题:
oracle丢失temp表空间的处理方法
本帖最后由 jiawang 于 2025-5-18 21:51 编辑
报错现象:
登录/注册后可看大图
048C478324EB6153151E18196FDC321A.png
(96.08 KB, 下载次数: 291)
下载附件
2025-4-17 14:28 上传
两种方法可以恢复
1、重启数据库
重启后系统会自动重建,数据库会提示re-creating在bdump的alter_sid.log中
Re-creating tempfile /home/oracle/oradata/osa/temp01.db
2、重建
alter tablespace temp add tempfile '/oracle/oradata/osa/temp03.dbf' size 50m;
alter tablespace temp drop tempfile '/oracle/oradata/osa/temp01.dbf' ;
登录/注册后可看大图
欢迎光临 重庆思庄Oracle、KingBase、PostgreSQL、Redhat认证学习论坛 (http://bbs.cqsztech.com/)
Powered by Discuz! X3.2