-
Notifications
You must be signed in to change notification settings - Fork 60
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
JDBC FOR ORACLE FAILED #143
Comments
when i run the same Sql in clickhouse-client , promt like this : DB::Exception: Cannot read from istream at offset 375390208: While executing BinaryRowInputFormat: While executing JDBC. (CANNOT_READ_FROM_ISTREAM) |
JDBC bridge timeout, for examples: queryTimeout in config/server.json, and maxWorkerExecuteTime in config/vertx.json |
How long it takes for the query on Oracle? |
The table is a width result tab on oracle in DWD level. ,4000W rows. |
在oracle已经是个结果落地的结果表了, 在不加载所有数据的情况下, 查询是秒出结果,但是通过jdbc客户端就很慢. |
What's the max_execution_time in ClickHouse? And if you're using JDBC to access ClickHouse, what's the |
thank you very much . |
It could run success. i will compare it to datax etl , thanks again. |
HI
CASE : jdbc connect oracle
i want to get BigData from oracle by jdbc
when i spend Single query ,client dbeaver could return correctly data with a little slowly.
querySql:select * from jdbc("jdbc:oracle:thin:user/passwd@host:port:instance", "query");
BUT JDBC bridge server print some info on background like this :
[2022-03-11 11:35:34] [INFO ] Raw query:
SELECT * FROM bigTable
[2022-03-11 11:35:34] [WARNING] Failed call setClientInfo due to Invalid or unsupported name for clientInfo.
[2022-03-11 11:35:34] [INFO ] Executing query(schema=[]):
SELECT * FROM bigTable
[2022-03-11 11:35:34] [WARNING] Failed call setClientInfo due to Invalid or unsupported name for clientInfo.
[2022-03-11 11:35:39] [SEVERE ] Caught exception
[2022-03-11 11:35:39] [SEVERE ] Caught exception
[2022-03-11 11:35:39] [WARNING] Still have at least 56100 bytes in buffer
[2022-03-11 11:35:39] [SEVERE ] Failed to respond
is client buffer not enough or my query outtime?
where could i set these params.?
thank you.
The text was updated successfully, but these errors were encountered: