1.12 Support for Table Synonyms
For any Workspace Manager procedure or function input parameter that calls for a table name, you can instead specify a synonym.
When Workspace Manager looks for a table, it searches in the following sequence and uses the first match for the specified name:
-
A table in the specified schema (or local schema if no schema is specified)
-
A private synonym in the specified schema (or local schema if no schema is specified)
-
A public synonym
Parent topic: Introduction to Workspace Manager