Template:SQWareProduction sqwora ExpdpAllPDB.ksh help: Difference between revisions
Jump to navigation
Jump to search
m Updated by BatchUser Tag: Replaced |
m Updated by BatchUser |
||
| Line 1: | Line 1: | ||
<pre> | <pre> | ||
Sourcing sqwora_Global.lib v2024.01 SQWareProduction for Oracle (dbSQWare) ... | Sourcing sqwora_Global.lib v2024.01 SQWareProduction for Oracle (dbSQWare) ... | ||
Usage: sqwora_ExpdpAllPDB.ksh [-h] -I <instance> -T <type_exp> [+ options] | |||
DESCRIPTION | |||
sqwora_ExpdpAllPDB.ksh expdp script | |||
SUPPORT | |||
Oracle supported versions: 10gR2 <= v <= 21c | |||
PARAMETERS | |||
-I instance : Target instance to expdp. | |||
OPTIONS | |||
-h help : Display the full usage. | |||
-s : Display samples of usage. | |||
-H nb_gen : Number of generations to keep (default: 1). | |||
-P Nb threads : Number of threads in parallel (by default 2). | |||
-IS listpdb : List of PDB to copy (by default all). | |||
-ES listpdb : List of PDB to exclude. | |||
-IL likeclause : Like clause to generate PDB list (example: 'pdb%'). | |||
-EL likeclause : Like clause to exclude PDB (example: 'nopdb%'). | |||
-PS Nb threads : Number of PDB in parallel (by default 2). | |||
-Pdb pdb_name : pdb_name list for multitenant (by default All). | |||
-OPT option : Option to add to the expdp command. | |||
-ZIP extension : Compressor extension gz,bz2,Z,none (default: none). | |||
-FRT return_code : Force return code value on error. | |||
-AddMail email : Email address to add at 'pmexpdba@gmail.com'. | |||
-SendReport : Send execution log report. | |||
-NoConsistent : Remove 'flashback_time=systimestamp' option. | |||
-RD|-DIR directory : Expdp directory (defaut /$(echo ${HOME}|cut -d/ -f2)/backup/${ORACLE_SID}/expdp). | |||
-PutInf u@h:path : user@host:path to push dump to distant host. | |||
-WCD whereclause : Where clause to generate PDB list. | |||
-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 expdp (default, display generated commands). | |||
</pre> | </pre> | ||
Revision as of 21:45, 25 February 2024
Sourcing sqwora_Global.lib v2024.01 SQWareProduction for Oracle (dbSQWare) ...
Usage: sqwora_ExpdpAllPDB.ksh [-h] -I <instance> -T <type_exp> [+ options]
DESCRIPTION
sqwora_ExpdpAllPDB.ksh expdp script
SUPPORT
Oracle supported versions: 10gR2 <= v <= 21c
PARAMETERS
-I instance : Target instance to expdp.
OPTIONS
-h help : Display the full usage.
-s : Display samples of usage.
-H nb_gen : Number of generations to keep (default: 1).
-P Nb threads : Number of threads in parallel (by default 2).
-IS listpdb : List of PDB to copy (by default all).
-ES listpdb : List of PDB to exclude.
-IL likeclause : Like clause to generate PDB list (example: 'pdb%').
-EL likeclause : Like clause to exclude PDB (example: 'nopdb%').
-PS Nb threads : Number of PDB in parallel (by default 2).
-Pdb pdb_name : pdb_name list for multitenant (by default All).
-OPT option : Option to add to the expdp command.
-ZIP extension : Compressor extension gz,bz2,Z,none (default: none).
-FRT return_code : Force return code value on error.
-AddMail email : Email address to add at 'pmexpdba@gmail.com'.
-SendReport : Send execution log report.
-NoConsistent : Remove 'flashback_time=systimestamp' option.
-RD|-DIR directory : Expdp directory (defaut /$(echo ${HOME}|cut -d/ -f2)/backup/${ORACLE_SID}/expdp).
-PutInf u@h:path : user@host:path to push dump to distant host.
-WCD whereclause : Where clause to generate PDB list.
-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 expdp (default, display generated commands).