Cause: You tried to execute an operation that requires a remote mapping. This can not b,江蘇會計證考試報名,2022年會計從業(yè)資格考試報名,2022年江蘇會計從業(yè)證報名,2022年江蘇會計從業(yè)考試報名,江蘇2022年會計從業(yè)資格考試成報名,2022年江蘇會計從業(yè)考試,會計電算化考試試題,2022年江蘇會計電算化,江蘇會計電算化試題,江蘇會計電算化考試,江蘇初級會計電算化,江蘇初級會計電算化考試">

射精一区欧美专区|国产精品66xx|亚洲视频一区导航|日韩欧美人妻精品中文|超碰婷婷xxnx|日韩无码综合激情|特级黄片一区二区|四虎日韩成人A√|久久精品内谢片|亚洲成a人无码电影

您現(xiàn)在的位置:首頁 > IT認(rèn)證 > oracle認(rèn)證 >

OracleORA-02069注意事項(xiàng)


OracleORA-02069注意事項(xiàng)

Error: ORA-02069: global_names parameter must be set to TRUE for this operation
   
    Cause: You tried to execute an operation that requires a remote mapping. This can not be done because the parameter called GLOBAL_NAMES is not set to TRUE.
   
    Action: The options to resolve this Oracle error are:
   
    Try setting the GLOBAL_NAMES parameter to TRUE with the following statement:
   
    ALTER SESSION SET GLOBAL_NAMES = TRUE;
   
    在一條語句中如果同時包括數(shù)據(jù)庫鏈和序列,就會出現(xiàn)潛在的問題,而Oracle的文檔在這里并沒有描述清楚。
   
    下面通過一個例子對同時包括數(shù)據(jù)庫鏈和序列的幾種情況分別進(jìn)行說明。
   
    首先,構(gòu)造一個測試的環(huán)境(兩個數(shù)據(jù)庫的GLOBAL_NAMES均為TRUE):
   
    SQL> conn scott/tiger@yangtk
   
    已連接。
   
    SQL> create table test_on_yangtk (id number);
   
    表已創(chuàng)建。
   
    SQL> insert into test_on_yangtk values (1);
   
    已創(chuàng)建 1 行。
   
    SQL> commit;
   
    提交完成。
   
    SQL> create sequence seq_on_yangtk;
   
    序列已創(chuàng)建。
   
    SQL> conn yangtk/yangtk@test4
   
    已連接。
   
    SQL> create table test_on_test4 (id number);
   
    表已創(chuàng)建。
   
    SQL> insert into test_on_test4 values (1);
   
    已創(chuàng)建 1 行。
   
    SQL> commit;
   
    提交完成。
   
    SQL> create sequence seq_on_test4;
   
    序列已創(chuàng)建。
   
    SQL> create database link yangtk connect to scott identified by tiger using 'yangtk';
   
    數(shù)據(jù)庫鏈接已創(chuàng)建。

相關(guān)文章

無相關(guān)信息
更新時間2022-03-13 11:11:03【至頂部↑】
聯(lián)系我們 | 郵件: | 客服熱線電話:4008816886(QQ同號) | 

付款方式留言簿投訴中心網(wǎng)站糾錯二維碼手機(jī)版

客服電話: