Skip to main content
Home
Dave's Software and Hardware Projects

Search form

  • home
  • blog
  • notebooks
  • software projects
  • hardware projects
  • recent
  • presentations
  • about
  • !
Oracle Topics > AWR Data Mining >

AWR Warehouse Queries

Submitted by dave on Tue, 04/10/2018 - 16:57

Some queries to help navigate the AWR warehouse:
Databases/Instances with info in AWR Repository

SELECT DBID, 
       DB_NAME, 
       INSTANCE_NUMBER, 
       INSTANCE_NAME, 
       HOST_NAME 
  FROM DBA_HIST_DATABASE_INSTANCE 
ORDER BY DB_NAME, INSTANCE_NUMBER;
‹ AWR Warehouse Operations up Generating AWR Reports - Helper Script ›
  • Printer-friendly version

Popular Content

Today's:

  • oracle.sysman.emSDK.emd.comm.OperationException: could not write to targets.xml.bak file
  • Strawberry Perl + DBD::Oracle for MS Windows...
  • Shell Script to Run a SQLPLUS against all databases running on a server...
  • impdp too smart for its own good - ORA-2000 and missing indexes on target...
  • Cloud Control Error EM-04050 when trying to upgrade a plugin...
  • "There was a problem creating a SQL tuning task. ORA-13780: SQL statement does not exist. ORA-06512"
  • Heat map for Redo Size in SQL Developer...

Management

  • Comment Approval
  • Top Referrers

User Login

  • Request new password
CAPTCHA
Are you a humanoid?

Content Copyright 2006-2022. Links are copyright of respective owners.