什么是 Oracle 会话?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/18714328/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
What is Oracle Session?
提问by KurioZ7
I am using Oracle 11g.
我正在使用 Oracle 11g。
I am looking for a good explanation of Oracle Sessions. I googled for this, but strangely, none of the web sites contain any explanation of what oracles sessions are. My specific questions are
我正在寻找对 Oracle Sessions 的一个很好的解释。我用谷歌搜索了这个,但奇怪的是,没有一个网站包含任何对 oracles 会话的解释。我的具体问题是
1) What are oracle sessions?
1)什么是oracle会话?
2) Does one connection object always relate to one oracle session.?
2) 一个连接对象是否总是与一个 oracle 会话相关。?
3) can one oracle session be shared by another connection started by the same user.?
3)一个oracle会话可以被同一用户启动的另一个连接共享吗?
采纳答案by David Aldridge
- A logical entity in the database instance memory that represents the state of a current user login to a database.
- A single connection can have 0, 1, or more sessions established on it.
- I can't imagine that it can
- 数据库实例内存中的一个逻辑实体,表示当前用户登录数据库的状态。
- 单个连接上可以建立 0、1 或更多会话。
- 我无法想象它可以
http://docs.oracle.com/cd/E28271_01/server.1111/e25789/glossary.htm
http://docs.oracle.com/cd/E28271_01/server.1111/e25789/glossary.htm