| From: | Steve Adams |
| Date: | 29-Apr-2001 14:58 |
| Subject: | Dumping buffers |
|
|
You have requested a BUFFER dump, rather than a BUFFERS dump. The BUFFER dump is intended to do a level 10 dump of a particular buffer. The level number to specify in the event syntax is the decimal tablespace relative data block address. Of course, there is no buffer with an RDBA of 10. That is why your trace file was empty. The levels for the BUFFERS dump are as follows:
Most levels high than 6 are equivalent to 6, except that levels 8 and 9 are the same as 4 and 5 respectively. For level 1 to 3 the information is dumped in buffer header order. For levels higher than 3, the buffers and blocks are dumped in hash chain order.
| ||||||||||||
![]() |
I am trying to take a buffer dump with the following command
alter session set events 'immediate trace name buffer level 10';
but all I am getting is a dump file which does not have any information.
|