How can I make my AWR/Statspack Browser Custom Charts RAC-aware?

Hi Uwe,

There is no way to do make the AWR/Statspack browser automatically adjust your custom queries to the currently selected RAC instance, unfortunately. The best thing that I can suggest is that you change your queries so that they only query against the current instance, and then you can connect to the instance that you are interested in.

To do that, you could add “where inst_id = (select instance_number from v$instance)”