adspace
How to fix oracle error ora-00942: table or view does not exist
Answer Posted / Neeraj Chaudhary
Ensure that the table or view specified in your query exists in the current schema. If it doesn't, create the required table or view using CREATE TABLE or CREATE VIEW statements. Double-check the spelling and case sensitivity of the object name.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the current version of sql?
What is your daily office routine?
how to use regular expression in pattern match conditions? : Sql dba
how many tables will create when we create table, what are they? : Sql dba
Can we rollback truncate?
what is collation? : Sql dba
how to escape special characters in sql statements? : Sql dba
Is inner join faster than left join?
Can we use distinct and group by together?
how to start mysql server? : Sql dba
If a cursor is open, how can we find in a pl/sql block?
what are the advantages of sql ? : Sql dba
What is the current version of postgresql?
what is bcp? When does it used? : Sql dba
Does group by remove duplicates?