Oracle Database Optimizations for High Throughput

OPTIMIZER_INDEX_COST_ADJ changed from 100 to 10
Increased PGA size from 4G to 15G
Disabled the direct path read ( init.ora: event = “10949 trace name context forever’)
configured cursor sharing parameter as force earlier it was ‘EXACT’

FILESYSTEMIO_OPTIONS=SETALL as of now ‘NONE’
Configure Huges pages
Break the mirroring of log files.
Creation of indexes
Increase SGA Size

 

References: