- 最后登录
- 2013-3-5
- 在线时间
- 9 小时
- 威望
- 0
- 金钱
- 33
- 注册时间
- 2013-2-4
- 阅读权限
- 10
- 帖子
- 4
- 精华
- 0
- 积分
- 0
- UID
- 894
|
4#
发表于 2013-2-7 00:16:54
C:\oracle\oradata>rman target /
Recovery Manager: Release 11.2.0.1.0 - Production on Thu Feb 7 00:14:53 2013
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
connected to target database: ORCL (DBID=1333179138, not open)
RMAN> recover database until sequence 29;
Starting recover at 07-FEB-13
using target database control file instead of recovery catalog
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=26 device type=DISK
starting media recovery
Oracle Error:
ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
ORA-01194: file 1 needs more recovery to be consistent
ORA-01110: data file 1: 'C:\ORACLE\WHOLE_DB_CP_42_T.BKP'
media recovery complete, elapsed time: 00:00:03
Finished recover at 07-FEB-13
RMAN> recover database;
Starting recover at 07-FEB-13
using channel ORA_DISK_1
starting media recovery
RMAN-08187: WARNING: media recovery until SCN 1440460 complete
Finished recover at 07-FEB-13
RMAN> list archivelog;
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00558: error encountered while parsing input commands
RMAN-01009: syntax error: found ";": expecting one of: "all, from, high, like, low, scn, sequence, time, until, double-quoted-string, integer, single-
quoted-string"
RMAN-01007: at line 1 column 16 file: standard input
RMAN> list archivelog all;
List of Archived Log Copies for database with db_unique_name ORCL
=====================================================================
Key Thrd Seq S Low Time
------- ---- ------- - ---------
8 1 24 A 29-JAN-13
Name: +DATA/orcl/archivelog/2013_02_05/thread_1_seq_24.262.806551185
1 1 25 A 05-FEB-13
Name: +DATA/orcl/archivelog/2013_02_06/thread_1_seq_25.264.806689117
3 1 25 A 05-FEB-13
Name: +DATA/orcl/archivelog/2013_02_06/thread_1_seq_25.274.806689821
2 1 26 A 06-FEB-13
Name: +DATA/orcl/archivelog/2013_02_06/thread_1_seq_26.265.806689533
4 1 26 A 06-FEB-13
Name: +DATA/orcl/archivelog/2013_02_06/thread_1_seq_26.269.806689821
5 1 27 A 06-FEB-13
Name: +DATA/orcl/archivelog/2013_02_06/thread_1_seq_27.259.806689823
6 1 28 A 06-FEB-13
Name: +DATA/orcl/archivelog/2013_02_06/thread_1_seq_28.258.806689933
7 1 29 A 06-FEB-13
Name: +DATA/orcl/archivelog/2013_02_06/thread_1_seq_29.257.806689971
RMAN> |
|