Template:SQWareProduction sqwsyb UpdtStatsParallelDatabase.ksh example

From Wiki_dbSQWare
Revision as of 08:53, 25 July 2022 by BatchUser (talk | contribs) (Updated by BatchUser)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Sourcing sqwsyb_Global.lib v2022.04 SQWareProduction for Sybase (dbSQWare) ... 

#Standard help for script sqwsyb_UpdtStatsParallelDatabase.ksh:


# XXXXX : -WCT
# XXXXX : -Hashing
# XXXXX : -HashSize
# XXXXX : -NoHashing
# XXXXX : -SizeMaxTable
# XXXXX : -MinPctChange

$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -h
#Display online help for this script

$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.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_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -s
#Display usage examples for this script

$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -AddMail 'mymail1@mydomaine.com,mymail2@mydomaine.com'
#Add the mail list to the default address managed by the variable gvsqw_GlobalMail

$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -SendReport
#Send the log by email at the end of the treatment even if there is no error

$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -NoMail
#Deactivate sendmail on error to $gvsqw_GlobalMail (by default, send on error)

$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -Type <Type> -Exec
#Execute generated commands and change statisticstype ('default','index','table','all')

$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName>
#Generate commands but don't execute them !

$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -FSS <SampleSize> -Exec
#to force sample size 'with sampling=<SampleSize> percent'
#by default, script dynamically calculates this sample

$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -Del -Exec
#delete statistics before compute them: 'delete statistics $lvsqw_Owner.$lvsqw_Table'

$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -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_sqwsyb_UpdtStatsParallelDatabase=<NumericValue>
#in configuration file $gvsqw_SybBin/../etc_cust/sqwsyb_GlobalVar.cfg

#Options to generate table list with filters (you can mix all off them):
$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -IT <listtbl>
#Generate table list with 'in list':
#=> and name in ('$ListInclude')
$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -ET <listtbl> -Dist
#Generate table list with 'not in list':
#=> and name not in ('$ListExclude')
$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -IL <likeclause>
#Generate table list with 'like':
#=> and name like '$LikeClause'
$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -EL <likeclause>
#Generate table list with 'not like':
#=> and name not like '$NotLikeClause'
$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -W <whereclause>
#Generate table list with 'where clause':
#=> and '$WhereClause'

$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -P <NumericValue> -Exec
#Run commands with a parallel degree of '<NumericValue>' on tables
#Use by default the variable gvsqw_NbThreadTable in $gvsqw_SybBin/../etc/sqwsyb_GlobalVar.cfg
#You can change this default on all your environnement if you set this variable
#in configuration file $gvsqw_SybBin/../etc_cust/sqwsyb_GlobalVar.cfg