select * from v$resource_limit;

아래와 같은 결과로 processes, sessions 의 개수가 LIMIT 를 넘어서면
ORACLE 에러가 발생할수 있다.



processes 108 116       150       150
sessions 111 119       170       170
enqueue_locks 35 48      2300      2300
enqueue_resources 35 61       968 UNLIMITED
ges_procs 0 0         0         0
ges_ress 0 0         0 UNLIMITED
ges_locks 0 0         0 UNLIMITED
ges_cache_ress 0 0         0 UNLIMITED
ges_reg_msgs 0 0         0 UNLIMITED
ges_big_msgs 0 0         0 UNLIMITED
ges_rsv_msgs 0 0         0         0
gcs_resources 0 0         0         0
gcs_shadows 0 0         0         0
dml_locks 0 72       748 UNLIMITED
temporary_table_locks 0 3 UNLIMITED UNLIMITED
transactions 0 16       187 UNLIMITED
branches 0 16       187 UNLIMITED
cmtcallbk 0 1       187 UNLIMITED
sort_segment_locks 0 4 UNLIMITED UNLIMITED
max_rollback_segments 11 11       187     65535
max_shared_servers 1 1 UNLIMITED UNLIMITED
parallel_max_servers 0 0        40      3600

'Computer Science > DB' 카테고리의 다른 글

C++ <vector>, Database 만들기  (0) 2012.05.12
ORACLE - 테이블 join 이 잘안돼...  (0) 2009.09.16
ORACLE - SYSDATE 로 시간구하기  (6) 2009.05.20
ORACLE - 문자열 추출 (substr)  (0) 2009.03.03
ORACLE DUMP()  (0) 2008.10.24
페이스북 댓글
티스토리 댓글

+ Recent posts