随笔分类 -  oracle

摘要:backup archivelog all not backed up;这条命令可以用来备份没有备份过的归档日志,同时不会备份已经备份过的归档日志。下面是具体用法。第一次备份归档日志 RMAN> backup archivelog all not backed up; Starting backup 阅读全文
posted @ 2016-08-03 17:34 TommyM 阅读(1259) 评论(0) 推荐(0)
摘要:Although it may seem that you should back up online redo logs along with the datafiles and control file, this technique is dangerous. You should not b... 阅读全文
posted @ 2015-09-09 17:05 TommyM 阅读(149) 评论(0) 推荐(0)
摘要:oracle恢复报错如下:Recovery Manager: Release 10.2.0.4.0 - Production on Fri Aug 28 14:31:31 2015Copyright (c) 1982, 2007, Oracle. All rights reserved.RMAN>... 阅读全文
posted @ 2015-08-28 16:30 TommyM 阅读(1572) 评论(0) 推荐(0)
摘要:Problem:While restoring controlfile to test environment, from filesystem or tape environment after installing grid infrastructure.I got following erro... 阅读全文
posted @ 2015-08-24 15:24 TommyM 阅读(2519) 评论(0) 推荐(0)