| Oracle | ||
ProblemAn attempt was made to read from a table that does not exist. Most likely the table name has been spelt incorrectly. Possibly the table is not in the current schema or database. Solutions
| ||
| Specific to Oracle | ||
|
To get a list of all tables: SELECT * FROM cat ORDER BY TABLE_NAME | ||