Difference between revisions of "Template:SQWareProduction sqwora SchemaRefresh.ksh help"
m (Updated by BatchUser) |
m (Updated by BatchUser) |
||
(63 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<pre> | <pre> | ||
− | Sourcing sqwora_Global.lib | + | Sourcing sqwora_Global.lib v2024.07 SQWareProduction for Oracle (dbSQWare) ... |
Usage: sqwora_SchemaRefresh.ksh [-h] -I <instance> -IS <instance> -US <hostname> -O <owner> [+ options] | Usage: sqwora_SchemaRefresh.ksh [-h] -I <instance> -IS <instance> -US <hostname> -O <owner> [+ options] | ||
DESCRIPTION | DESCRIPTION | ||
− | sqwora_SchemaRefresh.ksh refresh | + | sqwora_SchemaRefresh.ksh refresh schema by exp/imp |
SUPPORT | SUPPORT | ||
− | Oracle supported versions: | + | Oracle supported versions: 8i <= v <= 11gR2 |
PARAMETERS | PARAMETERS | ||
− | -I instance : Target instance | + | -I instance : Target instance. |
-IS instance : Instance source of the export. | -IS instance : Instance source of the export. | ||
− | -US hostname : | + | -US hostname : Source hostname. |
− | -O owner(s) : | + | -O owner(s) : Owner(s) of schema(s) to reload. |
OPTIONS | OPTIONS | ||
− | -h | + | -h : Display the full usage. |
-s : Display samples of usage. | -s : Display samples of usage. | ||
− | -FRT | + | -TU owner(s) : To user, target schema(s) to reload. |
− | -UUS username : | + | -FRT code : Force return code value on error. |
+ | -UUS username : Source unix user(by default, same as target). | ||
-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 'pmexpdba@gmail.com'. |
− | -NoMail : | + | -SendReport : Send execution log report. |
− | -Exec : Execute the reload (default, display generated commands). | + | -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 reload (by default, display generated commands). | ||
</pre> | </pre> |
Latest revision as of 15:56, 31 October 2024
Sourcing sqwora_Global.lib v2024.07 SQWareProduction for Oracle (dbSQWare) ... Usage: sqwora_SchemaRefresh.ksh [-h] -I <instance> -IS <instance> -US <hostname> -O <owner> [+ options] DESCRIPTION sqwora_SchemaRefresh.ksh refresh schema by exp/imp SUPPORT Oracle supported versions: 8i <= v <= 11gR2 PARAMETERS -I instance : Target instance. -IS instance : Instance source of the export. -US hostname : Source hostname. -O owner(s) : Owner(s) of schema(s) to reload. OPTIONS -h : Display the full usage. -s : Display samples of usage. -TU owner(s) : To user, target schema(s) to reload. -FRT code : Force return code value on error. -UUS username : Source unix user(by default, same as target). -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 : 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 reload (by default, display generated commands).