Go to Define Dataproviders.
Select the table and select the column.
Now you can press the Properties button at the bottom of the window.
In this Column info dialog you can set the sequence type and also the sequence name.
Check if the sequence name is correct.
I know that Servoy uses seq_* for PostgreSQL but should use *_seq.
Maybe it has the same issue with Oracle.
ROCLASI:
Go to Define Dataproviders.
Select the table and select the column.
Now you can press the Properties button at the bottom of the window.
In this Column info dialog you can set the sequence type and also the sequence name.
Check if the sequence name is correct.
I know that Servoy uses seq_* for PostgreSQL but should use *_seq.
Maybe it has the same issue with Oracle.
Hope this helps.
Thanks, I got it. For some reason, I could swear I saw the sequence table that Servor created, but I was mistaken. The name Servoy attempted to create was too long, and so Oracle did not make it. I made one manually, and set the value in the Properties and now it’s working fine.