oracle exp 写入文件时出错,oracle Exp 错误 不能 打开临时表文件

这篇博客主要介绍了在使用Oracle的Exp命令导出数据时遇到的错误:ORA-01116,该错误涉及到数据库文件temp01.dbf无法打开。解决方案包括删除并重新创建表空间文件。首先,通过SQL命令删除temp01.dbf,然后新建同名文件并设置大小为50M,最后将文件设为在线状态,以恢复数据库的正常运行。
摘要由CSDN通过智能技术生成

在用Oracle命令 Exp

导出数据时出现下列疑问

Exp

-00008: 遇到 ORACLE 错误 1116

ORA-01116: error in opening database file 201

ORA-01110: data file 201: '/opt/app/oracle/oradata/orcl/temp01.dbf'

ORA-27041: unable to open file

Linux Error: 2: No such file or directory

Additional information: 3

Exp

-00083: 调用 SYS.LT_Exp

ORT_PKG.system_info_exp

时出现前一疑问

Exp

-00008: 遇到 ORACLE 错误 1116

ORA-01116: error in opening database file 201

ORA-01110: data file 201: '/opt/app/oracle/oradata/orcl/temp01.dbf'

ORA-27041: unable to open file

Linux Error: 2: No such file or directory

如图:

201031910232781198.png

处理

要领

1.最先

删除表空间文件 temp01.dbf

alter database tempfile '/opt/app/oracle/oradata/orcl/temp01.dbf' drop;

2.新建一个表空间文件 temp01.dbf

alter tablespace temp add tempfile '/opt/app/oracle/oradata/orcl/temp01.dbf' size 50m;

alter database tempfile '/opt/app/oracle/oradata/orcl/temp01.dbf' online;

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值