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

From Wiki_dbSQWare
Jump to: navigation, search
m (Updated by BatchUser)
m (Updated by BatchUser)
Line 1: Line 1:
 
<pre>
 
<pre>
Sourcing sqwora_Global.lib v2019.05 SQWareProduction for Oracle (dbSQWare) ...  
+
Sourcing sqwora_Global.lib v2020.01 SQWareProduction for Oracle (dbSQWare) ...  
  
 
Usage: sqwora_CopyDmpdp.ksh [-h] -I <instance> -FileIdent <fileident> [-GetInf <u@h:path> or -PutInf <u@h:path>] [+ options]
 
Usage: sqwora_CopyDmpdp.ksh [-h] -I <instance> -FileIdent <fileident> [-GetInf <u@h:path> or -PutInf <u@h:path>] [+ options]
Line 7: Line 7:
 
   sqwora_CopyDmpdp.ksh copy dmpdp by get or put method
 
   sqwora_CopyDmpdp.ksh copy dmpdp by get or put method
 
SUPPORT
 
SUPPORT
   Oracle supported versions: 10gR2 <= v <= 12cR2
+
   Oracle supported versions: 10gR2 <= v <= 20c
  
 
PARAMETERS
 
PARAMETERS
 
     -I  instance      : Target instance.
 
     -I  instance      : Target instance.
     -FileIdent  txt    : File identifier to find dump to load (ex: ExpdpFull_MYORA or ExpdpMYSCH_ or ...).
+
     -FileIdent  txt    : File identifier of dump to load (ex: ExpdpFull_MYORA or ExpdpMYSCH_ or ...).
 
     [
 
     [
 
     -GetInf  u@h:path  : user@host:path to retrieve dump from distant source.
 
     -GetInf  u@h:path  : user@host:path to retrieve dump from distant source.
 
     OR
 
     OR
     -PutInf  u@h:path  : user@host:path to push dump on distant host.
+
     -PutInf  u@h:path  : user@host:path to push dump to distant host.
 
     ]
 
     ]
 
OPTIONS
 
OPTIONS
Line 24: Line 24:
 
     -Before scriptname : Script to execute before copy dump.
 
     -Before scriptname : Script to execute before copy dump.
 
     -After  scriptname : Script to execute after copy dump.
 
     -After  scriptname : Script to execute after copy dump.
     -AddMail email    : Email Address to add at 'pmexpdba@gmail.com'.
+
     -AddMail email    : Email address to add at 'pmexpdba@gmail.com'.
 
     -SendReport        : Send execution log report.
 
     -SendReport        : Send execution log report.
     -NoMail            : Desactivate sendmail on error to pmexpdba@gmail.com (by default, send on error).
+
     -NoMail            : Deactivate sendmail on error to pmexpdba@gmail.com (by default, send on error).
 
     -Locale  locale  : Force Locale for help display (fr,en).
 
     -Locale  locale  : Force Locale for help display (fr,en).
 
     -Exec              : Execute the copy (default, display generated commands).
 
     -Exec              : Execute the copy (default, display generated commands).
  
 
</pre>
 
</pre>

Revision as of 19:36, 8 March 2020

Sourcing sqwora_Global.lib v2020.01 SQWareProduction for Oracle (dbSQWare) ... 

Usage: sqwora_CopyDmpdp.ksh [-h] -I <instance> -FileIdent <fileident> [-GetInf <u@h:path> or -PutInf <u@h:path>] [+ options]

DESCRIPTION
   sqwora_CopyDmpdp.ksh copy dmpdp by get or put method
SUPPORT
   Oracle supported versions: 10gR2 <= v <= 20c

PARAMETERS
     -I  instance       : Target instance.
     -FileIdent  txt    : File identifier of dump to load (ex: ExpdpFull_MYORA or ExpdpMYSCH_ or ...).
     [
     -GetInf  u@h:path  : user@host:path to retrieve dump from distant source.
     OR
     -PutInf  u@h:path  : user@host:path to push dump to distant host.
     ]
OPTIONS
     -h  help           : Display the full usage.
     -s                 : Display samples of usage.
     -RD  directory     : Local directory to get or put dmpdp (default /$(echo ${HOME}|cut -d/ -f2)/backup/${ORACLE_SID}/expdp).
     -FRT  return_code  : Force return code value on error.
     -Before scriptname : Script to execute before copy dump.
     -After  scriptname : Script to execute after copy dump.
     -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).
     -Exec              : Execute the copy (default, display generated commands).