拥有归档日志如何恢复一个丢失的数据文件

文章作者 100test 发表时间 2007:03:14 13:44:04
来源 100Test.Com百考试题网


昨天Kamus问到一个问题,如果拥有一个冷备份,但是缺失了其中的一个数据文件,但是存在所有的归档,应该如何恢复数据文件。

动手试一下,大概就是如下步骤:

[oracle@jumper eygle]$ sqlplus "/ as sysdba"
SQL*Plus: Release 9.2.0.4.0 - Production on Sun Aug 20 01:22:50 2006
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to an idle instance.
SQL> startup mount
ORACLE instance started.
Total System Global Area 252777592 bytes
Fixed Size 451704 bytes
Variable Size 134217728 bytes
Database Buffers 117440512 bytes
Redo Buffers 667648 bytes
Database mounted.
SQL> alter database open.
alter database open
*
ERROR at line 1:
ORA-01157: cannot identify/lock data file 3 - see DBWR trace file
ORA-01110: data file 3: /opt/oracle/oradata/eygle/eygle02.dbf
SQL> alter database create datafile 3 as /opt/oracle/oradata/eygle/eygle02.dbf.
Database altered.
SQL> 0select name from v$datafile.
NAME
-------------------------------------------------------
/opt/oracle/oradata/eygle/system01.dbf
/opt/oracle/oradata/eygle/undotbs01.dbf
/opt/oracle/oradata/eygle/eygle02.dbf
/opt/oracle/oradata/eygle/eygle01.dbf
SQL> alter database open.
alter database open
*
ERROR at line 1:
ORA-01113: file 3 needs media recovery
ORA-01110: data file 3: /opt/oracle/oradata/eygle/eygle02.dbf
SQL> recover datafile 3.
Media recovery complete.
SQL> alter database open.
Database altered.
SQL>



相关文章


通过NetAppSimulator学习RAC(1)
[Oracle]推出PeopleSoft企业V9中间件
Oracle10g与各版本的连通性
关于控制文件与数据文件头信息的说明(二)
拥有归档日志如何恢复一个丢失的数据文件
oracle数据库中关于null排序的问题
[Oracle]Linux下通过VNC安装Oracle
Oracle认证基本知识介绍(2)
[Oracle]开放源代码将挑战甲骨文王国
澳大利亚华人论坛
考好网
日本华人论坛
华人移民留学论坛
英国华人论坛