由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - for that drop table error
相关主题
What's the best way to export ms-access tables into Oracle server有没有这样的Freeware
Oracle下如何能得到所有table的名字?请问如何把sql database里面的一个table单独拿出来啊
analyze 在oracle里怎么用?Oracle 问 题 请 诸 位 大 侠 指 教, 急 急 急!!!
Export Oracle db schema only请问谁知道unix的oracle下如何打印Table啊?
Pls recommend some freeware for exporting database from oracle to mysqlHow to list all the tables in oracle?
请教如何将teradata的数据导入oracle?How to move the tables to a schema in oracle?
Access database 求助产生ORACLE TABLE 的问题
Lotus Notes to SQL Server请教一个问题
相关话题的讨论汇总
话题: 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版参与讨论
相关主题
请教一个问题Pls recommend some freeware for exporting database from oracle to mysql
各位老大,管理数据库的用户,这样行吗?请教如何将teradata的数据导入oracle?
大型数据库求助Access database 求助
view oracle tableLotus Notes to SQL Server
What's the best way to export ms-access tables into Oracle server有没有这样的Freeware
Oracle下如何能得到所有table的名字?请问如何把sql database里面的一个table单独拿出来啊
analyze 在oracle里怎么用?Oracle 问 题 请 诸 位 大 侠 指 教, 急 急 急!!!
Export Oracle db schema only请问谁知道unix的oracle下如何打印Table啊?
相关话题的讨论汇总
话题: table话题: drop话题: list话题: contact话题: error