Microsoft
Software
Hardware
Network
Question : Auto- Numbers in oracle
Is sequence (with trigger as option) the only option for Auto number in oracle?
thanks
Answer : Auto- Numbers in oracle
to guarantee uniqueness, yes
if that's not important, or you don't have to account for concurrent users, you can autonumber using max(id)+1
Random Solutions
Javascript form validation problems
Boot Acer Ferrari 1200 laptop from dvd to upgrade vista to windows 7
In .NET, how can I add to a variable value to a query result using LINQ to SQL?
Test javamail through command line
Detect Session State TimeOut
Can't print to Dymo Labelwriter 400 turbo after adding labelwriter 450 turbo drivers on windows 2003 terminal server
VB script to uninstall with admin rights.
How deploy a website shortcut to 200 users desktop
The marquee progressbar hangs as the next line of the code executes
PHP - session variables lost between subfolders