zoukankan      html  css  js  c++  java
  • 关于RMAN的配置信息存储和控制文件的关系

    没有使用catalog时,rman中的所有配置信息都会记入在 控制文件中

    控制文件中dump出来的信息:

    ***************************************************************************
    RMAN CONFIGURATION RECORDS
    ***************************************************************************
     (size = 1108, compat size = 1108, section max = 50, section in-use = 2,
      last-recid= 4, old-recno = 0, last-recno = 0)
     (extent = 1, blkno = 91, numrecs = 50)
    CONTROLFILE AUTOBACKUP:ON recno=1
    CHANNEL:DEVICE TYPE DISK FORMAT   '/home/oracle/backup/%U' recno=2

    RMAN中配置的信息

    RMAN> show all
    2> ;

    using target database control file instead of recovery catalog
    RMAN configuration parameters for database with db_unique_name MYNEWDB are:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default
    CONFIGURE BACKUP OPTIMIZATION OFF; # default
    CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
    CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT   '/home/oracle/backup/%U';
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default


     

  • 相关阅读:
    2019春总结作业
    第十二周作业及总结
    第十一周作业及总结
    第十周编程及总结
    第九周作业及总结
    第八周作业及总结
    第五周作业及总结
    第四周Java作业及总结
    第三周总结
    第二周总结
  • 原文地址:https://www.cnblogs.com/riasky/p/3429246.html
Copyright © 2011-2022 走看看