Oct 20, 2010 #1 eyetry Programmer Joined Oct 2, 2002 Messages 560 Location US Anyone know off hand if 8.1, 8.3 and 8.3 are oracle client 10g or 11 compatable?
Dec 6, 2010 #2 jorgecox Programmer Joined Apr 22, 2004 Messages 3 Location GB According to the Release notes 8.2.0.3 is Oracle 9i and 10g compatible 8.3 is Oracle 9i, 10g and 11g compatible 8.3.0.1 onwards is Oracle 10g and 11g compatible Dont know about 8.1 or other 8.2 versions although I guess its similar to 8.2.0.3. Prior to 8.3.0.1 you are supplied with 2 dlls e.g. for windows m4ora9i.dll and m4ora10g.dll. You then need to copy one of these over the m4ora.dll Similar for other platforms e.g. solaris libm4ora9i.so and libm4ora10g.so copy over libm4ora.so 8.3.0.1 onwards you are supplied with just m4ora.dll (libm4ora.so for solaris) and this is compatible with both 10g and 11g. I am guessing that the 10g one would work with 11g for older versions of WSDTX - although whether it is supported would be another question. Upvote 0 Downvote
According to the Release notes 8.2.0.3 is Oracle 9i and 10g compatible 8.3 is Oracle 9i, 10g and 11g compatible 8.3.0.1 onwards is Oracle 10g and 11g compatible Dont know about 8.1 or other 8.2 versions although I guess its similar to 8.2.0.3. Prior to 8.3.0.1 you are supplied with 2 dlls e.g. for windows m4ora9i.dll and m4ora10g.dll. You then need to copy one of these over the m4ora.dll Similar for other platforms e.g. solaris libm4ora9i.so and libm4ora10g.so copy over libm4ora.so 8.3.0.1 onwards you are supplied with just m4ora.dll (libm4ora.so for solaris) and this is compatible with both 10g and 11g. I am guessing that the 10g one would work with 11g for older versions of WSDTX - although whether it is supported would be another question.