


시험 및 교육


-
09/04
[CERTY] 인포믹스 DB전...
-
05/10
[edu_study] 2013/05/06~05...
-
05/10
[edu_study] 2013/05/06~05...
-
05/09
[edu_study] 2013/05/09~05...
-
11/06
[edu_study] 2012년 11월...
-
11/06
[edu_study] 2012년 11월...
-
03/07
2012년 3월 Informix V...
-
03/06
2012년 3월 Informix V...
-
03/06
2012년 3월 Informix V...
-
03/06
2012년 3월 Informix V...



다운로드 랭킹 Top 7
-
2215회
-
942회
-
579회
-
244회
-
241회
-
120회
-
97회
최근 댓글
- 찾아주셔서 감사드립니다. 정회원 등록했습니다.
- SQL to identify the users involved in sessions with lock contentionTroubleshootingProblemThis article provides sample SQL that can be used to diagnose users involved in lock contention issues.Resolving The ProblemQ. How can I identify the users causing lock contention problems?A. In a multi-user Informix® Dynamic Server (IDS) environment where users have their isolation set higher than dirty read, and/or multiple users are performing update activity (i.e. insert, update or delete actions, rather than read-only), multiple users can all be attempting to place mutually exclusive locks on the same record.You may want to identify the tables/records under contention and reconfigure or change code (possibly using the SET LOCK MODE TO WAIT statement).Tracing who has which locks and why using onstat involves joining entries from onstat -k, -u and -g sql. As locks are often held for very short periods of time, the evidence can disappear before all the necessary command can be run. The following SQL statements, run against the sysmaster datebase "tables" do all the joining and filtering for you.This SQL returns information on locks and the users involved:select t.username waituser, t.sid waitsess, s.username hasuser,s.sid hassess, l.type locktype, l.dbsname database,l.tabname table, hex(l.rowidlk) rowidfrom sysmaster:syslocks l, sysmaster:syssessions s, sysmaster:syssessions twhere s.sid = l.ownerand l.waiter = t.sid ;Note: The commented out clause "dbsname <> 'sysmaster'", if un-commented, will avoid returning the shared lock every user places when they connect to a database, and the locks that this monitoring SQL places when running.The output looks like this:user informixsessn 168type Sdbase sysmastertable sysdatabasesrowid 0x00000205user informixsessn 167type Sdbase sysmastertable sysdatabasesrowid 0x00000205user informixsessn 173type Sdbase sysmastertable sysdatabasesrowid 0x00000201user informixsessn 167type Xdbase stores9table staterowid 0x00000000user informixsessn 173type Sdbase sysmastertable sysdatabasesrowid 0x00000205A variation on the SQL is this:select trim(s.username)||":"||s.sid||" has "||trim(l.type)||" lock on "||trim(l.dbsname)||":"||trim(l.tabname)||"-"||hex(l.rowidlk) Lfrom sysmaster:syslocks l, sysmaster:syssessions swhere s.sid = l.owner-- and dbsname <> 'sysmaster'order by 1 ;Note: The select portion of the query must be entered all on one line, not split over several as it appears here. This query returns the same data as above, but with the columns wrapped with text onto one line per session and lock, like this:l informix:167 has S lock on sysmaster:sysdatabases-0x00000205l informix:167 has X lock on stores9:state-0x00000000l informix:168 has S lock on sysmaster:sysdatabases-0x00000205l informix:173 has S lock on sysmaster:sysdatabases-0x00000201l informix:173 has S lock on sysmaster:sysdatabases-0x00000205Product SynonymIDS OnLine IIF Universal Server
- 반갑습니다. 정회원 등록했습니다. 조금이나마 도움이 되시면 좋겠습니다.
- 정회원 등록했습니다. 도움이 되셨으면 합니다.
- IDS 12.10 / IDS 14.10 을 제외하고는 모두 EOS상태이기 때문에 다운로드가 불가능한 상태입니다.
- 찾아주셔서 감사드립니다. 정회원 등록했습니다.
- 자유게시판에 신청해주셔서 넘 늦게 봤네요...오늘 정회원 등록했습니다. 감사합니다.
- 찾아주셔서 감사드립니다. 정회원 등록했습니다. 조금씩 알아가다 보면 언젠가는 주위에서 DB전문가라고 인정해주시는 날이 오지 않을까요?^^
- 언제나 이곳을 방문한 사람들을 환영합니다. 단지 스펨글 때문에 회원제를 유지하고 있을뿐 open된 공간이랍니다. 정회원 등록했습니다.
- dbaccess 유틸리티에서 -X 옵션을 주고서 data를 unload 받으면 16진수 형태로 보실수 있습니다.
- 찾아주셔서 감사드립니다. 단지 스팸글 방지차원에서 회원제를 운영하고 있습니다. 불편드려 죄송합니다. 정회원 등록했습니다.
- Add an access-method directive '+AVOID_MULTI_INDEX' or set MULTI_INDEX_SCAN to 0 within the onconfig file.
- 요즘 다른곳에 빠져 있다보니 확인이 늦었답니다. 죄송합니다. 정회원 등록했습니다.
- 찾아주셔서 감사드립니다. 단지 스팸글 때문에 회원제를 운영하고 있을뿐 모든 분들에게 오픈된 공간입니다. 정회원 등록했습니다.



- 06/10 [공지] Informix 12.1 Boo...
- 04/01 [공지] 3/26일 V12.1 제품 ...
-
10/26
[공지] 2012 Discover Inf...
- 10/26 [공지] Informix Performan...
- 02/08 [공지]_2012 Informix V11....
-
08/10
[공지]_2011 Discover Info...
- 05/02 Discover Informix Roadsho... 1
- 04/29 Informix Performance Tuni...




-
04/01
등업 요청드립니다. 1
-
07/15
등업 요청요. 1
-
05/31
등업 신청을 합니다. 1
-
05/03
등업 신청 합니다. 1
-
02/02
등업신청합니다. 1
-
01/20
등업 신청 합니다. 1
-
10/06
등업신청합니다. 1
-
03/23
등업 요청드립니다! 1




최근게시물


- 06/30 [ADMIN]오류 정보 수집이 ...
- 06/30 [SQLTOOLS] rlwrap으로 dba...
-
06/30
[BACKUP] 테이블을 특정 시...
- 06/30 [SOL] 주차 (Week number) ...
-
06/08
[ERROR]_C# - 닷넷 응용 ...
- 04/14 정회원 등업 신청합니다.
-
02/21
[SQL] NOT EQUAL TO ...
- 11/24 [ERROR] Error 244 and ... 1
- 11/24 [ERROR] Informix error ...
- 10/19 [ADMIN] How to find k...
- 05/26 Informix Windows 설치 시 ...
- 05/12 Informix ids 10.00 / 11.5... 1
- 04/30 [ESQLC] sql - Informix에...
-
04/30
[INSTALL] Red Hat Linu...
- 04/15 [MON] IBM Informix data...




-
01/05
INFORMIX CALLBASE SER...
-
08/31
[금결원]_DBMS 교체(Sybase ...
-
04/01
여신금융협회-매출거래조회시스템...
-
02/21
IBM 유지 정비 서비스 PPT...
-
01/27
2005년 KOTRA 경영혁신 종합...
-
01/27
한국전산원_2004년 공공부문 정...
-
12/21
관세청 2005년도 관세행정정보시...
-
12/14
DB보안 시스템 구축의 건_[여...
-
12/08
정보시스템 운영 관리 지침서-...
-
12/08
정보시스템 운영 관리 지침서-...


