Oracle/SOA suite

oracle b2b performance tuning

야솔아빠 2014. 4. 21. 10:24
반응형

프로젝트를 하면서 b2b(EDIFACT message 를 XML로 변환) 하는 oracle solution 의 성능 지연이 발생하였다.

성능지연보다는 hang 현상같음


oracle sr 가이드 및 해결책


1. 가이드


http://docs.oracle.com/cd/E28280_01/core.1111/e10108/b2b.htm

Also se "http://georgie-soablog.blogspot.co.uk/2012/03/b2b-performance-issues-due-to-large.html" 



2. 해결책


- B2B thread count 변경

b2b.inboundThreadCount : 4 -> 9

b2b.xEngineThreadCount : 3 -> 9

b2b.outboundThreadCount : 4 -> 2

b2b.defaultThreadCount : 5 ->2


- SOA repository 를 주기적으로 shrink 작업을 수행


shrink 작업이 중요함

반응형