When I create a domain which is based on a datasource of Oracle DB, the name of the Oracle schema is added as a prefix of tables in the domain. That way when the Oracle DB schema is changed, design of the domain should be updated. Is there any ways to make domains independent to DB schema so that users can change the underlying DB schema name? I suppose the names (just the names) of the schema for development and for deloyment are different but the structure of the schemas are the same. Any comments would be appreciated.