본문 바로가기
IBM - old/WAS 문제&해결

OracleLog.setLogVolume() method not found exception

by freeman98 2016. 5. 6.

1. WAS 버전 : WebSphere ND v6.1.0.23

2. OS : AIX v5.3 8L

3. Error message :
OracleLog.setLogVolume() method not found exception

4.예상 이유 : Oracle 의 최신(10g, 11g) JDBC driver 를 사용할 경우 custom property 에 미리 지정된 9i 방식으로 setLogVolume() 
              을 찾게 되므로 메소드를 찾을 수 없다고 Exception 발생

5.조치 방안 : Oracle 의 최신(10g, 11g) JDBC driver 를 사용할 경우 위의 method를 찾을수 없는 Exception이 발생할 경우 DataSource의 custom property 에 가서 oracle9iLogTraceLevel을 찾아서 blank를 넣거나 해당 property를 삭제하면 Exception 없이 정상적으로 수행가능

댓글