Difference between revisions of "Template:SQWareProduction sqwora ExpdpAllSchemas.ksh help"
m (Updated by BatchUser) |
m (Updated by BatchUser) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<pre> | <pre> | ||
− | Sourcing sqwora_Global.lib | + | Sourcing sqwora_Global.lib v2024.07 SQWareProduction for Oracle (dbSQWare) ... |
− | Usage: sqwora_ExpdpAllSchemas.ksh [-h] -I <instance | + | Usage: sqwora_ExpdpAllSchemas.ksh [-h] -I <instance> [+ options] |
DESCRIPTION | DESCRIPTION | ||
Line 12: | Line 12: | ||
-I instance : Target instance to expdp. | -I instance : Target instance to expdp. | ||
OPTIONS | OPTIONS | ||
− | -h | + | -h : Display the full usage. |
-s : Display samples of usage. | -s : Display samples of usage. | ||
− | - | + | -HI nb_gen : Number of generations to keep (by default: 1). |
− | -P | + | -P Nb threads : Number of threads in parallel (by default 2). |
-IS listsch : List of schemas to copy (by default all). | -IS listsch : List of schemas to copy (by default all). | ||
-ES listsch : List of schemas to exclude. | -ES listsch : List of schemas to exclude. | ||
-IL likeclause : Like clause to generate schemas list (example: 'sch%'). | -IL likeclause : Like clause to generate schemas list (example: 'sch%'). | ||
-EL likeclause : Like clause to exclude schemas (example: 'nosch%'). | -EL likeclause : Like clause to exclude schemas (example: 'nosch%'). | ||
+ | -AGR Nb_sec : Nb of seconds between two runs (by default 1s). | ||
+ | -AGE Nb_sec : Nb of seconds between two checks of end (by default 10s). | ||
-PS Nb threads : Number of schemas in parallel (by default 2). | -PS Nb threads : Number of schemas in parallel (by default 2). | ||
-Pdb pdb_name : pdb_name list for multitenant (by default All). | -Pdb pdb_name : pdb_name list for multitenant (by default All). | ||
-OPT option : Option to add to the expdp command. | -OPT option : Option to add to the expdp command. | ||
− | -ZIP extension : Compressor extension gz,bz2,Z,none (default: none). | + | -ZIP extension : Compressor extension gz,bz2,Z,none (by default: none). |
-FRT return_code : Force return code value on error. | -FRT return_code : Force return code value on error. | ||
− | -AddMail email | + | -AddMail email : Email address to add at 'pmexpdba@gmail.com'. |
-SendReport : Send execution log report. | -SendReport : Send execution log report. | ||
-NoConsistent : Remove 'flashback_time=systimestamp' option. | -NoConsistent : Remove 'flashback_time=systimestamp' option. | ||
− | -RD | + | -RD directory : Expdp directory (par defaut /$(echo ${HOME}|cut -d/ -f2)/backup/${ORACLE_SID}/expdp). |
-PutInf u@h:path : user@host:path to push dump to distant host. | -PutInf u@h:path : user@host:path to push dump to distant host. | ||
-WCD whereclause : Where clause to generate schemas list. | -WCD whereclause : Where clause to generate schemas list. | ||
-Sysdba : '/ as sysdba' connection instead of $gvsqw_DbaUser. | -Sysdba : '/ as sysdba' connection instead of $gvsqw_DbaUser. | ||
-NoMail : Deactivate sendmail on error to pmexpdba@gmail.com (by default, send on error). | -NoMail : Deactivate sendmail on error to pmexpdba@gmail.com (by default, send on error). | ||
− | -Locale | + | -Locale locale : Force Locale for help display (fr,en). |
− | -Exec : Execute expdp (default, display generated commands). | + | -Exec : Execute expdp (by default, display generated commands). |
</pre> | </pre> |
Latest revision as of 15:56, 31 October 2024
Sourcing sqwora_Global.lib v2024.07 SQWareProduction for Oracle (dbSQWare) ... Usage: sqwora_ExpdpAllSchemas.ksh [-h] -I <instance> [+ options] DESCRIPTION sqwora_ExpdpAllSchemas.ksh expdp script SUPPORT Oracle supported versions: 10gR2 <= v <= 21c PARAMETERS -I instance : Target instance to expdp. OPTIONS -h : Display the full usage. -s : Display samples of usage. -HI nb_gen : Number of generations to keep (by default: 1). -P Nb threads : Number of threads in parallel (by default 2). -IS listsch : List of schemas to copy (by default all). -ES listsch : List of schemas to exclude. -IL likeclause : Like clause to generate schemas list (example: 'sch%'). -EL likeclause : Like clause to exclude schemas (example: 'nosch%'). -AGR Nb_sec : Nb of seconds between two runs (by default 1s). -AGE Nb_sec : Nb of seconds between two checks of end (by default 10s). -PS Nb threads : Number of schemas 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 (by 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 directory : Expdp directory (par 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 schemas list. -Sysdba : '/ as sysdba' connection instead of $gvsqw_DbaUser. -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 (by default, display generated commands).