Home  >  Article  >  Database  >  Oracle 10g 报 ORA-00313 错误的解决

Oracle 10g 报 ORA-00313 错误的解决

WBOY
WBOYOriginal
2016-06-07 17:05:371338browse

最近由于清理系统,优化软件把 oralce 的日志文件误删除了,结果启动的时候 Oracle 报 ORA-00313 和 ORA-00312 错误。

最近由于清理系统,优化软件把 oralce 的日志文件误删除了,结果启动的时候 Oracle 报 ORA-00313 和 ORA-00312 错误。

在“运行”中执行命令:sqlplusw /nolog
SQL> conn / as sysdba
已连接。
SQL> select status from v$instance;
STATUS
------------
MOUNTED
SQL> recover database until time '2011-10-01 00:00:00';
完成介质恢复。
SQL> alter database open resetlogs;
数据库已更改。

启动成功,,看来以后清理系统要小心啦。

linux

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn