欢迎投稿

今日深度:

Oracle连接出错(一)

Oracle连接出错(一)


1、错误描述

java.sql.SQLException: ORA-0064:error occurred at recursive SQL level 1.
ORA-06153:unable to extend table SYS.AUD$ by 8192 in tablespace SYSTEM.
ORA-02002:error while writing to audit trail.
ORA-00604:error occurred at recursive SQL level 1.
ORA-01653:unable to extend table SYS.AUD$ by 8192 in tablespace SYSTEM.


2、错误原因

     表空间已满,导致无法连接


3、解决办法

(1)更改表空间的数据分配

(2)为表空间另外新增一个数据文件

(3)把表空间移到非系统表空间

www.htsjk.Com true http://www.htsjk.com/shujukunews/1842.html NewsArticle Oracle连接出错(一) 1、错误描述 java.sql.SQLException: ORA-0064:error occurred at recursive SQL level 1.ORA-06153:unable to extend table SYS.AUD$ by 8192 in tablespace SYSTEM.ORA-02002:error while writing to audit trail.ORA-006...
评论暂时关闭