ORA-00942: table or view does not exist

4842
3
05-02-2016 02:07 PM
aihongpeng
New Contributor

could anyone tell me why the s.spatial table and f.feature table show does not exist.

select count(*) from s801;

select count(*) from s801

                     *

ERROR at line 1:

ORA-00942: table or view does not exist

select count(*) from f801;

select count(*) from f801

                     *

ERROR at line 1:

ORA-00942: table or view does not exist

Best regards.

0 Kudos
3 Replies
JoeBorgione
MVP Emeritus

You may want to find a more suitable space for this.  Not sure that its a 9-1-1 issue per se.

That should just about do it....
0 Kudos
DanPatterson_Retired
MVP Emeritus

Managing Data​ might be appropriate

0 Kudos
JayantaPoddar
MVP Esteemed Contributor

Check if any of the solutions in the following link works for you

Oracle/PLSQL: ORA-00942



Think Location