Template:SQWareProduction sqwora CopyDmpdp.ksh help: Difference between revisions
Jump to navigation
Jump to search
m Updated by BatchUser |
No edit summary |
||
(48 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<pre> | <pre> | ||
Sourcing sqwora_Global.lib | Sourcing sqwora_Global.lib v2025.07 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 <= | Oracle supported versions: 10gR2 <= v <= 23ai | ||
PARAMETERS | PARAMETERS | ||
-I instance : Target instance. | -I instance : Target instance. | ||
-FileIdent txt : File identifier | -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 | -PutInf u@h:path : user@host:path to push dump to distant host. | ||
] | ] | ||
OPTIONS | OPTIONS | ||
-h | -h : Display the full usage. | ||
-s : Display samples of 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). | -RD directory : Local directory to get or put dmpdp (by default /$(echo ${HOME}|cut -d/ -f2)/backup/${ORACLE_SID}/expdp). | ||
-FRT | -FRT code : Force return code value on error. | ||
-Before scriptname : Script to execute before | -Before scriptname : Script to execute before copy dump. | ||
-After scriptname : Script to execute after | -After scriptname : Script to execute after copy dump. | ||
-AddMail email | -AddMail email : Email address to add at 'demo-sqwarebox@dbsqware.com'. | ||
-SendReport : Send execution log report. | -SendReport : Send execution log report. | ||
-NoMail : | -NoMail : Deactivate sendmail on error to demo-sqwarebox@dbsqware.com (by default, send on error). | ||
-Exec : Execute the | -Locale locale : Force Locale for help display (fr,en). | ||
-Exec : Execute the copy (by default, display generated commands). | |||
</pre> | </pre> |
Latest revision as of 11:38, 6 July 2025
Sourcing sqwora_Global.lib v2025.07 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 <= 23ai 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 : Display the full usage. -s : Display samples of usage. -RD directory : Local directory to get or put dmpdp (by default /$(echo ${HOME}|cut -d/ -f2)/backup/${ORACLE_SID}/expdp). -FRT 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 'demo-sqwarebox@dbsqware.com'. -SendReport : Send execution log report. -NoMail : Deactivate sendmail on error to demo-sqwarebox@dbsqware.com (by default, send on error). -Locale locale : Force Locale for help display (fr,en). -Exec : Execute the copy (by default, display generated commands).