728x90
Oracle Database Isolation Levels
DB2 Isolation Levels
ANSI SQL Isolation Level | DB2 UDB equivalent |
---|---|
SERIALIZABLE | Repeatable read (RR) |
REPEATABLE READ | Read stability (RS) |
READ COMMITTED (default) | Cursor stability (CS) Currently Committed (CC) |
READ UNCOMMITTED | Uncommitted read (UR) |
- Informix Isolation Levels
- http://www.database.sarang.net/?inc=read&aid=571&criteria=informix&subcrit=&id=947&limit=20&keyword=&page=70
SET TRANSACTION correlates with SET ISOLATION Read Uncommitted (nologging default) Dirty Read Read Committed (logging default) Committed Read Not Supported Cursor Stability (ANSI) Repeatable Read Serializable
(IBM Informix) Repeatable Read (IBM Informix) Repeatable Read
OracleDB2Informix
728x90
'Oracle > oracle' 카테고리의 다른 글
sqlplus를 사용한 csv 파일 내려받기 (0) | 2011.06.27 |
---|---|
PARALLEL DML 사용 방법 (0) | 2011.06.18 |
읽기 일관성 - Multiversion Concurrency Control (0) | 2011.06.10 |
Range 파티션 테이블에 파티션을 추가할 때 확인사항 (0) | 2011.06.10 |
CTAS를 통한 테이블 복제시 참고사항 (0) | 2011.05.16 |