Hello,
Is there any operation to access/query an SQLite DB from Operations Orchestration?
Regards,
Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it!  Learn more
Hello,
Is there any operation to access/query an SQLite DB from Operations Orchestration?
Regards,
JDBC operations in Base Content Pack? Check for instructions in the JDBC folder properties. Haven't tried but should work with SQLite JDBC driver.
Although I am an OpenText employee, I am speaking for myself and not for OpenText.
If you found this post useful, give it a “Like” or click on "Verify Answer" under the "More" button
Hey there, thanks for the suggestion!
I actually struggled a bit with getting the JDBC operations to work, so I ended up writing a Python wrapper for SQLite read/write operations instead.
It's been working pretty smoothly for me.
Thanks again!