Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Error creating 10g instance ...
Raj
Shot in the dark here...
on my machine
netstat -ni (edited to remove IP's)
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs
Coll
at0 9180 link#2 xxx.xxx.xxx.xx 9840531 0 10816145 0
0
at0 9180 xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx 9840531 0 10816145
0
0
lo0 16896 link#1 1366609 0 1366609 0 0 lo0 16896 127 127.0.0.1 1366609 0 1366609 0 0 lo0 16896 ::1 1366609 0 1366609 00
the max MTU on my machine is 16896..you're trying to send 32768
The error 59 you're seeing
grep 59 /usr/include/sys/errno.h
#define EMSGSIZE 59 /* Message too long */
Sounds like you need your SA to fool around with the MTU parameter of the ethernet card....but check what you have first with the 'netstat -na' command. Bumping it up can cause packets to be fragmented when they hit the router (I think!)
HTH
Jeff Herrick
On Wed, 31 Mar 2004, Jamadagni, Rajendra wrote:
> Does anyone know what the heck following message points to? Am trying to
> install 10g on IBM p680, AIX 5.2, single node install, using DBCA ... we
> are working with Oracle but wanted to check here as well.
>
> /var/opt/oracle/logs/RTL/rtl_ora_340074.trc
> Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - 64bit
> Production
> With the Partitioning, Real Application Clusters, OLAP and Data Mining
> options
> ORACLE_HOME = /usr/opt/oracle/10102/db
> System name: AIX
> Node name: dino
> Release: 2
> Version: 5
> Machine: 000C9C2D4C00
> Instance name: RTL
> Redo thread mounted by this instance: 0 <none>
> Oracle process number: 0
> 340074
>
> SKGXPVFYMMTU: Could not create context which satisfies the minimum
> MTU requirement of 32768 bytes
> kgefec: fatal error 0
> *** 2004-03-31 14:23:26.173
> ksedmp: internal or fatal error
> ORA-00603: ORACLE server session terminated by fatal error
> ORA-27504: IPC error creating OSD context
> ORA-27300: OS system dependent operation:sendmsg failed with status: 59
> ORA-27301: OS failure message: Message too long
> ORA-27302: failure occurred at: sskgxpsnd1
> Current SQL information unavailable - no session.
> ----- Call Stack Trace -----
>
> Any pointers in the right directions will be appreciated.
> Raj
> ------------------------------------------------------------------------
> --------
> Rajendra dot Jamadagni at nospamespn dot com
> All Views expressed in this email are strictly personal.
> select standard_disclaimer from company_requirements;
> QOTD: Any clod can have facts, having an opinion is an art !
>
>
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Wed Mar 31 2004 - 14:32:26 CST
![]() |
![]() |