0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

統計情報の収集を手動で実施したい

Posted at

Oracle Databaseにおいて、統計情報の収集を手動で実施したい場合は、DBMS_STATSパッケージのGATHER_*プロシージャを利用します。

プロシージャの一覧については、以下のドキュメントを参照してください。

例: HRスキーマの統計情報を収集する

EXECUTE DBMS_STATS.GATHER_SCHEMA_STATS(ownname => 'HR');

環境情報

  • Oracle Database 19c EE Extreme Perf Release 19.0.0.0.0 - Production
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?