Template:SQWareProduction sqwdb2 ReorganizeDatabase.ksh example: Difference between revisions
Jump to navigation
Jump to search
m Updated by BatchUser |
m Updated by BatchUser |
||
Line 1: | Line 1: | ||
<pre> | <pre> | ||
Sourcing sqwdb2_Global.lib v2021. | Sourcing sqwdb2_Global.lib v2021.06 SQWareProduction for Db2 (dbSQWare) ... | ||
#Standard help for script sqwdb2_ReorganizeDatabase.ksh: | #Standard help for script sqwdb2_ReorganizeDatabase.ksh: | ||
Line 7: | Line 7: | ||
$gvsqw_Db2Bin/sqwdb2_ReorganizeDatabase.ksh -h | $gvsqw_Db2Bin/sqwdb2_ReorganizeDatabase.ksh -h | ||
#Display online help for this script | #Display online help for this script | ||
$gvsqw_Db2Bin/sqwdb2_ReorganizeDatabase.ksh -Locale en -h | |||
#Display online help for this script with forcing of the 'fr' locale (default locale managed by the variable gvsqw_Locale) | |||
$gvsqw_Db2Bin/sqwdb2_ReorganizeDatabase.ksh -s | |||
#Display usage examples for this script | |||
$gvsqw_Db2Bin/sqwdb2_ReorganizeDatabase.ksh -AddMail 'mymail1@mydomaine.com,mymail2@mydomaine.com' | |||
#Add the mail list to the default address managed by the variable gvsqw_GlobalMail | |||
$gvsqw_Db2Bin/sqwdb2_ReorganizeDatabase.ksh -SendReport | |||
#Send the log by email at the end of the treatment even if there is no error | |||
$gvsqw_Db2Bin/sqwdb2_ReorganizeDatabase.ksh -I $DB2INSTANCE -NoMail | $gvsqw_Db2Bin/sqwdb2_ReorganizeDatabase.ksh -I $DB2INSTANCE -NoMail | ||
Line 22: | Line 34: | ||
#environnement if you set the variable: $gvsqw_ForcedReturnCodeScript_sqwdb2_ReorganizeDatabase=<NumericValue> | #environnement if you set the variable: $gvsqw_ForcedReturnCodeScript_sqwdb2_ReorganizeDatabase=<NumericValue> | ||
#in configuration file $gvsqw_Db2Bin/../etc_cust/sqwdb2_GlobalVar.cfg | #in configuration file $gvsqw_Db2Bin/../etc_cust/sqwdb2_GlobalVar.cfg | ||
# XXXXX : -Dist | |||
# XXXXX : -Type | |||
# XXXXX : -RunOpt | |||
# XXXXX : -ChkOpt | |||
</pre> | </pre> |
Revision as of 21:34, 27 September 2021
Sourcing sqwdb2_Global.lib v2021.06 SQWareProduction for Db2 (dbSQWare) ... #Standard help for script sqwdb2_ReorganizeDatabase.ksh: $gvsqw_Db2Bin/sqwdb2_ReorganizeDatabase.ksh -h #Display online help for this script $gvsqw_Db2Bin/sqwdb2_ReorganizeDatabase.ksh -Locale en -h #Display online help for this script with forcing of the 'fr' locale (default locale managed by the variable gvsqw_Locale) $gvsqw_Db2Bin/sqwdb2_ReorganizeDatabase.ksh -s #Display usage examples for this script $gvsqw_Db2Bin/sqwdb2_ReorganizeDatabase.ksh -AddMail 'mymail1@mydomaine.com,mymail2@mydomaine.com' #Add the mail list to the default address managed by the variable gvsqw_GlobalMail $gvsqw_Db2Bin/sqwdb2_ReorganizeDatabase.ksh -SendReport #Send the log by email at the end of the treatment even if there is no error $gvsqw_Db2Bin/sqwdb2_ReorganizeDatabase.ksh -I $DB2INSTANCE -NoMail #Deactivate sendmail on error to $gvsqw_GlobalMail (by default, send on error) $gvsqw_Db2Bin/sqwdb2_ReorganizeDatabase.ksh -I $DB2INSTANCE -Exec #Execute generated commands $gvsqw_Db2Bin/sqwdb2_ReorganizeDatabase.ksh -I $DB2INSTANCE #Generate commands but don't execute them ! $gvsqw_Db2Bin/sqwdb2_ReorganizeDatabase.ksh -I $DB2INSTANCE -FRT <NumericValue> -Exec #Force return code to '<NumericValue>' on error (if no error, exit 0!) #You can also force return code of this script on all your #environnement if you set the variable: $gvsqw_ForcedReturnCodeScript_sqwdb2_ReorganizeDatabase=<NumericValue> #in configuration file $gvsqw_Db2Bin/../etc_cust/sqwdb2_GlobalVar.cfg # XXXXX : -Dist # XXXXX : -Type # XXXXX : -RunOpt # XXXXX : -ChkOpt