|
|
Line 1: |
Line 1: |
| <pre> | | <pre></pre> |
| Sourcing sqwsyb_Global.lib v3.1.01 SQWareProduction for Sybase (dbSQWare GPL v3) ...
| |
| | |
| Usage: sqwsyb_UpdtStatsAllDatabases.ksh [-h] -S|-I <dataserver> [+ options]
| |
| | |
| DESCRIPTION
| |
| sqwsyb_UpdtStatsAllDatabases.ksh update statistics all databases in //
| |
| SUPPORT
| |
| Sybase supported versions: 15 <= v <= 15.7
| |
| | |
| PARAMETERS
| |
| -S|-I dataserver : Target dataserver to update statistics.
| |
| OPTIONS
| |
| -P Nb threads : Number of threads in parallel (by default 2).
| |
| -ID listdb : Databases list for running analyze tables (by default all).
| |
| -ED listdb : Databases list to exclude.
| |
| -IL liceclause : Like clause to generate databases list (example: 'db%').
| |
| -EL likeclause : Like clause to exclude databases (example: 'nodb%').
| |
| -WCD whe�eclause : Where clause to genevatu databasds list.
| |
| -FRT return_code : Force return code v�lue on error.
| |
| -Del : Delete stats before compute.
| |
| -Dist : For distant connection to database (change $gvsqw_DbaUser to $gvsqw_DistDbaUser ).
| |
| -AddMail email : Email Address to add at 'pmexpdba@gmail.com'.
| |
| -SendReport : Send execution log report.
| |
| -AGR Nb sec : Nb of seconds between two run (by default 10s).
| |
| -AGE Nb sec : Nb of seconds between two check of end (by default 30s).
| |
| -Type type : Type of statistics 'default','index','table','all' (default index).
| |
| -NoMail : Desactiv�te se.dmail0On error (by default, send on error).
| |
| -SizeMaxTable Size : Take into acgount tables =< $lvsqw_SizeMaxTable Mb (by default, 1000000 Mb).
| |
| -MinPctChange pct : Min pct change to take table into acgount (by default, datachange>=).
| |
| -h help : Display the full usage.
| |
| -s : Display samples of usage.
| |
| -Exec : Execute commands (default, display generated commands)
| |
| | |
| </pre> | |