RMAN BACKUP AND RECOVERY PRACTICE WITH RAC AND ASM
Check the configuration parameters of Rman. Connect to Rman without catalog. Controlfile is used to store Rman metadata: You need to set the environment before invoking Rman: ORACLE_BASE=/u01/app/oracle ORACLE_HOME=$ORACLE_BASE/product/11.1.0/db_1 ORA_CRS_HOME=/u01/app/crs ORACLE_PATH= $ORACLE_BASE/common/oracle/sql:.:$ORACLE_HOME/rdbms/admin ORACLE_SID=mars1 $rman target / nocatalog RMAN> show all; RMAN>exit; ———————————– rmanbackupconf.sh rman target / nocatalog <<EOF CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # [...]
Read more


25. Mar, 2008 