Oracle Database 12.1中rman show all的新变化
发布时间:2020-12-12 15:16:00 所属栏目:百科 来源:网络整理
导读:[oracle@rhel59 ~]$ rman target /Recovery Manager: Release 12.1.0.2.0 - Production on Mon Mar 13 16:16:08 2017Copyright (c) 1982,2014,Oracle and/or its affiliates. All rights reserved.connected to target database: ORCL (DBID=1395110682)RMAN
[oracle@rhel59 ~]$ rman target / Recovery Manager: Release 12.1.0.2.0 - Production on Mon Mar 13 16:16:08 2017 Copyright (c) 1982,2014,Oracle and/or its affiliates. All rights reserved. connected to target database: ORCL (DBID=1395110682) RMAN> show all; using target database control file instead of recovery catalog RMAN configuration parameters for database with db_unique_name ORCL are: CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default CONFIGURE BACKUP OPTIMIZATION OFF; # default CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default CONFIGURE CONTROLFILE AUTOBACKUP ON; # default-------->>>Oracle 12.1的默认值为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 MAXSETSIZE TO UNLIMITED; # default CONFIGURE ENCRYPTION FOR DATABASE OFF; # default CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default CONFIGURE COMPRESSION ALGORITHM 'BASIC' AS OF RELEASE 'DEFAULT' OPTIMIZE FOR LOAD TRUE ; # default CONFIGURE RMAN OUTPUT TO KEEP FOR 7 DAYS; # default------>>>这是Oracle 12.1新加的 CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/u01/app/oracle/product/12.1.0/dbhome_1/dbs/snapcf_orcl.f'; # default RMAN>注:oracle 12.2也是跟oracle 12.1 一样的. (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |