Descripción: table or view does not exist
Causa: The table or view entered does not exist, a synonym that is not allowed here was used, or a view was referenced where a table is required. Existing user tables and views can be listed by querying the data dictionary. Certain privileges may be required to access the table. If an application returned this message, the table the application tried to access does not exist in the database, or the application does not have access to it.
Acción: Check each of the following:
COMENTARIOS:
por Alvaro | 22/06/2007 16:28:39
RE: ORA-00942
Utilicé el sinónimo de la tabla, en lugar del nombre físico de ésta.