Template:SQWareProduction sqwora SchemaRefreshExpdp.ksh help: Difference between revisions
Jump to navigation
Jump to search
m Updated by BatchUser |
No edit summary |
||
| (50 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<pre> | <pre> | ||
Sourcing sqwora_Global.lib | Sourcing sqwora_Global.lib v2025.10 SQWareProduction for Oracle (dbSQWare) ... | ||
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] | ||
DESCRIPTION | DESCRIPTION | ||
sqwora_SchemaRefreshExpdp.ksh refresh | sqwora_SchemaRefreshExpdp.ksh refresh schema(s) by expdp/impdp | ||
SUPPORT | SUPPORT | ||
Oracle supported versions: 10gR2 <= v <= | Oracle supported versions: 10gR2 <= v <= 23ai | ||
PARAMETERS | PARAMETERS | ||
-I instance : Target instance | -I instance : Target instance to reload schema(s). | ||
-IS instance : Instance source of the export. | -IS instance : Instance source of the export. | ||
-US hostname : | -US hostname : Source hostname. | ||
-O owner(s) : Owner(s) of schema(s) to reload. | -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. | ||
-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 | -F filename : File with list of tables to keep (save/restore). | ||
-TU owner(s) : To user, target schema(s) to reload. | -TU owner(s) : To user, target schema(s) to reload. | ||
-RD directory : Directory to copy dump file on local host (default /$(echo ${HOME}|cut -d/ -f2)/backup/${ORACLE_SID}/expdp). | -RD directory : Directory to copy dump file on local host (by default /$(echo ${HOME}|cut -d/ -f2)/backup/${ORACLE_SID}/expdp). | ||
-RDS directory : Directory to | -RDS directory : Directory to write dump file on distant host (by default /$(eval echo ~$lvsqw_UserUnixSource|cut -d/ -f2)/backup/${lvsqw_InstanceSource}/expdp). | ||
-Pdb pdb_name : pdb_name for multitenant (target instance). | -Pdb pdb_name : pdb_name for multitenant (target instance). | ||
-PdbS pdb_name : pdb_name for multitenant (source instance). | -PdbS pdb_name : pdb_name for multitenant (source instance). | ||
-OptExp option : Option to add | -OptExp option : Option to add to the expdp command. | ||
-OptImp option : Option to add | -OptImp option : Option to add to the impdp command. | ||
-FRT | -FRT code : Force return code value on error. | ||
-UUS username : | -UUS username : Source unix user(by default, same as target). | ||
-NoConsistent : Remove 'flashback_time=systimestamp' option. | -NoConsistent : Remove 'flashback_time=systimestamp' option. | ||
-LockKill : Lock users accounts and kill sessions (target schema(s) to reload). | -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 | -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 reload (default, display generated commands). | -Locale locale : Force Locale for help display (fr,en). | ||
-Exec : Execute the reload (by default, display generated commands). | |||
</pre> | </pre> | ||
Latest revision as of 16:20, 10 October 2025
Sourcing sqwora_Global.lib v2025.10 SQWareProduction for Oracle (dbSQWare) ...
Usage: sqwora_SchemaRefreshExpdp.ksh [-h] -I <instance> -IS <instance> -US <hostname> -O <owner> [+ options]
DESCRIPTION
sqwora_SchemaRefreshExpdp.ksh refresh schema(s) by expdp/impdp
SUPPORT
Oracle supported versions: 10gR2 <= v <= 23ai
PARAMETERS
-I instance : Target instance to reload schema(s).
-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.
-P Nb threads : Number of threads in parallel (by default 2).
-F filename : File with list of tables to keep (save/restore).
-TU owner(s) : To user, target schema(s) to reload.
-RD directory : Directory to copy dump file on local host (by default /$(echo ${HOME}|cut -d/ -f2)/backup/${ORACLE_SID}/expdp).
-RDS directory : Directory to write dump file on distant host (by default /$(eval echo ~$lvsqw_UserUnixSource|cut -d/ -f2)/backup/${lvsqw_InstanceSource}/expdp).
-Pdb pdb_name : pdb_name for multitenant (target instance).
-PdbS pdb_name : pdb_name for multitenant (source instance).
-OptExp option : Option to add to the expdp command.
-OptImp option : Option to add to the impdp command.
-FRT code : Force return code value on error.
-UUS username : Source unix user(by default, same as 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 '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 reload (by default, display generated commands).