I have an app that spans several schemas. Call them A, B, and C.
I want to be able to create a dev version in the same database with schemas A_DEV, B_DEV, and C_DEV.
But synonyms don't work for schema names. How can I have an app that has several schemas with different names for dev, test, and prod?