for that drop table error# Database - 数据库
g*o
1 楼
For that drop table error.
I met the same problem with you today.
The situation is that I exported one table called "Contact_LIST_2001" from MS ACCESS into ORACLE, after exported successfully,
I tried to drop this table by using query
DROP TABLE Contact_LIST_2001;
I got the error "the table or view does not exist"
Then I use the query
DROP TABLE "Contact_LIST_2001";
I was successfully dopping that table.
I met the same problem with you today.
The situation is that I exported one table called "Contact_LIST_2001" from MS ACCESS into ORACLE, after exported successfully,
I tried to drop this table by using query
DROP TABLE Contact_LIST_2001;
I got the error "the table or view does not exist"
Then I use the query
DROP TABLE "Contact_LIST_2001";
I was successfully dopping that table.