Hello,
I have installed splunk db connnect app and connecting to oracle database i am trying to write query
select * from etl_job;
i am getting this error can anyone please help me
command="dbquery", A database error occurred: ORA-00911: invalid character
Thank
Gajanan Hiorji
I imagine the semicolon (;) shouldn't be there?
I am doing a database query in database Query tab. and my query is "select process_flag from etl_job"
use below format
| dbxquery query="(your db query)" connection="(nameof DB Connection)"
use command dbxquery remove ( ,) after dbxquery
Exactly how does your complete search string in Splunk look?
I have tried that also but no luck here is the another error
command="dbquery", A database error occurred: ORA-00923: FROM keyword not found where expected