db_nextval sequenceWhat it does:
Returns the next value for a sequence. Ultimately this will cache a block of sequence values to save hits to the database.Defined in: /web/philip/packages/acs-core/10-database-procs.tcl
Source code:
return [db_string "select $sequence.nextval from dual"]