In calc views and stored procedures, we of course have the option to select a default schema. This allows tables to be referenced without specifically mentioning the schema (DEV, QA, PRD for example). During import, schema mapping will handle the conversion from the logical to the physical schema.
With the above in mind, it seems that there is only support for one default schema, say ECC DEV/QA/PRD. What happens when another schema is actually required, say from a CRM system? Is it possible to have dynamic logical schemas that refer to two different schemas?
Thanks,
Justin