Deriving Buffer Cache Hit Ratio from AWR

The buffer cache hit ratio is not listed directly in the AWR report, but you can compute it using values from the Instance Activity Stats section:

Buffer Cache Hit Ratio = 1 - (physical reads / (db block gets + consistent gets))