DBC:Errors/DBC-E021

From Dirty Cache Wiki
Revision as of 14:20, 14 May 2024 by Bart (talk | contribs) (Created page with "{{ error | [DBC-E021] No AWR or Statspack detected for <instance> (try --force-awr or --ignore) }} DBCollect could not detect prior AWR usage and no statspack configuration for this instance. Solution: # Run dbcollect with <code>--force-awr</code> (if you are sure you have Diagnostics Pack license) # Setup Statspack, wait for at least a week to generate data and rerun (if you do not have the Diagnostics license) # Run dbcollect with <code>--ignore</code> to skip perfo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

[DBC-E021] No AWR or Statspack detected for <instance> (try --force-awr or --ignore)

DBCollect could not detect prior AWR usage and no statspack configuration for this instance.

Solution:

  1. Run dbcollect with --force-awr (if you are sure you have Diagnostics Pack license)
  2. Setup Statspack, wait for at least a week to generate data and rerun (if you do not have the Diagnostics license)
  3. Run dbcollect with --ignore to skip performance data for all databases completely [1]

Notes

  1. Beware that this may lead to incomplete workload assessment results