Template:SQWareProduction sqwora RmanClone.ksh help

From Wiki_dbSQWare
Jump to: navigation, search
Sourcing sqwora_Global.lib v2024.03 SQWareProduction for Oracle (dbSQWare) ... 

Usage: sqwora_RmanClone.ksh [-h] -I <instance> -IS <instance> -US <hostname> -T <Type> [+ options]

DESCRIPTION
   sqwora_RmanClone.ksh duplicate instance by Rman
SUPPORT
   Oracle supported versions: 10gR2 <= v <= 21c

PARAMETERS
     -I  instance       : Target instance (clone).
     -IS instance       : Instance source.
     -US hostname       : Hostname for instance source.
     -T  type           : Which backup to use:
                           - LastFull => recover the last full backup
                           - LastInc  => recover the last incremental backup
                           - MaxTime  => recover the last backup
                           - <tag>    => recover this backup tag (part of file name)
OPTIONS
     -h                 : Display the full usage.
     -s                 : Display samples of usage.
     -P  Nb processes   : Max number of processes (by default 4).
     -FRT return_code   : Force return code value on error.
     -UUS  username     : Source unix user(by default, same as target).
     -Before  script    : Script to execute before clonning.
     -After   script    : Script to execute after clonning.
     -AddMail   email   : Email address to add at 'pmexpdba@gmail.com'.
     -SendReport        : Send execution log report.
     -NoMail            : Deactivate sendmail on error to pmexpdba@gmail.com (by default, send on error).
     -Locale    locale  : Force Locale for help display (fr,en).
     -CopyOnly          : Make only the copy of backups and quit.
     -IgnoreDiskWarning : Ignore disk space warning (by default, exit on error).
     -Exec              : Duplicate instance (by default, display generated commands).