Difference between revisions of "Template:SQWareProduction sqwora RmanBackup.ksh example"
m (Updated by BatchUser) |
m (Updated by BatchUser) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<pre> | <pre> | ||
− | Sourcing sqwora_Global.lib v2024. | + | Sourcing sqwora_Global.lib v2024.07 SQWareProduction for Oracle (dbSQWare) ... |
#Standard help for script sqwora_RmanBackup.ksh: | #Standard help for script sqwora_RmanBackup.ksh: |
Latest revision as of 15:55, 31 October 2024
Sourcing sqwora_Global.lib v2024.07 SQWareProduction for Oracle (dbSQWare) ... #Standard help for script sqwora_RmanBackup.ksh: $gvsqw_OraBin/sqwora_RmanBackup.ksh -h #Display online help for this script $gvsqw_OraBin/sqwora_RmanBackup.ksh -Locale en -h #Display online help for this script with forcing of the 'en' locale (by default locale managed by $gvsqw_Locale) $gvsqw_OraBin/sqwora_RmanBackup.ksh -s #Display usage examples for this script $gvsqw_OraBin/sqwora_RmanBackup.ksh -I $ORACLE_SID -T <Type> #Generate commands but don't execute them ! $gvsqw_OraBin/sqwora_RmanBackup.ksh -I $ORACLE_SID -T <Type> -Exec #Makes RMAN backups $gvsqw_OraBin/sqwora_RmanBackup.ksh -I $ORACLE_SID -T <Type> -O <BackupType> -Force -Exec #Force execution generated commands $gvsqw_OraBin/sqwora_RmanBackup.ksh -I $ORACLE_SID -T <Type> -DG <DGname> -Exec #Gather Oracle indicators for dataguard instances not OPEN $gvsqw_OraBin/sqwora_RmanBackup.ksh -I $ORACLE_SID -T <Type> -Cumulative -Exec #Make cumulative incremental (-NoCumulative : Disable cumulative incremental) $gvsqw_OraBin/sqwora_RmanBackup.ksh -I $ORACLE_SID -T <Type> -NoDelInput -Exec #Disable 'delete input' when backup archivelog $gvsqw_OraBin/sqwora_RmanBackup.ksh -I $ORACLE_SID -T <Type> -SkIna -Exec #Add 'skip inaccessible' for archive backup $gvsqw_OraBin/sqwora_RmanBackup.ksh -I $ORACLE_SID -T <Type> -Split -Exec #Split backup directories by channel $gvsqw_OraBin/sqwora_RmanBackup.ksh -I $ORACLE_SID -T <Type> -NoArc -Exec #Disable backup of archivelog when type i[0-1] $gvsqw_OraBin/sqwora_RmanBackup.ksh -I $ORACLE_SID -T <Type> -Zdlra -Exec ## (exist -NoZdlra) $gvsqw_OraBin/sqwora_RmanBackup.ksh -I $ORACLE_SID -T <Type> -Freeze -Exec #Freeze the database during an Offline backup $gvsqw_OraBin/sqwora_RmanBackup.ksh -I $ORACLE_SID -T <Type> -Blackout -Exec #Blackout supervision when offline back $gvsqw_OraBin/sqwora_RmanBackup.ksh -I $ORACLE_SID -T <Type> -AddMail 'mymail1@mydomaine.com,mymail2@mydomaine.com' -Exec #Add the mail list to the default address managed by the variable gvsqw_GlobalMail $gvsqw_OraBin/sqwora_RmanBackup.ksh -I $ORACLE_SID -T <Type> -SendReport -Exec #Send the log by email at the end of the treatment even if there is no error $gvsqw_OraBin/sqwora_RmanBackup.ksh -I $ORACLE_SID -T <Type> -NoMail -Exec #Disables sending an email on error to $gvsqw_GlobalMail (by default, send on error) $gvsqw_OraBin/sqwora_RmanBackup.ksh -I $ORACLE_SID -T <Type> -FRT <NumericValue> -Exec #Force return code to '<NumericValue>' on error (if no error, "exit 0!") #You can also force return code of this script on all your #environnement if you set the variable: $gvsqw_ForcedReturnCodeScript_sqwora_RmanBackup=<NumericValue> #in configuration file $gvsqw_OraBin/../etc_cust/sqwora_GlobalVar.cfg