Hi Barry,
If you have a trigger-based sequence in Oracle, you can't disable it at LLBLGen Designer or at code, because that is in your database.
Now, if you don't have a sequence for that field in your database but you do see that LLBLGen is treating the field as an identity, you can disable it in LLBLGen designer by uncheck the "Is Identity" for that field.
Unless you are doing something very special in your migration process, I would recommend do this migration DB2DB directly, like a DTS or a migration tool. The reason is that you may need to enable/disable some things like identity, FK checks, etc.