Oracle Error Message
ORA-02069: global_names parameter must be set to TRUE for this operation
Reason for the Error
A remote mapping of the statement is required but cannot be achieved because global_names should be set to TRUE for it to be achieved
Solution
Issue alter session set global_names = true if possible