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 using embulk-input-oracle for fetching data. This works fine when I write query without any WHERE clause. But when I specify a WHERE clause it just freezes.
This is the config we are using:
in:
type: oracledriver_path: ojdbc7-12.1.0.2.jarurl: jdbc:oracle:thin:@something.com:1526/DBuser: ABCpassword: "PASSWORD"query: "SELECT * FROM SCHEMA.TABLE WHERE ABC_DATE > to_date('01 JAN 2019','DD MON YY')"fetch_rows: 20000connect_timeout: 100
Is there any flag to be set for this to work?
The text was updated successfully, but these errors were encountered:
@hiroyuki-sato yes the same query works well in oracle sql.
Also tried running verbosely, but it still freezes and no output is generated at sysout (also no error is displayed, and program doesn't exit either)
Hi team,
I am using
embulk-input-oracle
for fetching data. This works fine when I write query without anyWHERE
clause. But when I specify a WHERE clause it just freezes.This is the config we are using:
Is there any flag to be set for this to work?
The text was updated successfully, but these errors were encountered: