Hi
I am on Oracle DB 12.1.0.2 and I'm trying to convert the existing identity columns on tables to use a normal sequence. So I want to remove the identity reference.
Is there a way of doing this?
The reason is that identity columns are causing an issue during an import into another db.
Cheers