I am generating the following when using ddl generation. Why am I getting these errors(?) They seem more like warnings . As one can see that the sequence does get created.
1. These are from the Oracle errors "Unknown command". They appear when a file run on Oracle is UTF coded and Oracle can't load these files.
2. The issue is in SQLPlus, which cannot handle Unicode full specification (BOM headers).
In Settings | Options | Model | Physical Model set the value for Encoding Used for SQL Scripts to ANSI. If ANSI doesn't help, try Unicode.
If the above workaround doesn't help, then it would appear the issue is with BOM (byte order mark) header in unicode SQL files since SQL*Plus does not fully support unicode. Upgrade to TDM 4.2.x for the option to generate a unicode SQL without the BOM header.