Difference between revisions of "Template:SQWareProduction sqwdb2 ReorganizeDatabase.ksh example"
m (Updated by BatchUser) |
m (Updated by BatchUser) |
||
Line 1: | Line 1: | ||
<pre> | <pre> | ||
− | Sourcing sqwdb2_Global.lib | + | Sourcing sqwdb2_Global.lib v2022.01 SQWareProduction for Db2 (dbSQWare) ... |
#Standard help for script sqwdb2_ReorganizeDatabase.ksh: | #Standard help for script sqwdb2_ReorganizeDatabase.ksh: |
Revision as of 18:07, 30 January 2022
Sourcing sqwdb2_Global.lib v2022.01 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 -Type <TypeReorg> #Change Type of table to reorg (ALL, SYSTEM, USER) $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 : -RunOpt # XXXXX : -ChkOpt