Chinaunix首页 | 论坛 | 博客
  • 博客访问: 815527
  • 博文数量: 101
  • 博客积分: 1311
  • 博客等级: 中尉
  • 技术积分: 1191
  • 用 户 组: 普通用户
  • 注册时间: 2009-07-25 12:15
文章分类

全部博文(101)

文章存档

2012年(101)

分类: Oracle

2012-06-12 16:01:45

SQL> create table test (id number);

create table test (id number)

*

ERROR at line 1:

ORA-00604: error occurred at recursive SQL level 1

ORA-04020: deadlock detected while trying to lock object

DICTBAK.BIN$e4PgJIUAyRrgQAEK53B13A==$0

ORA-06512: at line 86

ORA-06512: at line 12

SQL> conn dictbak/1234

Connected.

SQL> select * from tab;

TNAME TABTYPE CLUSTERID

------------------------------ ------- ----------

DDL_ACTION TABLE

TEMPLETE_DICTMODEL01 TABLE

BIN$e4PgJIUAyRrgQAEK53B13A==$0 TABLE

BIN$e4PgJIUWyRrgQAEK53B13A==$0 TABLE

BIN$e4PgJIUayRrgQAEK53B13A==$0 TABLE

BIN$e4PgJIUeyRrgQAEK53B13A==$0 TABLE

BIN$e4PgJIUiyRrgQAEK53B13A==$0 TABLE

7 rows selected.

SQL> PURGE RECYCLEBIN;

PURGE RECYCLEBIN

*

ERROR at line 1:

ORA-00604: error occurred at recursive SQL level 2

ORA-30511: invalid DDL operation in system triggers

ORA-06512: at line 12

SQL> PURGE RECYCLEBIN;

PURGE RECYCLEBIN

*

ERROR at line 1:

ORA-00604: error occurred at recursive SQL level 2

ORA-04020: deadlock detected while trying to lock object

DICTBAK.BIN$e4PgJIUayRrgQAEK53B13A==$0

ORA-06512: at line 86

ORA-06512: at line 12

actions:

关闭系统级DDL触发器

影响的操作类型:

SQL> PURGE RECYCLEBIN;

PURGE RECYCLEBIN

*

ERROR at line 1:

ORA-00604: error occurred at recursive SQL level 2

ORA-04020: deadlock detected while trying to lock object

PERSONALHEALTHRECORD.BIN$fPI0hq5CMArgQAEK53Anjg==$0

ORA-06512: at line 86

ORA-06512: at line 12

drop tablespace

drop user

drop table

datafile

purge recyclebin;

阅读(3004) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~