Posted on 2009-05-07 10:41
Prayer 閱讀(1361)
評論(0) 編輯 收藏 引用 所屬分類:
數(shù)據(jù)庫,SQL 、
DB2
如果是通過db link查詢遠(yuǎn)程數(shù)據(jù)庫的數(shù)據(jù),默認(rèn)會初始化一個事務(wù),仍然有必要要commit. Search document first
http://otn.oracle.com樓上說的對,在dblink的情況下,如果沒有commit,可能會造成ora-1000錯誤,open cursor too many.
是9.2.0.6以下的bug,9.2.0.7已經(jīng)fixed.
樓上說的對,在dblink的情況下,如果沒有commit,可能會造成ora-1000錯誤,open cursor too many.
是9.2.0.6以下的bug,9.2.0.7已經(jīng)fixed.
經(jīng)過測試,我用9205 創(chuàng)建DBLINK連接到9204 ,SELECT沒有任何問題,不存在BUG啊。