If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
it seems there are latches in oracle buffer,how about db2?
DB2 also has latches to protect data in memory. There are 2 modes fenced & unfenced. For example, stored procedures can be run "not fenced"; when they are 'trusted'.
HTH.