By default, the EUIDs assigned by the master index application start with “0”, with padded zeroes added to the left to make the EUID number the correct length (for more information, see Sun Master Index Configuration Reference ). You can modify this numbering format by changing the value of the seq_name column of the sbyn_seq_table database table where the sequence name is “EUID”. For example:
update sbyn_seq_table set seq_count=1000000001 where seq_name=’EUID’; |