ORA-02082: 回送資料庫連結必須具有串連限定詞

來源:互聯網
上載者:User

ORA-02082

CREATE DATABASE LINK 連結名

CONNECT TO使用者名稱IDENTIFIED BY密碼

USING  '服務命名';

連結名和服務名不能相同

SQL> create database link OMS connect to OMSUSER identified by password using 'OMS_10.2.8.1';

create database link OMS connect to OMSUSER identified by password u

sing 'OMS_10.2.8.1'

*

第1行出現錯誤:

ORA-02082:回送資料庫連結必須具有串連限定詞

SQL> create database link OMS connect to OMSUSER identified by password

using 'OMS_10.2.8.1';

資料庫連結已建立。

相關文章

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.