Hello,
I have a problem to generate a unique ObjectId in Oracle. This is a Number.
I want to copy data from a shape to Oracle. No problem for the data, but Oracle requires a Unique ObjectId. I can generate this once with a Counter, but I want to run the workbench daily with different shapes. So if I use the counter and let it start at 10, the next day it will also start with 10 and then Oracle doesn't accept te data because the ObjectId isn't unique.
How can I let FME generate a Unique ObjectID each transformation?
Thank you, Marlies