I had created a connection test in oracle 18c database ,using the XEPDB1 service ..and then created multiple tables in it through running create_db script via a java code. But on executing a select query it gives an ora-00942 error.The same query runs perfectly in sql developer.
the above connections conatains all the tables
As you all can see that the user is "sys as sysdba" and after running the startup.bat file of my project ..the following db.properties file is created which states the Database properties ...like username ,passsword ,jdbc url db.properties file