« Modèle:SQWareProduction sqwora SchemaRefreshExpdp.ksh help » : différence entre les versions
Aller à la navigation
Aller à la recherche
m Updated by BatchUser |
m Updated by BatchUser |
||
| Ligne 1 : | Ligne 1 : | ||
<pre> | <pre> | ||
Sourcing sqwora_Global.lib v2019. | Sourcing sqwora_Global.lib v2019.05 SQWareProduction for Oracle (dbSQWare) ... | ||
Utilisation: sqwora_SchemaRefreshExpdp.ksh [-h] -I <instance> -IS <instance> -US <hostname> -O <owner> [+ options] | Utilisation: sqwora_SchemaRefreshExpdp.ksh [-h] -I <instance> -IS <instance> -US <hostname> -O <owner> [+ options] | ||
Version du 26 septembre 2019 à 08:52
Sourcing sqwora_Global.lib v2019.05 SQWareProduction for Oracle (dbSQWare) ...
Utilisation: sqwora_SchemaRefreshExpdp.ksh [-h] -I <instance> -IS <instance> -US <hostname> -O <owner> [+ options]
DESCRIPTION
sqwora_SchemaRefreshExpdp.ksh refresh tables
SUPPORT
Oracle versions supportees: 10gR2 <= v <= 12cR2
PARAMETERS
-I instance : Instance cible pour 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 : Affichage de l'aide complete.
-s : Affichage des exemples d'utilisation.
-P Nb threads : Nombre de threads en parallele (par defaut 2).
-F filename : File with tables list to keep (save/restore).
-TU owner(s) : To user, target schema(s) to reload.
-RD directory : Directory to copy dump file on local host (defaut /$(echo ${HOME}|cut -d/ -f2)/backup/${ORACLE_SID}/expdp).
-RDS directory : Directory to put dump file on distant host (defaut /$(echo ~$lvsqw_UserUnixSource|cut -d/ -f2)/backup/${lvsqw_InstanceSource}/expdp).
-Pdb pdb_name : pdb_name pour multitenant (target instance).
-PdbS pdb_name : pdb_name pour multitenant (source instance).
-OptExp option : Option a ajouter sur expdp commande.
-OptImp option : Option a ajouter sur impdp commande.
-FRT return_code : Valeur forcee du code retour sur erreur
-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 a executer avant reload and avant drop of objects.
-After scriptname : Script a executer apres reload.
-AddMail email : Adresse Email a ajouter a 'pmexpdba@gmail.com'.
-SendReport : Envoi du rapport d'execution.
-NoMail : Desactive l'envoi de mail sur erreur a to pmexpdba@gmail.com (par defaut, envoi sur erreur).
-Locale locale : Force la Locale d'affichage de l'aide (fr,en).
-Exec : Execute the reload (default, display generated commands).