Difference between revisions of "Template:SQWareProduction sqwora RmanBackup.ksh help"

From Wiki_dbSQWare
Jump to: navigation, search
m (Updated by Expdbtools)
 
m (Updated by BatchUser)
 
(63 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<pre>
 
<pre>
Sourcing sqwora_Global.lib v1.2.09 SQWareProduction for Oracle (expdbTools GPL v3) ...  
+
Sourcing sqwora_Global.lib v2024.03 SQWareProduction for Oracle (dbSQWare) ...  
  
 
Usage: sqwora_RmanBackup.ksh [-h] -I <instance> -T <Type> [+ options]
 
Usage: sqwora_RmanBackup.ksh [-h] -I <instance> -T <Type> [+ options]
Line 7: Line 7:
 
   sqwora_RmanBackup.ksh execute RMAN backup
 
   sqwora_RmanBackup.ksh execute RMAN backup
 
SUPPORT
 
SUPPORT
   Oracle supported versions: 10gR2 <= v <= 11gR2
+
   Oracle supported versions: 9iR2 <= v <= 21c
  
 
PARAMETERS
 
PARAMETERS
 
     -I  instance      : Target instance to backup.
 
     -I  instance      : Target instance to backup.
     -T  Type          : Backup type (i0, i1, i2, i3, i4, log).
+
     -T  Type          : Backup type (i0, i1, log).
 
OPTIONS
 
OPTIONS
 
     -h                : Display the full usage.
 
     -h                : Display the full usage.
 
     -s                : Display samples of usage.
 
     -s                : Display samples of usage.
     -O  Type          : cold,hot (default hot).
+
     -O  Type          : cold,hot (by default hot).
     -SRO              : Option 'skip readonly' (default backup all TBS).
+
    -DG                : For dataguard instances not open.
 +
     -SRO              : Option 'skip readonly' (by default backup all TBS).
 +
    -OPT option        : Option to add to the RMAN command.
 
     -FRT return_code  : Force return code value on error.
 
     -FRT return_code  : Force return code value on error.
 +
    -AddMail  email  : Email address to add at 'pmexpdba@gmail.com'.
 +
    -SendReport        : Send execution log report.
 +
    -NoCumulative      : Disable cumulative incremental (by default disable).
 +
    -NoDelInput        : Disable 'delete input' when backup archivelog.
 +
    -Cumulative        : Make cumulative incremental (by default disable).
 +
    -SkIna            : Add 'skip inaccessible' for archive backup.
 +
    -Split            : Split backup directories by channel.
 +
    -Force            : Bypass version check.
 +
    -NoArc            : Disable backup of archivelog when type i[0-1] (to make 'section size xxG' option usefull for example).
 +
    -NoZdlra          : Disable backup to ZDLRA (by default Disable).
 +
    -Zdlra            : Enable backup to ZDLRA (by default Disable).
 
     -Freeze            : Freeze cluster resource when cold backup.
 
     -Freeze            : Freeze cluster resource when cold backup.
 
     -Blackout          : Blackout supervision when cold backup.
 
     -Blackout          : Blackout supervision when cold backup.
     -NoMail            : Desactivate sendmail on error to dba (by default, send on error).
+
     -NoMail            : Deactivate sendmail on error to pmexpdba@gmail.com (by default, send on error).
     -Exec              : Run backup (default, display generated commands)
+
    -Locale    locale  : Force Locale for help display (fr,en).
 +
     -Exec              : Run backup (by default, display generated commands)
  
 
</pre>
 
</pre>

Latest revision as of 16:15, 26 April 2024

Sourcing sqwora_Global.lib v2024.03 SQWareProduction for Oracle (dbSQWare) ... 

Usage: sqwora_RmanBackup.ksh [-h] -I <instance> -T <Type> [+ options]

DESCRIPTION
   sqwora_RmanBackup.ksh execute RMAN backup
SUPPORT
   Oracle supported versions: 9iR2 <= v <= 21c

PARAMETERS
     -I  instance       : Target instance to backup.
     -T  Type           : Backup type (i0, i1, log).
OPTIONS
     -h                 : Display the full usage.
     -s                 : Display samples of usage.
     -O  Type           : cold,hot (by default hot).
     -DG                : For dataguard instances not open.
     -SRO               : Option 'skip readonly' (by default backup all TBS).
     -OPT option        : Option to add to the RMAN command.
     -FRT return_code   : Force return code value on error.
     -AddMail   email   : Email address to add at 'pmexpdba@gmail.com'.
     -SendReport        : Send execution log report.
     -NoCumulative      : Disable cumulative incremental (by default disable).
     -NoDelInput        : Disable 'delete input' when backup archivelog.
     -Cumulative        : Make cumulative incremental (by default disable).
     -SkIna             : Add 'skip inaccessible' for archive backup.
     -Split             : Split backup directories by channel.
     -Force             : Bypass version check.
     -NoArc             : Disable backup of archivelog when type i[0-1] (to make 'section size xxG' option usefull for example).
     -NoZdlra           : Disable backup to ZDLRA (by default Disable).
     -Zdlra             : Enable backup to ZDLRA (by default Disable).
     -Freeze            : Freeze cluster resource when cold backup.
     -Blackout          : Blackout supervision when cold backup.
     -NoMail            : Deactivate sendmail on error to pmexpdba@gmail.com (by default, send on error).
     -Locale    locale  : Force Locale for help display (fr,en).
     -Exec              : Run backup (by default, display generated commands)