由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - drop a table
相关主题
ORA-1747 error 求助。Oracle急问
[转载] what's wrong with this PL/SQLdbms_java error, need help...
[转载] help database questionQuestion on SQL Query
Error Code 01034?To get the 2nd, 3rd, 4th largest value
Help on Oracle!!新手问题求助
ERROR: ORA-03113SQL Developer ORA-01017 错误
Oracle Installation Help!!问个关于Oracle recyclebin的菜鸟问题
Drop table error.求帮忙recover deleted rows in oracle
相关话题的讨论汇总
话题: table话题: message话题: drop话题: error话题: sql
进入Database版参与讨论
1 (共1页)
i*****t
发帖数: 220
1
Please tell me how to drop a table in Oracle. I used in this way but have
error:
SQL> drop table MESSAGE;
drop table MESSAGE
*
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 1
ORA-04052: error occurred when looking up remote object
What is wrong with it? Thanks.
l**y
发帖数: 3
2
maybe you can input like this:
drop table "MESSAGE";

【在 i*****t 的大作中提到】
: Please tell me how to drop a table in Oracle. I used in this way but have
: error:
: SQL> drop table MESSAGE;
: drop table MESSAGE
: *
: ERROR at line 1:
: ORA-00604: error occurred at recursive SQL level 1
: ORA-04052: error occurred when looking up remote object
: What is wrong with it? Thanks.

a*****a
发帖数: 438
3
mabye MESSAGE is a reserved keyword?

【在 l**y 的大作中提到】
: maybe you can input like this:
: drop table "MESSAGE";

l**y
发帖数: 3
4
nod :)

【在 a*****a 的大作中提到】
: mabye MESSAGE is a reserved keyword?
l***s
发帖数: 126
5
that's weird. when u create table no any warning? hehe

【在 l**y 的大作中提到】
: nod :)
l********h
发帖数: 16
6
Does this table have associated child tables?

【在 i*****t 的大作中提到】
: Please tell me how to drop a table in Oracle. I used in this way but have
: error:
: SQL> drop table MESSAGE;
: drop table MESSAGE
: *
: ERROR at line 1:
: ORA-00604: error occurred at recursive SQL level 1
: ORA-04052: error occurred when looking up remote object
: What is wrong with it? Thanks.

1 (共1页)
进入Database版参与讨论
相关主题
求帮忙recover deleted rows in oracleHelp on Oracle!!
PIVOT TABLEERROR: ORA-03113
【已解决】oracle db linkOracle Installation Help!!
Oracle insert primary key violationDrop table error.
ORA-1747 error 求助。Oracle急问
[转载] what's wrong with this PL/SQLdbms_java error, need help...
[转载] help database questionQuestion on SQL Query
Error Code 01034?To get the 2nd, 3rd, 4th largest value
相关话题的讨论汇总
话题: table话题: message话题: drop话题: error话题: sql