SQL> select count(*) "Number of Sequence" , SUM(CACHE_SIZE) "Cache Size Needed" from DBA_sequences
2 /

Number of Sequence Cache Size Needed
------------------ -----------------
130 2560

What should be set for SEQUENCE_CACHE_ENTRIES in initORCL.ora ?

130 ? or 2560 ?