boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - for that drop table error
相关主题
What's the best way to export ms-access tables into Oracle server
Oracle下如何能得到所有table的名字?
analyze 在oracle里怎么用?
Export Oracle db schema only
Pls recommend some freeware for exporting database from oracle to mysql
请教如何将teradata的数据导入oracle?
Access database 求助
Lotus Notes to SQL Server
有没有这样的Freeware
请问如何把sql database里面的一个table单独拿出来啊
相关话题的讨论汇总
话题: table话题: drop话题: list话题: contact话题: error
进入Database版参与讨论
1 (共1页)
g***o
发帖数: 297
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.
c***d
发帖数: 996
2
lol. some oracle ABC, oracle will take all your command line input as upper
case.

MS ACCESS into ORACLE, after exported successfully,

【在 g***o 的大作中提到】
: 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.

1 (共1页)
进入Database版参与讨论
相关主题
请问如何把sql database里面的一个table单独拿出来啊
Oracle 问 题 请 诸 位 大 侠 指 教, 急 急 急!!!
请问谁知道unix的oracle下如何打印Table啊?
How to list all the tables in oracle?
How to move the tables to a schema in oracle?
产生ORACLE TABLE 的问题
请教一个问题
各位老大,管理数据库的用户,这样行吗?
大型数据库求助
view oracle table
相关话题的讨论汇总
话题: table话题: drop话题: list话题: contact话题: error