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

NCLOB类型查询报错(Internal Server Error) #2541

Open
lvyahui2019 opened this issue Mar 18, 2024 · 2 comments
Open

NCLOB类型查询报错(Internal Server Error) #2541

lvyahui2019 opened this issue Mar 18, 2024 · 2 comments

Comments

@lvyahui2019
Copy link

重现步骤

在oracle 19c环境下建个表
create table AUDIT_LOG
(
ID NUMBER(20) not null,
ARGS NCLOB,
primary key (ID)
);

预期外的结果

使用 select * from AUDIT_LOG;直接就报错了,报的是Internal Server Error;我发现只要表里含有NCLOB类型,就会报错

日志文本

No response

版本

1.10.0

部署方式

Docker

是否还有其他可以辅助定位问题的信息?比如数据库版本等

No response

@lvyahui2019
Copy link
Author

@LeoQuote
Copy link
Collaborator

可以提个 pr 谢谢,这边没有oracle 的环境

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

No branches or pull requests

2 participants