| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: NextNumbers Tables
>
How does doing one "first" solve this problem. The *only* way around it is to make it atomic -- where they both (increment & select) appear to happen at the same time. This will depend on your DBMS's transaction support. Doing either one "first" will result in the same issue! Think about it.
FYI -- I disagree with this method entirely as it will, in high volume environments, create severe "hotspots" on these tables. If you don't have high volume, it might not be an issue. Received on Tue Feb 11 2003 - 21:53:01 CST
![]() |
![]() |