Difference between revisions of "Template:SQWareProduction sqwora Impdp.ksh help"
m (Updated by BatchUser) |
m (Updated by BatchUser) |
||
Line 1: | Line 1: | ||
<pre> | <pre> | ||
− | Sourcing sqwora_Global.lib v4.0. | + | Sourcing sqwora_Global.lib v4.0.05 SQWareProduction for Oracle (dbSQWare) ... |
Usage: sqwora_Impdp.ksh [-h] -I <instance> -FileIdent <fileident> -O <owner> [+ options] | Usage: sqwora_Impdp.ksh [-h] -I <instance> -FileIdent <fileident> -O <owner> [+ options] |
Revision as of 22:25, 21 April 2018
Sourcing sqwora_Global.lib v4.0.05 SQWareProduction for Oracle (dbSQWare) ... Usage: sqwora_Impdp.ksh [-h] -I <instance> -FileIdent <fileident> -O <owner> [+ options] DESCRIPTION sqwora_Impdp.ksh impdp SUPPORT Oracle supported versions: 10gR2 <= v <= 12cR1 PARAMETERS -I instance : Target instance for reload tables. -O owner(s) : Owner(s) of schema(s) to reload. -FileIdent txt : File identifier to find dump to load (ex: ExpdpFull_MYORA or ExpdpMYSCH_ or ...). OPTIONS -h help : Display the full usage. -s : Display samples of usage. -F filename : File with tables list to keep (save/restore). -TU owner(s) : To user, target schema(s) to reload. -RD directory : Directory to find/copy dump file on local host (default /$(echo ${HOME}|cut -d/ -f2)/backup/${ORACLE_SID}/expdp). -Pdb pdb_name : pdb_name for multitenant. -GetInf u@h:path : user@host:path to retrieve dump from distant source. -OptExp option : Option to add at the expdp command. -OptImp option : Option to add at the impdp command. -FRT return_code : Force return code value on error. -NoConsistent : Remove 'flashback_time=systimestamp' option. -LockKill : Lock users accounts and kill sessions (target schema(s) to reload). -Before scriptname : Script to execute before reload and before drop of objects. -After scriptname : Script to execute after reload. -AddMail email : Email Address to add at 'pmexpdba@gmail.com'. -SendReport : Send execution log report. -NoMail : Desactivate sendmail on error to pmexpdba@gmail.com (by default, send on error). -Exec : Execute the reload (default, display generated commands).