![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
On Sat, 12 May 2012 19:49:36 +0100, Jonathan Lewis wrote: The plot thickens. I re-created the LOB as cache and flashback waits went away: EVENT TIME_WAITED AVERAGE_WAIT ------------------------------ ----------- ------------ Disk file operations I/O 0 .02 log buffer space 0 0 log file sync 1 .77 SQL*Net message to client 1 0 log file switch completion 23 5.77 SQL*Net message from client 523 1.02 SQL*Net more data from client 1323 .01 db file sequential read 33915 .14 |
#12
| |||
| |||
|
|
Flashback logs, just like their redo counterparts, record change vectors, in order to be able to reconstruct the data, up to specific point in time. The default is 24 hours, controlled by the "db_flashback_retention_target" parameter. |
#13
| |||
| |||
|
|
Flashback logs hold entire Oracle blocks (think Oracle 5 and the BI file). |
#14
| |||
| |||
|
|
On Sun, 13 May 2012 07:54:15 +0100, Jonathan Lewis wrote: Flashback logs hold entire Oracle blocks (think Oracle 5 and the BI file). Wow! Not that I don't believe you, but that is really wild. I'll try checking it by doing a hex dump of some .fb files and confirm this. |
#15
| |||
| |||
|
|
| Wow! Not that I don't believe you, but that is really wild. I'll try | checking it by doing a hex dump of some .fb files and confirm this. | I wouldn't want you to do otherwise. |
11.17) 2012-05-13 23:33:46.282
) 2012-05-13 23:33:46.282
O11.home.com) 2012-05-13 23:33:46.282
sqlplus (AT) medo (DOT) home.com (TNS V1-V3)) 2012-05-13
) 2012-05-13 23:33:46.282
#16
| |||
| |||
|
|
On Sun, 13 May 2012 09:56:11 +0100, Jonathan Lewis wrote: | Wow! Not that I don't believe you, but that is really wild. I'll try checking it by doing a hex dump of some .fb files and confirm this. | I wouldn't want you to do otherwise. And you are right. Current record: block image. I still don't understand why did they do it like that. |
![]() |
| Thread Tools | |
| Display Modes | |
| |