Ora-02069 error handling methods

Source: Internet
Author: User

A DB Link must be established between one Oracle database and another Oracle database a few days ago to Insert data from one server to another.

Oracle Server A: Sid: SDH, USERID/PW: NM/NM

Oracle Server B: Sid; gsgx, USERID/PW: gs/gs create the following DB Link:

Create a db Link from B to:

Create database link testdb connect to nm identified by nm using 'sdh ';

DB Link is created successfully. Select is correct, but when Insert is executed,

I nsert into a @ testdb select * from;

The following error is reported:

Ora-02069 the Global_names for this operation must be set to True.

After analysis and searching for resources, it is found that the name of the DB Link to be created must be the same as the SID of the target database when the insert statement needs to be executed;

Create database link sdh connect to nm identified by nm using 'sdh ';

The Insert statement is successfully created!

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.