0
Error executing this query in the report system, but directly from the database returns right>
ERROR>>> ORA-00942: table or view does not exist Stijdbcdatabase
The consultation is a very simple:
SELECT cd_ord_com, dt_ord_com, cd_especie, ds_especie FROM ord_com, especie
Isn’t this query missing data? Check the crossings between the tables?
– Heitor Scalabrini
You would not have to specify which field is from each table and what is the relationship between them?
– Gabriel Oliveira
Is the query being executed in the correct database? This error comes from this.
– Pedro Costa
This error occurs : 1) the table does not exist , 2) exists but in another Wner , qualify Wner.table or create a public synonym , 3) without permission
– Motta