Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Compilation error in old code migration
fvarlot wrote:
>
> I have currently the same issue , do you have any idea how to solve it
>
This is an Oracle bug as they have just discovered:
Bug No. 5690657 Filed 30-NOV-2006 Updated 30-NOV-2006 Product Precompilers Product Version 10.2.0.2 Platform Solaris Operating System (SPARC 64-bit) Platform Version 5.10 Database Version 10.2.0.2 Affects Platforms Port-Specific Severity Severe Loss of Service Status Support bug screening Base Bug N/A Fixed in Product Version No Data
The workaround for us (still working on it) is:
Replace #include < sys/socket.h> with
#ifndef ORA_PROC
#include < sys/socket.h>
#endif
Thanks, Received on Tue Dec 05 2006 - 08:23:48 CST