码迷,mamicode.com
首页 > 其他好文 > 详细

DATAGUARD ORA-01274 ORA-01111处理

时间:2015-08-03 14:59:09      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:oracle

误:File #483 added to control file as ‘UNNAMED00483‘ because
the parameter STANDBY_FILE_MANAGEMENT is set to MANUAL
The file should be manually created to continue.
Errors with log +FRA/cweolb/archivelog/2015_08_02/thread_1_seq_225515.7695.886664431
MRP0: Background Media Recovery terminated with error 1274
Errors in file /oracle/orabase/admin/CWEOLB/diag/rdbms/cweolb/CWEOLB/trace/CWEOLB_pr00_19398846.trc:
ORA-01274: cannot add datafile ‘+DATA/cweol/datafile/tstlog.2015080201‘ - file could not be created
Managed Standby Recovery not using Real Time Apply
Recovery interrupted!
Sun Aug 02 21:55:44 2015
Recovered data files to a consistent state at change 61278149367
Sun Aug 02 21:55:44 2015
MRP0: Background Media Recovery process shutdown (CWEOLB)
Mon Aug 03 10:57:23 2015
ALTER SYSTEM SET standby_file_management=‘AUTO‘ SCOPE=BOTH;
Mon Aug 03 10:58:29 2015
 alter database recover managed standby database using current logfile disconnect from session
Attempt to start background Managed Standby Recovery process (CWEOLB)
Sun Aug 02 21:58:29 2015
MRP0 started with pid=38, OS id=7733714 
MRP0: Background Managed Standby Recovery process started (CWEOLB)
 started logmerger process
Sun Aug 02 21:58:34 2015
Managed Standby Recovery starting Real Time Apply
Sun Aug 02 21:58:34 2015
Errors in file /oracle/orabase/admin/CWEOLB/diag/rdbms/cweolb/CWEOLB/trace/CWEOLB_dbw0_9896432.trc:
ORA-01186: file 483 failed verification tests
ORA-01157: cannot identify/lock data file 483 - see DBWR trace file
ORA-01111: name for data file 483 is unknown - rename to correct file
ORA-01110: data file 483: ‘/oracle/orabase/ora11gr2/dbs/UNNAMED00483‘
File 483 not verified due to error ORA-01157
MRP0: Background Media Recovery terminated with error 1111
Errors in file /oracle/orabase/admin/CWEOLB/diag/rdbms/cweolb/CWEOLB/trace/CWEOLB_pr00_20250790.trc:
ORA-01111: name for data file 483 is unknown - rename to correct file
ORA-01110: data file 483: ‘/oracle/orabase/ora11gr2/dbs/UNNAMED00483‘
ORA-01157: cannot identify/lock data file 483 - see DBWR trace file
ORA-01111: name for data file 483 is unknown - rename to correct file
ORA-01110: data file 483: ‘/oracle/orabase/ora11gr2/dbs/UNNAMED00483‘
Managed Standby Recovery not using Real Time Apply
Slave exiting with ORA-1111 exception
Errors in file /oracle/orabase/admin/CWEOLB/diag/rdbms/cweolb/CWEOLB/trace/CWEOLB_pr00_20250790.trc:
ORA-01111: name for data file 483 is unknown - rename to correct file
ORA-01110: data file 483: ‘/oracle/orabase/ora11gr2/dbs/UNNAMED00483‘
ORA-01157: cannot identify/lock data file 483 - see DBWR trace file
ORA-01111: name for data file 483 is unknown - rename to correct file
ORA-01110: data file 483: ‘/oracle/orabase/ora11gr2/dbs/UNNAMED00483‘
Recovery Slave PR00 previously exited with exception 1111
MRP0: Background Media Recovery process shutdown (CWEOLB)
Completed:  alter database recover managed standby database using current logfile disconnect from session
Mon Aug 03 11:03:03 2015
alter database recover managed standby database using current logfile disconnect from session
Attempt to start background Managed Standby Recovery process (CWEOLB)
Sun Aug 02 22:03:03 2015
MRP0 started with pid=38, OS id=16253320 
MRP0: Background Managed Standby Recovery process started (CWEOLB)
 started logmerger process
Sun Aug 02 22:03:08 2015
Managed Standby Recovery starting Real Time Apply
Sun Aug 02 22:03:08 2015
Errors in file /oracle/orabase/admin/CWEOLB/diag/rdbms/cweolb/CWEOLB/trace/CWEOLB_dbw0_9896432.trc:
ORA-01186: file 483 failed verification tests
ORA-01157: cannot identify/lock data file 483 - see DBWR trace file
ORA-01111: name for data file 483 is unknown - rename to correct file
ORA-01110: data file 483: ‘/oracle/orabase/ora11gr2/dbs/UNNAMED00483‘
File 483 not verified due to error ORA-01157
MRP0: Background Media Recovery terminated with error 1111
Errors in file /oracle/orabase/admin/CWEOLB/diag/rdbms/cweolb/CWEOLB/trace/CWEOLB_pr00_19661014.trc:
ORA-01111: name for data file 483 is unknown - rename to correct file
ORA-01110: data file 483: ‘/oracle/orabase/ora11gr2/dbs/UNNAMED00483‘
ORA-01157: cannot identify/lock data file 483 - see DBWR trace file
ORA-01111: name for data file 483 is unknown - rename to correct file
ORA-01110: data file 483: ‘/oracle/orabase/ora11gr2/dbs/UNNAMED00483‘
Managed Standby Recovery not using Real Time Apply
Slave exiting with ORA-1111 exception
Errors in file /oracle/orabase/admin/CWEOLB/diag/rdbms/cweolb/CWEOLB/trace/CWEOLB_pr00_19661014.trc:
ORA-01111: name for data file 483 is unknown - rename to correct file
ORA-01110: data file 483: ‘/oracle/orabase/ora11gr2/dbs/UNNAMED00483‘
ORA-01157: cannot identify/lock data file 483 - see DBWR trace file
ORA-01111: name for data file 483 is unknown - rename to correct file
ORA-01110: data file 483: ‘/oracle/orabase/ora11gr2/dbs/UNNAMED00483‘
Recovery Slave PR00 previously exited with exception 1111
MRP0: Background Media Recovery process shutdown (CWEOLB)
Completed: alter database recover managed standby database using current logfile disconnect from session

解决办法:

ALTER SYSTEM SET standby_file_management=‘MANUAL‘ SCOPE=BOTH;
SQL> alter database create datafile  ‘/oracle/orabase/ora11gr2/dbs/UNNAMED00483‘ as ‘+DATA/cweolb/datafile/tstlog.2015080201‘;
Database altered.
alter database recover managed standby database using current logfile disconnect from session;


DATAGUARD ORA-01274 ORA-01111处理

标签:oracle

原文地址:http://7642644.blog.51cto.com/7632644/1681179

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!