Difference between revisions of "Template:SQWareProduction sqwsyb UpdtStatsDatabase.ksh help"

From Wiki_dbSQWare
Jump to: navigation, search
m (Updated by Expdbtools)
m (Updated by BatchUser)
 
(62 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<pre>
 
<pre>
Sourcing sqwsyb_Global.lib v1.2.10 SQWareProduction for Sybase (dbSQWare GPL v3) ...  
+
Sourcing sqwsyb_Global.lib v2024.03 SQWareProduction for Sybase (dbSQWare) ...  
  
Usage: sqwsyb_UpdtStatsDatabase.ksh [-h] -S <dataserver> [+ options]
+
Usage: sqwsyb_UpdtStatsDatabase.ksh [-h] -I <dataserver> [+ options]
  
 
DESCRIPTION
 
DESCRIPTION
 
   sqwsyb_UpdtStatsDatabase.ksh 'update index statistics table' for all tables
 
   sqwsyb_UpdtStatsDatabase.ksh 'update index statistics table' for all tables
 
SUPPORT
 
SUPPORT
   Sybase supported versions: 15 <= v <= 15.5
+
   Sybase supported versions: 15 <= v <= 16.0
  
 
PARAMETERS
 
PARAMETERS
     -S dataserver    : Target dataserver.
+
     -I dataserver    : Target dataserver.
 
     -D  database      : Database name.
 
     -D  database      : Database name.
 
OPTIONS
 
OPTIONS
     -h help          : Display the full usage.
+
     -h                 : Display the full usage.
 
     -s                : Display samples of usage.
 
     -s                : Display samples of usage.
     -IT  listtables  : Tables list for running analyze tables (by default all).
+
     -IT  listtables  : List of tables to run update statistics on (by default all).
 
     -ET  listtables  : Tables list to exclude.
 
     -ET  listtables  : Tables list to exclude.
 
     -IL  likeclause  : Like clause to generate tables list (example: 'tbl%').
 
     -IL  likeclause  : Like clause to generate tables list (example: 'tbl%').
Line 22: Line 22:
 
     -FSS  SampleSize  : To force sample size.
 
     -FSS  SampleSize  : To force sample size.
 
     -Del              : Delete stats before compute.
 
     -Del              : Delete stats before compute.
     -NoMail            : Desactivate sendmail on error dba (by default, send on error).
+
     -NoMail            : Deactivate sendmail on error pmexpdba@gmail.com (by default, send on error).
     -SMT SizeMaxTable : Take into account tables =< $lvsqw_SizeMaxTable Mo (by default, 50000 Mo).
+
     -FRT      code    : Force return code value on error.
     -FRT return_code : Force return code value on error.
+
    -Dist              : For distant connection to database (change $gvsqw_DbaUser to $gvsqw_DistDbaUser ).
     -Exec              : Run update stat (default, display generated commands).
+
    -Type type        : Type of statistics 'default','index','table','all' (by default index).
 +
    -AddMail  email  : Email address to add at 'pmexpdba@gmail.com'.
 +
    -SendReport        : Send execution log report.
 +
    -SizeMaxTable Size : Take into account tables <= $lvsqw_SizeMaxTable Mb (by default, 1000000 Mb).
 +
     -MinPctChange pct  : Min pct change to take table into account (by default, datachange>=10).
 +
    -Hashing          : Enable hashing (when rowcount >= 1000000) when ASE version >= 15.7 ESD#2 or SP50 (by default, False).
 +
    -NoHashing        : Disable hashing.
 +
    -HashSize Size    : Minimum rowcount for hashing (by default, 1000000).
 +
    -Locale    locale : Force Locale for help display (fr,en).
 +
     -Exec              : Run update statistics (by default, display generated commands).
  
 
</pre>
 
</pre>

Latest revision as of 16:15, 26 April 2024

Sourcing sqwsyb_Global.lib v2024.03 SQWareProduction for Sybase (dbSQWare) ... 

Usage: sqwsyb_UpdtStatsDatabase.ksh [-h] -I <dataserver> [+ options]

DESCRIPTION
   sqwsyb_UpdtStatsDatabase.ksh 'update index statistics table' for all tables
SUPPORT
   Sybase supported versions: 15 <= v <= 16.0

PARAMETERS
     -I  dataserver     : Target dataserver.
     -D  database       : Database name.
OPTIONS
     -h                 : Display the full usage.
     -s                 : Display samples of usage.
     -IT   listtables   : List of tables to run update statistics on (by default all).
     -ET   listtables   : Tables list to exclude.
     -IL   likeclause   : Like clause to generate tables list (example: 'tbl%').
     -EL   likeclause   : Like clause to exclude tables (example: 'notbl%').
     -WCT  whereclause  : Where clause to generate tables list.
     -FSS  SampleSize   : To force sample size.
     -Del               : Delete stats before compute.
     -NoMail            : Deactivate sendmail on error pmexpdba@gmail.com (by default, send on error).
     -FRT       code    : Force return code value on error.
     -Dist              : For distant connection to database (change $gvsqw_DbaUser to $gvsqw_DistDbaUser ).
     -Type type         : Type of statistics 'default','index','table','all' (by default index).
     -AddMail   email   : Email address to add at 'pmexpdba@gmail.com'.
     -SendReport        : Send execution log report.
     -SizeMaxTable Size : Take into account tables <= $lvsqw_SizeMaxTable Mb (by default, 1000000 Mb).
     -MinPctChange pct  : Min pct change to take table into account (by default, datachange>=10).
     -Hashing           : Enable hashing (when rowcount >= 1000000) when ASE version >= 15.7 ESD#2 or SP50 (by default, False).
     -NoHashing         : Disable hashing.
     -HashSize  Size    : Minimum rowcount for hashing (by default, 1000000).
     -Locale    locale  : Force Locale for help display (fr,en).
     -Exec              : Run update statistics (by default, display generated commands).