Hi, I'm trying to move an application from MSSQL7 to Oracle 8 and there are a lot of names that have to be changed by the Orion server when deploying (table names and fields) in concordance with the list of <disallowed-field /> tag from the database schema. The problem is that orion changes fields by putting an underscore "_" sign before the field or table name. For ex: "group" becomes "_group" in sql statement under Oracle this is not accepted, the given error is "ORA-00911: invalid character" - for the "_" Does anybody know what should I do to fix the problem? Thanx, Dragos.
