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

Source: Internet
Author: User

ORA-02069: global_names parameter must be set to TRUE for this operation database suddenly has the following error: ORA-02069: global_names parameter must be set to TRUE for this operationhttps: // forums.oracle.com/thread/472482 answers to this question from the Forum above: when global_names is TRUE, the database link name MUST be same as the global db name of the database to which the link connects. that is to say, if global_names is set to true, The Link name of the target database must be the same as the global name of the database. Let's take a look at the description and suggestions of this error in the Oracle document: [lubinsu @ localhost ~] $ Oerr ora 0206902069,000 00, "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 shoshould be set to TRUE for it to be achieved // * Action: issue alter session set global_names = true if possible solution, alter session set global_names = true scope = both;

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.