Operating System - HP-UX
1748114 Members
3483 Online
108758 Solutions
New Discussion юеВ

Re: problem oracle9i async error=11

 
Mariusz Olszewski
Occasional Contributor

problem oracle9i async error=11

/home/oracle/ora92/rdbms/log/teta_ora_6392.trc
Oracle9i Release 9.2.0.6.0 - 64bit Production
JServer Release 9.2.0.6.0 - Production
ORACLE_HOME = /home/oracle/ora92
System name: HP-UX
Node name: tetabaza
Release: B.11.23
Version: U
Machine: ia64
Instance name: TETA
Redo thread mounted by this instance: 0
Oracle process number: 0
6392

Ioctl ASYNC_CONFIG error, errno = 11
5 REPLIES 5
Kent Ostby
Honored Contributor

Re: problem oracle9i async error=11

error=11 means that there is no more real memory available.

Check the value of sga_max_size and try lowering it to see if that fixes the problem.
"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
RAC_1
Honored Contributor

Re: problem oracle9i async error=11

Error 11 is as follows.

#define EAGAIN 11 /* No more processes */

What exactly you are trying to do??
There is no substitute to HARDWORK
Eric Antunes
Honored Contributor

Re: problem oracle9i async error=11

Hi,

See Metalink note 302801.1:

http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=302801.1

Best Regards,

Eric
Each and every day is a good day to learn.
Yogeeraj_1
Honored Contributor

Re: problem oracle9i async error=11

hi,

can you post the output of:

ls -al /dev/async

(need to find the owner and permissions on this file)

regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Yogeeraj_1
Honored Contributor

Re: problem oracle9i async error=11

hi again,

i would also suggest that you contact Oracle support.


kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)