well in oracle 8 if you set excessive SGA you will increase latch contention, in 8i they fixed the prob for shared pool by increasing LRU list from 2 to 255, for data buffer I think problem still exists

for example if I have 2MB data buffer it's mcuh faster to scan it and find the block I need than if I have 2GB data buffer