Récupération des statistiques des tables
Usage
gather_table_stats(conn, table)
Arguments
- conn
Connexion à la base de données
- table
Chaine de caractère indiquant le nom d'une table
References
https://docs.oracle.com/en/database/oracle/oracle-database/19/arpls/DBMS_STATS.html#GUID-CA6A56B9-0540-45E9-B1D7-D78769B7714C #nolint
See also
Other utils:
.onLoad(),
check_output_table_name(),
connect_oracle(),
create_table_from_query(),
get_first_non_archived_year(),
get_profil_snds(),
insert_into_table_from_query(),
retrieve_all_psa_from_idt(),
retrieve_all_psa_from_psa(),
retrieve_psa(),
tbl_oracle(),
write_oracle_table_by_batch()