alex wrote:
I use the following file versions:
SD.LLBLGen.Pro.ORMSupportClasses.NET11.dll - 1.0.20042.50708
SD.LLBLGen.Pro.DQE.Oracle.NET11.dll - 1.0.20042.50605
Is that what I should have?
The latest upgrade has newer versions, but nevertheless, you should turn on tracing for the DQE to see what queries are generated. In there the sequence query is shown as well. See troubleshooting and debugging in the manual.
Sequence schema names are also overwritten when you specify schema name overwriting. This was fixed some time ago, perhaps your code worked with the code before the bugfix and now you have the bugfix, the sequences aren't found anymore because the schema name is overwritten as well, and sequences aren't found anymore.
Could you please check that for me?