« Modèle:SQWareProduction sqwora DbmsStats.ksh help » : différence entre les versions
Aller à la navigation
Aller à la recherche
m Updated by BatchUser |
m Updated by BatchUser |
||
| Ligne 1 : | Ligne 1 : | ||
<pre> | <pre> | ||
Sourcing sqwora_Global.lib v2020. | Sourcing sqwora_Global.lib v2020.03 SQWareProduction for Oracle (dbSQWare) ... | ||
Utilisation: sqwora_DbmsStats.ksh [-h] -I <instance> [+ options] | Utilisation: sqwora_DbmsStats.ksh [-h] -I <instance> [+ options] | ||
Version du 24 mai 2020 à 15:02
Sourcing sqwora_Global.lib v2020.03 SQWareProduction for Oracle (dbSQWare) ...
Utilisation: sqwora_DbmsStats.ksh [-h] -I <instance> [+ options]
DESCRIPTION
sqwora_DbmsStats.ksh gather statistics with DBMS_STATS
SUPPORT
Oracle versions supportees: 9iR2 <= v <= 20c
PARAMETERS
-I instance : Instance cible pour gather statistics with DBMS_STATS.
OPTIONS
-h help : Affichage de l'aide complete.
-s : Affichage des exemples d'utilisation.
-U Users : Schemas list (all without SYS by default),
to gather statistics for SYS, it must be the only one in the list.
-EU Users : Schemas list to exclude.
-Pdb pdb_name : pdb_name pour multitenant.
-NLS nls_numeric : defaut('').
-PCT estimate_pct : defaut(10).
-BSA block_sample : defaut(TRUE).
-MOP method_opt : defaut(FOR ALL INDEXED COLUMNS SIZE REPEAT),
(FOR ALL COLUMNS SIZE SKEWONLY) for SYS.
-DEG degree : defaut(1).
-GRA granularity : defaut(ALL).
-CAS cascade : defaut(TRUE).
-OPT options : defaut(GATHER AUTO),
(GATHER) for SYS.
-FRT return_code : Valeur forcee du code retour sur erreur
-Dist : Pour connexion distante a la database (change $gvsqw_DbaUser to $gvsqw_DistDbaUser@$ORACLE_SID ).
-AddMail email : Adresse Email a ajouter a 'pmexpdba@gmail.com'.
-SendReport : Envoi du rapport d'execution.
-NoMail : Desactive l'envoi de mail sur erreur a to pmexpdba@gmail.com (par defaut, envoi sur erreur).
-Locale locale : Force la Locale d'affichage de l'aide (fr,en).
-Exec : Gather statistics (default, display generated commands).