|
Yong Huang 发表于 2015-7-9 22:48 ![]()
A session will hold the block in current mode during its change to the block, and continues to hold ...
Thanks!
Sorry to bother you again. I came across a paragraph * A connection may have zero, one, or more sessions established on it. Each session is separate and independent, even though they all share the same physical connection to the database. A commit in one session does not affect any other session on that connection. In fact, each session using that connection could use different user identities! * while I was reading Expert_Oracle_Database_Architecture, one of Thomas Kyte's books.
I am not sure about what he really means by the last senetence* each session using that connection could use different user identities!*. Here are two of my questions.
1. Could two users share one connection?
2.When will Oracle establish a new connection? |
|