statement, session , transaction ,consistency 等概念
statement: 一個SQL語句。
session: 一個由ORACLE使用者產生的連線,一個使用者可以產生多個SESSION ,但相互之間是獨立的。
transaction:所有的改變都可以劃分到transaction裡,一個transaction包含一個或多個SQL。當一個SESSION建立的時候就是一個TRANSACTION開始的時刻,此後transaction的開始和結束由DCL控制,也就是每個COMMIT/ROLLBACK都標示著一個transaction的結束。
consistency:是對於statement級別而不是transaction級別來說的。sql statement 得到的資料都是以sql statement開始的IMAGE。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-611691/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- transaction-level or statement-level consistency; check constraintsAI
- Solutions for Session Consistency Problem in Web ClusterSessionWeb
- ERROR 1786 (HY000): Statement violates GTID consistency: CREATE TABLE ... SELECTError
- session與transaction的區別Session
- v$transaction事務_v$session會話_v$rollstat_v$rollname關聯測試_概念Session會話
- oracle中的processes,session,transaction引數OracleSession
- Mysql異常刨析:Could not commit JDBC transaction;No operations allowed after statement closedMySqlMITJDBC
- oracle中的processes,session,transaction引數詳解OracleSession
- Cookie&Session概念解讀CookieSession
- Django Mysql SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTEDDjangoMySqlSessionMIT
- http中的cookie和session概念HTTPCookieSession
- Session過期,跳出iframe等框架Session框架
- Statement
- 異常資訊解決:Could not obtain transaction-synchronized Session for current threadAIsynchronizedSessionthread
- Could not obtain transaction-synchronized Session for current thread原因及解決方案AIsynchronizedSessionthread
- 錯誤記錄(九)Could not obtain transaction-synchronized Session for current threadAIsynchronizedSessionthread
- 【Oracle九大效能檢視】之7.v$transaction_根據session id查session執行的事務OracleSession
- js 概念,閉包,call,apply,prototype等JSAPP
- SQL入門之12 Read ConsistencySQL
- JS - if else and else if statementJS
- Activity Transaction
- oracle set transaction read only與dbms_transaction實現事務transaction控制Oracle
- GCC編譯遇到“a label can only be part of a statement and a declaration is not a statement”問題GC編譯
- ASP.NET MVC使用Filter解除Session, Cookie等依賴ASP.NETMVCFilterSessionCookie
- zt:理解Linux中程式,執行緒等概念Linux執行緒
- LVM FS NFS CIFS NAS 等儲存概念解析LVMNFS
- Statement (操作 SQL 語句)SQL
- jdbc Statement和PrepareStatement操作JDBCREST
- Transaction簡介
- Database Transaction ProblemDatabase
- Read Consistency with Real Application Clusters (314)APP
- RabbitMQ 冪等性概念及業界主流解決方案MQ
- JDBC入門(一):Statement物件JDBC物件
- JDBC - Statement物件 - executeBatch()和executeUpdate()JDBC物件BAT
- statement 、prepareStatement的用法和解釋REST
- Understanding the CREATE DATABASE Statement (69)Database
- MySQL:You must reset your password using ALTER USER statement before executing this statement.MySql
- IDBObjectStore.transactionObject