object id

1619
0
02-29-2016 12:14 AM
jayasudha
New Contributor III

When a table is registered with geodatabase (arcsde 10.1, oracle 11g), objectid is created with unique index and sequence. The sequence has following default values.

MIN_VALUE 1

MAX_VALUE 2147483647

INCREMENT_BY 16

CYCLE_FLAG N

ORDER_FLAG N

CACHE_SIZE 20

Can i configure these values using B_INDEX_ROWID parameter in DEFAULT config ? If yes, How ? or do i need to use ALTER SEQUENCE ?

Thanks

0 Kudos
0 Replies