You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the clickhouse-odbc-bridge to get data from an Oracle database. The driver is correctly installed, as I can query using SQLPlus and isql. Additionally, creating a table with the ODBC engine works fine. However, the only thing that doesn't work is the ODBC table function.
When trying to run SELECT * FROM odbc('dsn', 'schema', 'table'), I encounter the following issue:
I am trying to use the clickhouse-odbc-bridge to get data from an Oracle database. The driver is correctly installed, as I can query using SQLPlus and isql. Additionally, creating a table with the ODBC engine works fine. However, the only thing that doesn't work is the ODBC table function.
When trying to run SELECT * FROM odbc('dsn', 'schema', 'table'), I encounter the following issue:
2024.08.06 13:44:03.408732 [ 1328 ] {} ODBCColumnsInfoHandler: Request URI: /columns_info?use_connection_pooling=1&version=1&connection_string=DSN%3DEMAGA%3BLoginTimeout%3D60%3BQueryTimeout%3D120&schema=CONCORDE&table=LOC&external_table_functions_use_nulls=1
2024.08.06 13:44:03.408992 [ 1328 ] {} ODBCColumnsInfoHandler: Got connection str 'DSN=EMAGA;LoginTimeout=60;QueryTimeout=120'
2024.08.06 13:44:03.646542 [ 1328 ] {} ODBCConnection: ODBC query failed with error: contrib/nanodbc/nanodbc/nanodbc.cpp:4813: HYT0: [Oracle][ODBC]Timeout expired. , state: HYT0, native code: 0
2024.08.06 13:44:03.646681 [ 1328 ] {} ODBCColumnsInfoHandler: Error getting columns from ODBC 'std::exception. Code: 1001, type: nanodbc::database_error, e.what() = contrib/nanodbc/nanodbc/nanodbc.cpp:4813: HYT0: [Oracle][ODBC]Timeout expired. (version 23.11.3.23 (official build))'
2024.08.06 13:44:03.646796 [ 1328 ] {} ODBCColumnsInfoHandler: std::exception. Code: 1001, type: nanodbc::database_error, e.what() = contrib/nanodbc/nanodbc/nanodbc.cpp:4813: HYT0: [Oracle][ODBC]Timeout expired. , Stack trace (when copying this message, always include the lines below):
I'm using Clickhouse version 23.11.3.23 and Oracle ODBC driver 19.24
The text was updated successfully, but these errors were encountered: