原文:ORA-00604: error occurred at recursive SQL level 1 ORA-01653: unable to extend table SYS.AUD$ by 8192 in tablespace SYSTEM

在用sqlplus user password truth登录数据库时报如下错误:ORA : error occurred at recursive SQL level ORA : unable to extend table SYS.AUD by in tablespace SYSTEMORA : error while writing to audit trailORA : error occ ...

2012-08-03 14:06 0 10776 推荐指数:

查看详情

ORA-00604: error occurred at recursive SQL level 1

在测试环境中使用某个账号ESCMOWNER对数据库进行ALTER操作时,老是报如下错误: ORA-00604: error occurred at recursive SQL level 1 ORA-20016: (ALTER) Action denied ...

Fri Feb 27 06:44:00 CST 2015 0 21817
oracle ORA-00604/ORA-01653

问题描述: ORA-00604: error occurred at recursive SQL level 1ORA-01653: unable to extend table SYS.AUD$ by 8192 ...

Tue Aug 01 21:41:00 CST 2017 0 1319
system表空间空间解决(ORA-00604 ORA-01653 ORA-02002)

  上午接到开发部门说数据库报错如下: 很明显,ORA-01653 unable to extend table”的错误指向SYSTEM表空间不能分配新的空间,并且指向AUD$审计占用了大部分表空间。 发生ORA--01653基本有两种原因:   一、表空间空间 ...

Mon Sep 03 21:53:00 CST 2018 0 5347
ORACLE ORA-01653: unable to extend table 的错误

ORACLE ORA-01653: unable to extend table 的错误 今天用PL SQL Developer往oracle数据库中导入数据时,突然报错,只能终止,错误的具体内容如下: ORA-01653: unable to extend table ...

Wed Jul 16 22:41:00 CST 2014 0 5609
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM