The schema name is indeed hardcoded in the persistence info. To change it, either:
- go to the designer, catalog explorer -> select the schema, hit F2 and rename it, -> generate
or:
- download the Oracle Team Development templates from the customer area on the website (it's at the bottom of the list) in the 3rd party section, read the enclosed readme and re-generate your code with that template set. The templates are for the templates released after sep 24.
or:
- replace the name in the EntityFieldFactory.cs file. That's the only file where persistence information is stored.
Also be sure you change the right connection string value, i.e. the one in your application's .config file, not the app.config in the generated code.