1748058 Members
5321 Online
108758 Solutions
New Discussion юеВ

Re: Oracle 9.2.0 Error

 
S.K. Chan
Honored Contributor

Oracle 9.2.0 Error

I got Oracle 9.2.0 running on HPUX 11i. I got this error everytime I run RMAN. Anyone had or seen this problem before ?
.........
RMAN-12001: could not open channel d1
RMAN-10008: could not create channel context
RMAN-10003: unable to connect to target database using connect string "XXXXXXX"
ORA-27102: out of memory
HP-UX Error: 12: Not enough space
Additional information: 103
Additional information: 33554432
Additional information: -1073744416
.........
Thanks !!
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: Oracle 9.2.0 Error

All i can find is metalink

http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=FOR&p_id=421212.999

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

The second article indicates possible issues with memory. If there are a lot of database instances open and shared memory is short, that is an avenue of investigation.

I've also gotten that on a box that didn't have enough free swap space.

I'd consdier bumping up SHMMAX to a higher figure, not exceeding the 25% of memory figure at which HP-UX ignores the setting.

Since you are a fellow salad head, I'm making some assumptions.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Yogeeraj_1
Honored Contributor

Re: Oracle 9.2.0 Error

hi,

can you please confirm if this used to work before?

if this is something new, can you please post the rman commands you are using....

thanks
Yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
S.K. Chan
Honored Contributor

Re: Oracle 9.2.0 Error

Better late than never ..

It turns out there is a memory leak with the intelligent agent (dbsnmp).

Thanks for all your time !