Windows doesn't have nifty utilities like 'ldd' to make this easier, but I believe
the sdeora10gsrvr101.dll is dependent on oci.dll, but was linked against the
10g flavor of oci.dll (on Linux, the 10g DLL is libclntsh.so.10.1 and the 11g
DLL is libclntsh.so.11.1, but libclntsh.so.10.1 is symbolically linked to ...11.1
through libclntsh.so)
My concern is for tuning tweaks and/or options introduced at Oracle 11g that
only a full certification test would expose as being missing. In theory, this would
only result in suboptimal performance against 11g, but it's possible there could
be compatibility issues.
I hope it's a matter of, "Well, 'sde:oracle10g' works, but 'sde:oracle11g' works
*better*" (the dev team does take the time to apply new best practices, after all),
but it's better to ask than assume.
- V