Izhuceul 发表于 2018-9-10 10:27:45

Oracle ORA-08591告警

$ rman target /  
Recovery Manager: Release 11.2.0.1.0 - Production on Mon Feb 2 13:59:10 2015
  
Copyright (c) 1982, 2009, Oracle and/or its affiliates.All rights reserved.
  
connected to target database: ORCL (DBID=1394247230)
  
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;
  
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/DBBK/oracle/backup/control%F.bkp';
  
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 ARCHIVELOG DELETION POLICY TO SHIPPED TO STANDBY; # default
  
CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/DBBK/oracle/product/11.2.0.1.0/dbs/snapcf_orcl.f'; # default


页: [1]
查看完整版本: Oracle ORA-08591告警