Hi,
I'm getting this error
command="dbquery", A database error occurred: ORA-00900: invalid SQL statement
I have connected my oracle DB to Splunk Using "DB Connections in Splunk Manager"
My Java Bridge Server is Running
Under "Explore DB Schema",I'm able to view the table Names & their attributes under "DB Info".
But when i Use the Select Statement under "DB Query" I'm getting the above error.
the query that i used is
| dbquery "DB___NAME" "SELECT * FROM TABLE-NAME" LIMIT=100
I haven't yet configured the ADD DB Inputs(DB Inputs in SplunkManager)
Any Help is Appreciated
Thanks.
... View more