I'm experiencing an issue with the Splunk DB Connect app under Data Inputs > Choose Table where the Schema dropdown fails to populate. The Connection status shows as healthy and connected. When I use Preview Data and run a SQL query like: SELECT * FROM ALL_USERS; It successfully returns data, indicating that the schema can be queried manually. To further test this, I created a simple Java collector that fetches schemas using the same JDBC driver: java -cp .:tibero6-jdbc-14.jar TiberoGetSchemas This custom collector successfully retrieves the schema list, confirming that the user has access. The user account has been granted the necessary privileges, including access to ALL_USERS, dictionary views, and the SELECT_CATALOG_ROLE, in collaboration with our Tibero DBA. However, in Splunk DB Connect, the Schema dropdown remains empty and unselectable. Has anyone encountered a similar issue with Tibero and Splunk DB Connect? Any suggestions would be greatly appreciated. - db : Tibero 6 - Splunk db connect version : 3.2.0
... View more