Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
anoopbhargavakm
Contributor
Contributor

Generating unique id to a string present across 7 tables

Hi Al​l,

I have a column present in 7 tables . I need to generate a unique id to the values across the tables. Please let me know the best method to generate a unique id without any collisions

Labels (3)
1 Reply
Anonymous
Not applicable

Hello,

You could use the talend routine Numeric.sequence and editing the result accordingly to any rule or format you need to match.

For oracle DB, here is a documentation about: Using an Oracle sequence while inserting data

Let us know if it helps.

Best regards

Sabrina