Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AT mode oracle some binary datatypes not support #4537

Closed
1 task
doubleDimple opened this issue Apr 9, 2022 · 1 comment · Fixed by #4543
Closed
1 task

AT mode oracle some binary datatypes not support #4537

doubleDimple opened this issue Apr 9, 2022 · 1 comment · Fixed by #4543
Assignees

Comments

@doubleDimple
Copy link
Contributor

  • I have searched the issues of this repository and believe that this is not a duplicate.

Ⅰ. Issue Description

AT模式下 ORACLE不支持BFILE类型,不兼容NCLOB

Ⅱ. Describe what happened

问题一:当类型是BFILE类型的时候,无法支持此类型,导致生成beforemage时异常
image
解决思路,在holdSerialDataType方法中加入BFILE的支持,
image

问题二:
BFILE类型在执行回滚方法时,异常,异常原因是执行此方法异常
image
JDBCType中不存在BFILE枚举,说明JDBCType本身不支持??

问题三:当类型是NCLOB的时候,执行branchRollback方法回滚异常,原因是undoPrepare不兼容NCLOB类型导致
image
解决思路:此方法处添加NCLOB的支持可解决,本地已验证
image

If there is an exception, please attach the exception trace:

Just paste your stack trace here!

Ⅲ. Describe what you expected to happen

Ⅳ. How to reproduce it (as minimally and precisely as possible)

  1. xxx
  2. xxx
  3. xxx

Ⅴ. Anything else we need to know?

Ⅵ. Environment:

  • JDK version :1.8
  • Seata version: develop
  • OS mac OS
  • ORACLE version: 11g
  • Others:
@doubleDimple doubleDimple changed the title AT mode oracle binary datatypes not support AT mode oracle some binary datatypes not support Apr 9, 2022
@doubleDimple
Copy link
Contributor Author

please assigned it to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant