eygle.com   eygle.com
eygle.com  
 

« 2009 Oracle OpenWorld 将有什么重磅消息发布? | Blog首页 | 关于恩墨科技第二次培训暂时推迟的通知 »

一个TB级数据库的备份时间及备份记录

作者:eygle |【转载时请以超链接形式标明文章和作者信息及本声明
链接:
昨晚,为一个客户的数据库做了一次临时性的备份留存,数据库的整体容量大约在1.5T左右,一般中低端存储:
SQL*Plus: Release 10.2.0.2.0 - Production on Thu Sep 10 14:27:39 2009

Copyright (c) 1982, 2005, Oracle.  All Rights Reserved.


Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit Production
With the Partitioning, Real Application Clusters, OLAP and Data Mining options

SQL> select sum(bytes)/1024/1024/1024 GB from v$datafile;

        GB
----------
1527.83266
Linux系统,整个备份过程大约持续了5个小时左右,备份出来的容量如下:
[oracle@sms backup]$ du -sk
1448023700      .
备份脚本:
run{
allocate channel d1 type disk maxpiecesize=50G;
allocate channel d2 type disk maxpiecesize=50G;
backup full database filesperset 10 include current controlfile format '/backup/fullbak_%d_%T_%s_%p'
plus archivelog format '/backup/archbak_%d_%T_%s' delete all input;
release channel d1;
release channel d2;
}
备份自9:30开始:
Recovery Manager: Release 10.2.0.2.0 - Production on Wed Sep 9 21:30:23 2009

Copyright (c) 1982, 2005, Oracle.  All rights reserved.

connected to target database: ORADB (DBID=2409970687)

RMAN> run{
2> allocate channel d1 type disk maxpiecesize=50G;
3> allocate channel d2 type disk maxpiecesize=50G;
4> backup full database filesperset 10 include current controlfile format '/backup/fullbak_%d_%T_%s_%p'
5> plus archivelog format '/backup/archbak_%d_%T_%s' delete all input;
6> release channel d1;
7> release channel d2;
8> }
9>
using target database control file instead of recovery catalog
allocated channel: d1
channel d1: sid=819 instance=oradb1 devtype=DISK

allocated channel: d2
channel d2: sid=799 instance=oradb1 devtype=DISK


Starting backup at 09-SEP-09
current log archived
channel d1: starting archive log backupset
channel d1: specifying archive log(s) in backup set
input archive log thread=1 sequence=39695 recid=82786 stamp=697023074
input archive log thread=1 sequence=39696 recid=82789 stamp=697024187

结束时间是 Sep 10 02:43,五个小时左右。

记录一下供参考。

-The End-




历史上的今天...
      >> 2007-09-12文章:
             如何加快SMON的恢复进度?
      >> 2005-09-12文章:
             EMC Disk Fault Again and Again
      >> 2004-09-12文章:
------
这篇 【一个TB级数据库的备份时间及备份记录】来自 eygle.com | CSDN网摘| del.icio.us|Google订阅 | 鲜果订阅 | 抓虾订阅

By eygle on 2009-09-12 09:30 | Comments (9) | Posted to Backup&Recovery | Edit |

相关文章 随机文章
  • 使用RMAN进行排除表空间备份
  • Oracle10g备份集压缩新特性(Backupset Compression)
  • 使用Oracle10g新特性简化数据库镜像COPY
  • Oracle10g如何释放flash_recovery_area,解决ORA-19815错误
  • 《循序渐进Oracle》一书封面初稿
    Oracle9i中如何重建与切换临时表空间
    Man Page Of gethrtime
    OOW 2008 - Oracle ACE Dinner,Happy Night
    并购狂潮-EMC的动作
    搜索本站:

    留言 (9)

    令人抓狂的备份,令人敬佩的谨慎作风!

    Posted by: Asher at September 12, 2009 10:54 AM

    高性价比的备份啊

    Posted by: yumianfeilong at September 12, 2009 11:56 AM

    俺手里最大这个6.4T,每周六全备一跑近一整天

    Posted by: fsm at September 12, 2009 9:52 PM

    俺手里最大这个6.4T,每周六全备一跑近一整天

    Posted by: fsm at September 12, 2009 9:53 PM

    俺手里最大这个6.4T,每周六全备一跑近一整天

    Posted by: fsm at September 12, 2009 10:16 PM

    晕倒,这opera,一发一大片

    Posted by: fsm at September 14, 2009 9:53 AM

    backup as compressed backupset database

    Posted by: lemonlili at September 14, 2009 10:09 PM

    75M/s
    算是快的了!
    存储多少块盘啊?
    备份在NAS上还是?

    Posted by: Rain@DNA at September 16, 2009 9:50 AM

    我是用LEGATO备份到磁带上SUN SL500,3000GB的DB,200多MB/s,全备要4个小时。

    Posted by: 幻影 at September 22, 2009 8:03 PM

    发表留言:



    Remember Me?
    (输入验证码后方可评论,谢谢支持)



    CopyRight © 2004~2010 eygle.com, All rights reserved.