삐주
초급 개발자
삐주
전체 방문자
오늘
어제
  • 분류 전체보기 (126)
    • Programming (14)
      • JAVA (4)
      • Spring (0)
      • Python (5)
    • Database (12)
      • Oracle (0)
      • Sybase (3)
      • HANA DB (1)
    • Algorithm (10)
      • 백준 문제풀이 (0)
      • 문제로 풀어보는 알고리즘 프로그래밍 (1)
      • 프로그래머스 (8)
    • SAP (43)
      • EAI (37)
      • EAI 예제 (1)
      • ABAP (4)
      • SAP BC (0)
    • Tool (4)
      • Eclipse (0)
    • Infra (3)
      • Network (3)
      • OS (0)
      • Storge (0)
    • Etc (21)
      • 시사 (15)
      • 맛집 (0)
    • Study (12)
      • 파이썬 머신러닝 프로젝트 (1)
      • 영어 (7)
      • 리눅스마스터 (3)
      • SQLD (0)

태그

  • error
  • 코로나
  • DB
  • 코로나19
  • 프로그래머스
  • DATABASE
  • EAI
  • sap
  • pI
  • SAP EAI

티스토리

반응형
250x250
hELLO · Designed By 정상우.
삐주

초급 개발자

[EAI] ORA-08177: can't serialize access for this transaction
SAP/EAI

[EAI] ORA-08177: can't serialize access for this transaction

2020. 11. 26. 15:38
728x90
반응형

SAP EAI 의 채널 중 JDBC Adapter Sender 채널 구성 중

Advanced - Advanced Mode - Additional Paramters - Transaction Isolation Level 을 설정할 때 'Serialize(직렬화)'를 선택했을 때 발생한 오류입니다.

ORA-08177 - can't serialize access for this transaction

 

위와 같은 오류는 Oracle에서 발새하는 에러로 같은 테이블을 대상으로 동시에 update와 select요청이 발생하기 때문에 나는 에러이다.

 

만약 해당 오류가 난다면 Transaction Isolation Level을 'Default'로 바꾸어서 처리해보도록하자.

 

참고 URL: answers.sap.com/questions/10603323/ora-08177-can%27t-serialize-access-for-this-transact.html

 

ORA-08177: can't serialize access for this transaction - SAP Q&A

You already have an active moderator alert for this content.

answers.sap.com

Transaction Isolation Level의 종류

구분 Dirty read Nonrepeatable read Phantom read
Default (*) / / /
None (**) / / /
read_uncommitted Allowed Allowed Allowed
read_committed(***) Prevented Allowed Allowed
repeatable_read Prevented Prevented Allowed
serializable Prevented Prevented Prevented

ju-hyung.tistory.com/72

 

JDBC Sender - Transaction Isolation Level

Transaction Isolation Level의 종류 구분 Dirty read Nonrepeatable read Phantom read Default (*) / / / None (**) / / / read_uncommitted Allowed Allowed Allowed read_committed(***) Prevented Allowed Al..

ju-hyung.tistory.com

 

 

참고 URL: blog.inspien.co.kr/54

 

[XI/PI]Transaction Isolation Level(트랜잭션 고립 레벨)

JDBC Sender - Advanced tab DB의 데이터를 JDBC로 access시, 데이터의 정합성/일치성 을 보장하기 위한 기능 데이터의 정합성과 관련된 3가지 이슈를 피하기 위한 방법  Dirty / NonRepeatable / Phantom Read..

blog.inspien.co.kr

 

728x90
반응형

'SAP > EAI' 카테고리의 다른 글

[SAP EAI] com.microsoft.sqlserver.jdbc.SQLServerException: Cannot INSERT record. GRPO already closed.  (0) 2020.11.26
JDBC Sender - Transaction Isolation Level  (0) 2020.11.26
[EAI] EAI DB CPU가 미치는 영향  (0) 2020.11.18
[SAP EAI] Could not trigger cluster event FAIL_MESSAGE_NOALERT for node  (0) 2020.10.20
[SAP EAI] QUEUE 전송 방식  (0) 2020.09.10
    'SAP/EAI' 카테고리의 다른 글
    • [SAP EAI] com.microsoft.sqlserver.jdbc.SQLServerException: Cannot INSERT record. GRPO already closed.
    • JDBC Sender - Transaction Isolation Level
    • [EAI] EAI DB CPU가 미치는 영향
    • [SAP EAI] Could not trigger cluster event FAIL_MESSAGE_NOALERT for node
    삐주
    삐주

    티스토리툴바