Connections and Sessions (110)
Connection and session are closely related to user process but are very different in
meaning.
A connection is a communication pathway between a user process and an Oracle
instance. A communication pathway is established using available interprocess
communication mechanisms (on a computer that runs both the user process and
Oracle) or network software (when different computers run the database application
and Oracle, and communicate through a network).
A session is a specific connection of a user to an Oracle instance through a user
process. For example, when a user starts SQL*Plus, the user must provide a valid user
name and password, and then a session is established for that user. A session lasts
from the time the user connects until the time the user disconnects or exits the
database application.
Multiple sessions can be created and exist concurrently for a single Oracle user using
the same user name. For example, a user with the user name/password of
SCOTT/TIGER can connect to the same Oracle instance several times.
In configurations without the shared server, Oracle creates a server process on behalf
of each user session. However, with the shared server, many user sessions can share a
single server process.
1. 連線是指使用者程式與Oracle例項的通訊途徑 , 使用可利用的程式間的通訊機制或者網路軟體來建立.
2. 會話是指使用者和例項之間透過使用者程式的一個連線 , 會話的生命週期從使用者連線開始至使用者退出連線或者退出應用程式結束[@more@]來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-978814/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- DIFFERENCES BETWEEN PROCESSES, SESSIONS AND CONNECTIONS(asktom)Session
- 自動清理Dead Connections And INACTIVE SessionsSession
- Kill SessionsSession
- Local Connections and Secure Remote Connections (36)REM
- SESSIONS, PROCESSES, TRANSACTIONSSession
- Sessions & Processes parameterSession
- limit active sessionsMITSession
- mysql的max_connections和Too many connectionsMySql
- MYSQL max_user_connections back_log max_connections引數和Max_used_connectionsMySql
- MySQL: Too many connectionsMySql
- Nonsecure Remote Connections (35)REM
- 會話控制利器 gorilla/sessions會話GoSession
- Inhomogeneous deployment for replicated sessions is not allowed.Session
- How to get complete sessions informationSessionORM
- sessions,processes的監控方法Session
- Kill all sessions of a specified user nameSession
- 2.4.2 Connections to Containers in a CDBAI
- Connections to NOMOUNT/MOUNTED or RESTRICTED Databases FailRESTDatabaseAI
- How To Automate Disconnection of Idle SessionsSession
- oracle profile sessions_per_user的用法OracleSession
- sessions 與 processes 的計算關係Session
- MySQL ERROR 1040: Too many connectionsMySqlError
- 【MySQL】Too many connections 案例一則MySql
- Connections could not be acquired from the underlying databaseUIDatabase
- 部署 IBM Lotus Connections: 維護IBM
- 110月18日
- P110 III
- ORA-00018:maximum number of sessions exceedeSession
- ORA-00018: maximum number of sessions exceededSession
- ORA-00018 maximum number of sessions exceededSession
- IBM Lotus Connections 2.5 評審指南IBM
- System Cleaner 4.89 Build 110UI
- Removing Sessions in Killed Status on Unix (文件 ID 274216.1)REMSession
- How to Find Sessions Generating Lots of Redo or Archive logsSessionHive
- Large result cache can cause sessions to spin -instance to hangSession
- 防火牆入侵於檢測——————5、Translations and Connections防火牆
- 關於mysql的Too many connections問題MySql
- 【MySql】修改max_connections引數的方法MySql