How to fix oracle error ora-00942: table or view does not exist



How to fix oracle error ora-00942: table or view does not exist..

Answer / 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

More SQL PLSQL Interview Questions

What will be the output of the following String S = 1+2+"abc" S = ? String S1 = 1+2+"abc"+5+6 S1 = ?

1 Answers   ABC,


what tools available for managing mysql server? : Sql dba

1 Answers  


how to create a primary key with out creating an index?

9 Answers   TCS,


Can I call a procedure inside a function?

1 Answers  


What is Primary Key?

4 Answers   Ramco,


What are stuff and replace function?

1 Answers  


what is the difference between trigger and constraint?

3 Answers   HSBC,


How would you convert date into julian date format?

1 Answers  


what is variable in package specification

3 Answers  


What are expressions?

1 Answers  


I i have 2 tables A & B ,A contains 10 records B contains 20 records ,what w'll be the o/p if we perform equijoin,outer join,right outer join,left outer join,full outer join,cross join seperately Can anyone help on this?

2 Answers  


What is sql catalog?

1 Answers  


Categories