Hi,
I'm using SQL Developer 18.2 and Oracle SE 12.1.
I have some tables with identity columns (and corresponding system-generated sequences).
I now want to generate a DDL script including INSERT statements for the table data.
This works fine, but when I execute this DDL script on another database and after this try to add some new records to the tables with identity columns, there's a conflict because the START WITH value is not correctly set.
Is this a bug in SQL Developer or do I have to use Data Pump to transfer data this way?
Thanks,
Matthias