Template:SQWareProduction sqwdb2 ReorganizeDatabase.ksh example: Difference between revisions

From Wiki_dbSQWare
Jump to navigation Jump to search
m Updated by BatchUser
m Updated by BatchUser
Line 1: Line 1:
<pre>
<pre>
Sourcing sqwdb2_Global.lib v2020.02 SQWareProduction for Db2 (dbSQWare) ...  
Sourcing sqwdb2_Global.lib v2020.03 SQWareProduction for Db2 (dbSQWare) ...  


#Standard help for script sqwdb2_ReorganizeDatabase.ksh:
#Standard help for script sqwdb2_ReorganizeDatabase.ksh:

Revision as of 16:06, 24 May 2020

Sourcing sqwdb2_Global.lib v2020.03 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 -I $DB2INSTANCE -D <DbName> -NoMail
#Deactivate sendmail on error to $gvsqw_GlobalMail (by default, send on error)

$gvsqw_Db2Bin/sqwdb2_ReorganizeDatabase.ksh -I $DB2INSTANCE -D <DbName> -Exec
#Execute generated commands

$gvsqw_Db2Bin/sqwdb2_ReorganizeDatabase.ksh -I $DB2INSTANCE -D <DbName>
#Generate commands but don't execute them !

$gvsqw_Db2Bin/sqwdb2_ReorganizeDatabase.ksh -I $DB2INSTANCE -D <DbName> -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