Hi all, we have a java program that would perform inserts to the db. Apparently, we noticed the inserts were deadly slow. When I perform a trace on this session, it shown that it spent tons of time for 'db file sequential read' waits. What can I do to improve this? Our table has only 1 unique key index. Thanks