数据库运行过程中误删users数据文件(千万不要停库)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了数据库运行过程中误删users数据文件(千万不要停库)相关的知识,希望对你有一定的参考价值。
1 ps -ef | grep dbw|grep -v grep
2 ls -rtl /proc/6877/fd
3 cd /proc/6877
4 cd fd
5 cp /proc/6877/fd/某个文件 到需要的路径下
6 查看文件状态
select file#,status from v$datafile;
7 alter database datafile 4 offline
8 recover datafile 4
9 alter database datafile 4 online;
10 shutdown测试
以上是关于数据库运行过程中误删users数据文件(千万不要停库)的主要内容,如果未能解决你的问题,请参考以下文章