Template:SQWareProduction sqwora SchemaRefreshExpdp.ksh help: Difference between revisions
Jump to navigation
Jump to search
m Updated by BatchUser |
m Updated by BatchUser |
||
Line 1: | Line 1: | ||
<pre> | <pre> | ||
Sourcing sqwora_Global.lib v3.1. | Sourcing sqwora_Global.lib v3.1-beta.05 SQWareProduction for Oracle (dbSQWare GPL v3) ... | ||
Usage: sqwora_SchemaRefreshExpdp.ksh [-h] -I <instance> -IS <instance> -US <hostname> -O <owner> [+ options] | Usage: sqwora_SchemaRefreshExpdp.ksh [-h] -I <instance> -IS <instance> -US <hostname> -O <owner> [+ options] | ||
Line 18: | Line 18: | ||
-s : Display samples of usage. | -s : Display samples of usage. | ||
-P Nb threads : Number of threads in parallel (by default 2). | -P Nb threads : Number of threads in parallel (by default 2). | ||
-F filename : File with tables list to keep (save/restore). | |||
-TU owner(s) : To user, target schema(s) to reload. | -TU owner(s) : To user, target schema(s) to reload. | ||
-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. | -FRT return_code : Force return code value on error. | ||
-UUS username : User unix source(by default, same of target). | -UUS username : User unix source(by default, same of target). | ||
-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. | -Before scriptname : Script to execute before reload and before drop of objects. | ||
-After scriptname : Script to execute after reload. | -After scriptname : Script to execute after reload. | ||
- | -AddMail email : Email Address to add at 'default@dbsqware.com'. | ||
-SendReport : Send execution log report. | |||
-NoMail : Desactivate sendmail on error to default@dbsqware.com (by default, send on error). | -NoMail : Desactivate sendmail on error to default@dbsqware.com (by default, send on error). | ||
-Exec : Execute the reload (default, display generated commands). | -Exec : Execute the reload (default, display generated commands). | ||
</pre> | </pre> |
Revision as of 18:44, 5 April 2014
Sourcing sqwora_Global.lib v3.1-beta.05 SQWareProduction for Oracle (dbSQWare GPL v3) ... Usage: sqwora_SchemaRefreshExpdp.ksh [-h] -I <instance> -IS <instance> -US <hostname> -O <owner> [+ options] DESCRIPTION sqwora_SchemaRefreshExpdp.ksh refresh tables SUPPORT Oracle supported versions: 10gR2 <= v <= 11gR2 PARAMETERS -I instance : Target instance for reload tables. -IS instance : Instance source of the export. -US hostname : Hostname of the source. -O owner(s) : Owner(s) of schema(s) to reload. OPTIONS -h help : Display the full usage. -s : Display samples of usage. -P Nb threads : Number of threads in parallel (by default 2). -F filename : File with tables list to keep (save/restore). -TU owner(s) : To user, target schema(s) to reload. -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. -UUS username : User unix source(by default, same of target). -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 'default@dbsqware.com'. -SendReport : Send execution log report. -NoMail : Desactivate sendmail on error to default@dbsqware.com (by default, send on error). -Exec : Execute the reload (default, display generated commands).