误删表空间解决方法

数据库在运行的时候,用plsql删除了一个表空间,重启后,表空间就打不开了
然后报错

startup后,报无法打开表空间。

Total System Global Area 1603411968 bytes
Fixed Size 2144824 bytes
Variable Size 587204040 bytes
Database Buffers 1006632960 bytes
Redo Buffers 7430144 bytes
Database mounted.
ORA-01157: cannot identify/lock data file 5 - see DBWR trace file
ORA-01110: data file 5: '/opt/oracle/oradata/orcl/BICP_DATA.dbf'

解决方法:

SQL> startup mount
SQL> alter database datafile ‘/opt/oracle/oradata/ora92/plt123.dbf’ offline drop;
SQL> alter database open;
SQL> drop tablespace plt123 including contents and datafiles;


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值