除非建表的时候用双引号引起来.用的时候也要用双引号.
create table "test" (a number);SQL> select * from "test";no rows selectedSQL> select * from "TEST";
select * from "TEST"
              *
ERROR at line 1:
ORA-00942: table or view does not exist