ORA00942
ORA00942 is an Oracle error code indicating that a table or view referenced in a SQL statement does not exist. This error typically arises when a user attempts to query, insert into, update, delete from, or drop a table or view that has not been created, or whose name has been misspelled, or if the user lacks the necessary privileges to access the object.
To resolve ORA00942, the first step is to verify the spelling of the table or view name