Performance -> Memory

Memory Summary displays how much memory is dedicated to PGA and SGA (in megabytes):
Inst- instance id for which data is displayedSGA BC- amount of memory dedicated to Buffer CacheSGA Other- amount of memory dedicated to all other parts of SGAPGA Used- amount of PGA memory usedPGA Free- amount of PGA memory free
Table bellow displays amount of PGA memory occupied by session
Session- session id for which the data is displayed. It contains a link to session details.Username- database username for this sessionProgram- program name for sessionPGA Used MB- amount of PGA currently usedPGA Alloc MB- amount of PGA memory currently allocatedPGA Max MB- amount of PGA memory allocated at the peak point of the session.
Buffer Cache Contents

This view displays contents of Buffer Cache. It is based on
gv$bh view.
Inst ID- instance ID for which data is displayedClass Name- Name of class (type/what is cached)Object Owner- Owner of the table/object which is cachedObject Name- Name of the table/object which is cachedBlock Size- Block size of the tablespace for the segment of this table/objectBlock Count- Amount of blocks cachedUsage MB- amount of MB cached for this object