Relationship between sessions, processes and transaction in oracle 10g
For increasing sessions parameter you should consider increasing processes and transactions parameter as well.
Below formula can be used to determine their values.
processes=x
sessions=x*1.1+5
transactions=sessions*1.1
E.g.
processes=100
sessions=115
transactions=127