queuesize vs DEFAULT_SDU_SIZE, RECV_BUF_SIZE and SEND_BUF_SIZE
-----------------------------------------------------------------------
I have a system who heavily insert data in one table (200 connection in same time in same second)
I already apply partionning on this table and I considerably reduced the I/O contention.
now I have some questions about 4 parameters
-queuesize in listener.ora ( I want to setup it to queuesize=200) is it a good idea ?
- my partner told me for adjust DEFAULT_SDU_SIZE, RECV_BUF_SIZE and SEND_BUF_SIZE for optimize tcp packet transfer. Is it a good idea ?
thanks for your help