Splunk Search

DB connect Java sql SQL SYNTAXError Exception ORA-00933 command not properly ended

rakesh44
Communicator

I wan to count no of rows or columns injected in splunk from oracle database. Purpose of this is to compare data with splunk , to avoid any missing data while indexing.

| dbquery query="SELECT COUNT(*) FROM "table" connection"connection"

So am using below command

| dbquery query="SELECT COUNT(*) FROM To_chart(SYSDATE, 'DD-MM-YYY') ( july'-18, 'Sep-18')" connection="Test"

I have not given all query just given start and end of query. When I run with above command ending with error

Java sql SQL SYNTAXError Exception ORA-00933 command not properly ended

Tags (1)
0 Karma
1 Solution

rakesh44
Communicator

I am able to find out solution , below is the command

| dbquery query="SELECT COUNT(*) FROM (To_chart(SYSDATE, 'DD-MM-YYY') ( july'-18, 'Sep-18'))" connection="Test"

View solution in original post

0 Karma

rakesh44
Communicator

I am able to find out solution , below is the command

| dbquery query="SELECT COUNT(*) FROM (To_chart(SYSDATE, 'DD-MM-YYY') ( july'-18, 'Sep-18'))" connection="Test"

0 Karma
Get Updates on the Splunk Community!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...