Run: weekly.
The starteam_oracle_compute_stats.sql script updates the statistics in the database distribution page for all tables in the database. This data enables the query optimizer to choose the right index for a given query.
One use case example is if you migrate a StarTeam Server configuration to another database, you might use starteam_oracle_dropall.sql to remove tables from the original database. Another example is if you mistakenly add the StarTeam Server tables to a tablespace other than the StarTeam Server tablespace, use the starteam_oracle_dropall.sql script to remove them.
Run: weekly.
The starteam_oracle_rebuild_indexes.sql script rebuilds the database indexes and configures the storage parameters for the index tablespace. The script assumes that the indexes are located in a tablespace named INDX. If your index tablespace uses a different name, edit starteam_oracle_rebuild_indexes.sql to reflect the correct tablespace name. Run the starteam_oracle_rebuild_indexes.sql script weekly to enhance database data retrieval.