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
|
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
转载于:https://blog.51cto.com/hunt1574/864263