Why do I get an open transaction when just selecting from a database View?

前端 未结 6 1088
一个人的身影
一个人的身影 2021-01-02 11:17

If I execute a simple select statement in pl/sql developer against a database table, I get a standard set of results back as I would expect.

Recently, I pasted a que

6条回答
  •  一个人的身影
    2021-01-02 11:56

    Note, according to the Oracle 11g Admin Guide, if you do a plain old SELECT across a database link you will start a transaction, which needs to be committed (or rolled back).

提交回复
热议问题