I see that in sqldeveloper, you can create a unittest, in my case this would just be a simple query checking if any data is returned.
What I want to figure out is how to run this unittest from the command line.
I feel like this is kind of my last resort, as I've been unable to directly connect to the Oracle db via python libraries (sql.connector) and I'm also having trouble installing Oracles own instant client and CLI tools. Therefor, the only solution I can think of is to use sql developer, which I have already used to establish a connection to my database, and the built in unit test tools.