Dumps

Memory Heaps

To dump the top-level heap in a memory area
    ALTER SESSION SET EVENTS
    'immediate trace name heapdump level level';
Levels are
LevelDescription
1PGA summary
2SGA summary
4UGA summary
8Callheap (Current)
16Callheap (User)
32Large pool
64Streams pool
128Java pool
1025PGA with contents
2050SGA with contents
4100UGA with contents
8200Callheap with contents (Current)
16400Callheap with contents (User)
32800Large pool with contents
65600Streams pool with contents
131200Java pool with contents
Levels are correct to Oracle 10.2.0.1
The levels can be combined. For example a level 3 dump will contain both the PGA and SGA