One end user met the flollowing error.
I already reset the oracle accont ulimits to unlimited and even the end user's unix account's ulimit to unlimited. Restarted the database.
ACTRS3 $ whoami
oracle
ACTRS3 $ ulimit -a
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) unlimited
stack(kbytes) unlimited
memory(kbytes) unlimited
coredump(blocks) unlimited
nofiles(descriptors) unlimited
The problem still dun go away.
The error message the end user got is as follows:
$ sqlplus rsgmat
SQL*Plus: Release 8.1.7.0.0 - Production on Mon May 2 09:12:21 2005
(c) Copyright 2000 Oracle Corporation. All rights reserved.
Enter password:
ERROR:
ORA-00604: error occurred at recursive SQL level 1
ORA-01115: IO error reading block from file 2 (block # 16208)
ORA-01110: data file 2: '/db5/rstst/rbs1.dbf'
ORA-27092: skgfofi: size of file exceeds file size limit of the process
Additional information: 6249
Additional information: 128009
ORA-02002: error while writing to audit trail
ORA-00604: error occurred at recursive SQL level 1
ORA-01115: IO error reading block from file 2 (block # 16208)
ORA-01110: data file 2: '/db5/rstst/rbs1.dbf'
ORA-27092: skgfofi: size of file exceeds file size limit of the process
Additional information: 6249
Additional information: 128009
I cannot think about any other casue. Any idea about this?
the problem connecting is directly from a UNIX process via the Oracle bequeath protocol, therey bypassing tnsnames and the listener,
is there any wrong setting from unix os?
The same user can connect the database with other account.
Bookmarks