- 最后登录
- 2015-1-26
- 在线时间
- 51 小时
- 威望
- 30
- 金钱
- 158
- 注册时间
- 2011-10-14
- 阅读权限
- 10
- 帖子
- 66
- 精华
- 0
- 积分
- 30
- UID
- 32
|
5#
发表于 2012-4-28 16:45:11
这是一个培训库,没有归档
RMAN> run {
2> allocate channel d1 type disk;
3> allocate channel d2 type disk;
4> allocate channel d3 type disk;
5> allocate channel d4 type disk;
6> backup validate check logical database;
7> }
using target database control file instead of recovery catalog
allocated channel: d1
channel d1: sid=321 devtype=DISK
allocated channel: d2
channel d2: sid=316 devtype=DISK
allocated channel: d3
channel d3: sid=315 devtype=DISK
allocated channel: d4
channel d4: sid=314 devtype=DISK
Starting backup at 28-4ÔÂ -12
channel d1: starting full datafile backupset
channel d1: specifying datafile(s) in backupset
RMAN-03009: failure of backup command on d1 channel at 04/28/2012 16:43:51
ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode
continuing other job steps, job failed will not be re-run
channel d1: starting full datafile backupset
channel d1: specifying datafile(s) in backupset
RMAN-03009: failure of backup command on d1 channel at 04/28/2012 16:43:51
ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode
continuing other job steps, job failed will not be re-run
channel d1: starting full datafile backupset
channel d1: specifying datafile(s) in backupset
RMAN-03009: failure of backup command on d1 channel at 04/28/2012 16:43:51
ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode
continuing other job steps, job failed will not be re-run
channel d1: starting full datafile backupset
channel d1: specifying datafile(s) in backupset
RMAN-03009: failure of backup command on d1 channel at 04/28/2012 16:43:51
ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode
continuing other job steps, job failed will not be re-run
channel d1: starting full datafile backupset
channel d1: specifying datafile(s) in backupset
including current control file in backupset
channel d2: starting full datafile backupset
channel d2: specifying datafile(s) in backupset
RMAN-03009: failure of backup command on d2 channel at 04/28/2012 16:43:52
ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode
continuing other job steps, job failed will not be re-run
channel d2: starting full datafile backupset
channel d2: specifying datafile(s) in backupset
channel d3: starting full datafile backupset
channel d3: specifying datafile(s) in backupset
RMAN-03009: failure of backup command on d3 channel at 04/28/2012 16:43:53
ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode
continuing other job steps, job failed will not be re-run
channel d4: starting full datafile backupset
channel d4: specifying datafile(s) in backupset
RMAN-03009: failure of backup command on d4 channel at 04/28/2012 16:43:53
ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode
continuing other job steps, job failed will not be re-run
channel d1: backup set complete, elapsed time: 00:00:02
including current SPFILE in backupset
channel d2: backup set complete, elapsed time: 00:00:01
released channel: d1
released channel: d2
released channel: d3
released channel: d4
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of backup command on d2 channel at 04/28/2012 16:43:52
ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode
RMAN-03009: failure of backup command on d3 channel at 04/28/2012 16:43:53
ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode
RMAN-03009: failure of backup command on d1 channel at 04/28/2012 16:43:51
ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode
RMAN-03009: failure of backup command on d4 channel at 04/28/2012 16:43:53
ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode
RMAN-03009: failure of backup command on d1 channel at 04/28/2012 16:43:51
ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode
RMAN-03009: failure of backup command on d1 channel at 04/28/2012 16:43:51
ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode
RMAN-03009: failure of backup command on d1 channel at 04/28/2012 16:43:51
ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode
SQL> select * from V$DATABASE_BLOCK_CORRUPTION ;
FILE# BLOCK# BLOCKS CORRUPTION_CHANGE# CORRUPTIO
---------- ---------- ---------- ------------------ ---------
1 498 1 9015639 UNKNOWN |
|