Modèle:SQWareProduction sqwora Impdp.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.03 SQWareProduction for Oracle (dbSQWare) ... |
Utilisation: sqwora_Impdp.ksh [-h] -I <instance> -FileIdent <fileident> -O <owner> [+ options] | Utilisation: sqwora_Impdp.ksh [-h] -I <instance> -FileIdent <fileident> -O <owner> [+ options] |
Version du 24 mai 2020 à 15:02
Sourcing sqwora_Global.lib v2020.03 SQWareProduction for Oracle (dbSQWare) ... Utilisation: sqwora_Impdp.ksh [-h] -I <instance> -FileIdent <fileident> -O <owner> [+ options] DESCRIPTION sqwora_Impdp.ksh impdp SUPPORT Oracle versions supportees: 10gR2 <= v <= 20c PARAMETERS -I instance : Instance cible pour reload tables. -O owner(s) : Owner(s) of schema(s) to reload (not mandatory when -PartialExp). -FileIdent txt : Identifiant fichier pour trouver dump a charger (ex: ExpdpFull_MYORA or ExpdpMYSCH_ or ...). OPTIONS -h help : Affichage de l'aide complete. -s : Affichage des exemples d'utilisation. -F filename : File with list of tables to keep (save/restore). -TU owner(s) : To user, target schema(s) to reload. -RD directory : Repertoire pour trouver/copie le fichier de dump sur le host local (defaut /$(echo ${HOME}|cut -d/ -f2)/backup/${ORACLE_SID}/expdp). -Pdb pdb_name : pdb_name pour multitenant. -NoDrop : Don't drop objects and use 'table_exists_action=replace' option when impdp. -GetInf u@h:path : user@host:path pour recuperer le dump source distant. -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 -PartialExp : Disable to use 'schemas=xxx' from parfile. -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).