Modèle:SQWareProduction sqwora SchemaRefreshExpdp.ksh help : Différence entre versions
m (Updated by BatchUser) |
m (Updated by BatchUser) |
||
Ligne 1 : | Ligne 1 : | ||
<pre> | <pre> | ||
− | Sourcing sqwora_Global.lib v2020. | + | Sourcing sqwora_Global.lib v2020.02 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 6 avril 2020 à 08:34
Sourcing sqwora_Global.lib v2020.02 SQWareProduction for Oracle (dbSQWare) ... Utilisation: sqwora_SchemaRefreshExpdp.ksh [-h] -I <instance> -IS <instance> -US <hostname> -O <owner> [+ options] DESCRIPTION sqwora_SchemaRefreshExpdp.ksh refresh schema(s) par expdp/impdp SUPPORT Oracle versions supportees: 10gR2 <= v <= 19c PARAMETERS -I instance : Instance cible pour 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 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 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 (defaut /$(echo ${HOME}|cut -d/ -f2)/backup/${ORACLE_SID}/expdp). -RDS directory : Repertoire pour ecrire le fichier dump sur l'hote distant (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 : Source unix user(by default, same as target). -NoConsistent : Remove 'flashback_time=systimestamp' option. -LockKill : Lock users accounts et kill sessions (target schema(s) to reload). -Before scriptname : Script a executer avant reload et 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).