Template:SQWareProduction sqwora RmanClone.ksh help

From Wiki_dbSQWare
Revision as of 22:37, 18 December 2010 by Exploit (talk | contribs) (Updated by Expdbtools)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Sourcing sqwora_Global.lib v1.2.09 SQWareProduction for Oracle (expdbTools GPL v3) ... 

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 <= 11gR2

PARAMETERS
     -I  instance       : Target instance (clone).
     -IS instance       : Instance source.
     -US hostname       : Hostname of 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  help           : Display the full usage.
     -s                 : Display samples of usage.
     -P  Nb processes   : Nb max processes (by default 4).
     -FRT return_code   : Force return code value on error.
     -UUS  username     : User unix source(by default, same of target).
     -Before  script    : Script to execute before clonning.
     -After   script    : Script to execute after clonning.
     -ADM Adresse       : Email Address to send report
     -NoMail            : Desactivate sendmail on error to dba (by default, send on error).
     -CopyOnly          : Make only the copy of backups and quit.
     -IgnoreDiskWarning : Do not care of the evaluation of disk space (by default, exit on error).
     -Exec              : Duplicate (default, display generated commands).