•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Oracle section within the Web Development category of DaniWeb, a massive community of 391,779 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,458 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Oracle advertiser:
Views: 938 | Replies: 4 | Solved
![]() |
•
•
Join Date: Feb 2007
Location: Bangalore,India
Posts: 1,213
Reputation:
Rep Power: 4
Solved Threads: 78
•
•
Join Date: Nov 2007
Posts: 51
Reputation:
Rep Power: 1
Solved Threads: 9
The cache size is how many Oracle will cache in memory, so when you first select a next value it will read the sequence from disk (n), and write back a next value of n+20. Then as you keep getting a next value it will just give you the next value from cache until all 20 have been used, then repeat the process.
The down side is that if the server crashes or is restarted, those sequence numbers cached in memory will be lost so if you only used 10 values - there will be a gap of 10 in the sequence. This may not be a problem, but some systems require all values to be accounted for ( e.g. some invoice systems )
Nige
The down side is that if the server crashes or is restarted, those sequence numbers cached in memory will be lost so if you only used 10 values - there will be a gap of 10 in the sequence. This may not be a problem, but some systems require all values to be accounted for ( e.g. some invoice systems )
Nige
•
•
Join Date: May 2008
Location: I live in a very small town in Southern Illinois..Called Sandoval..
Posts: 1
Reputation:
Rep Power: 0
Solved Threads: 1
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb Oracle Marketplace
Similar Threads
- SpeedUp Your Window XP Never Than Before (Windows tips 'n' tweaks)
- memory management in wndows 2000 (Windows NT / 2000 / XP / 2003)
- blank pop-ups (Viruses, Spyware and other Nasties)
- Shortcuts (Windows tips 'n' tweaks)
- StreamReader and Position (C#)
- StreamReader and Position (In VB) (VB.NET)
- Using Global Low-Level Hooks Without Using A Dll (Computer Science and Software Design)
- Key Logger Example in 4k Without The Need For Dll Hook Proc (Assembly)
- System Optimization Tricks (Windows tips 'n' tweaks)
Other Threads in the Oracle Forum
- Previous Thread: JDeveloper
- Next Thread: How to insert files into Database using Struts2 + Spring + persistence



Linear Mode