Please help me to solve the issue the as i am facing the exception in executing the jdbc query: The error is as follows:
[WARN ][logstash.inputs.jdbc ] Exception when executing JDBC query {:exception=>#<Sequel::DatabaseError: Java::JavaSql::SQLSyntaxErrorException: ORA-01722: invalid number
}.
I have taken the select statement as the source for the index creation.but when i run the query in oracle i have got the proper output.But when i try to execute the ingestion command from logstash directory...bin\logstash -f config__.conf got the above error.
please help me to solve the issue.
Hi Badger thanks for the reply.
my input configuration looks simple retrieving the records from oracle database.The sql statement i am executing is:
select
column1,
column2,
FROM
table_name
WHERE column1 BETWEEN :start_value AND :end_value
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.