1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

データベースリンクを使う場合は分散トランザクションに注意

Last updated at Posted at 2019-04-02

リンクのテーブルにselectをした後、違うテーブルにupdateをかけると
トランザクションのエラーが発生する。

データベースリンクしているテーブルにselectをかけると、DB間にセクションが貼られる。
そのため、データベースリンクしているテーブルへselectをかけた際は、
一度明治的にコミットをする必要がある。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?