Hello,
I've got exactly the same problem. (using Oracle 10g, EntitySpaces 2007.0.0709 and C#)
I start using MyGeneration with Ignore Schema/Catalog checkboxes uncheck but when trying to use my application with another user (Catalog/Schema name changed), it tells Table or View does not exist.
Then I use MyGeneration with Ignore Schema/Catalog checkboxes checked but Exception raised is now ORA-01741: illegal zero-length identifier.
It seeems that when Catalog/Schema is empty the generated SQL command is Select * From ""."Table_Name" instead of Select * from "Table_Name"
I can't find a workaround (once you generated you classes your stuck with this schema name), could you please help me ?
Best regards
Djemel