avatar
i*t
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.
avatar
l*y
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.

avatar
a*a
3
mabye MESSAGE is a reserved keyword?

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

avatar
l*y
4
nod :)

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

【在 l**y 的大作中提到】
: nod :)
avatar
l*h
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.

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。