Menu

#1 Usage Oracle Sequence

open
nobody
None
5
2009-04-22
2009-04-22
Anonymous
No

Hi,
The oracle datastore uses a query like: select max(id) from table;
This is not threadsafe and interferes with a possible other application that uses sequences to generate the id.
So inserting from geoserver will use an ID it is not really allowed to use.

Also other ID generation support can be usefull for geoserver.

Discussion