ORA-02069: global_names parameter must be set to TRUE for this operation
What triggered 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 achievedWhat should we do to fix it:
Issue alter session set global_names = true if possible