Oracle DBA, How To, Error, Cause and Action

ORA-02069: global_names parameter must be set to TRUE for this operation

ORA-02069: global_names parameter must be set to TRUE for this operation


Cause:


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



Action:


Issue alter session set global_names = true if possible

No comments:

Post a Comment

Thanks for your comment.