当前位置:Gxlcms > 数据库问题 > 表空间文件被删除导致oracle无法启动

表空间文件被删除导致oracle无法启动

时间:2021-07-01 10:21:17 帮助过:2人阅读

表空间  GTI40_DATA01 数据文件GTI40_DATA01.dbf被我删除了

我再运行drop tablespace qwer 

会报错

 

ORA-01116: 打开数据库文件48时出错

ORA-01110: 数据文件 48: ‘/data/GTI40_DATA01.dbf‘

ORA-27041: 无法打开文件

Linux Error: 2: No such file or directory

Additional information: 3

 

我怎么才能删除这个表空间 ?

----------------------------------------------------------

1.shutdown immediate

2.startup mount

3.alter database datafile ‘xxx‘ offline drop;

4.alter database open

5.drop tablespace xxxx including contents and datafiles;

表空间文件被删除导致oracle无法启动

标签:

人气教程排行