Deploying .NET Database Extensions to a non-Microsoft .NET implementation
717950Aug 18 2009 — edited Aug 19 2009Hi, I am exploring the possibility of running .NET extensions over an open soource implementation of .NET, specifically the Mono project (http://www.mono-project.com). The kicker here is that my platform is Linux. Does anyone know with certainty if this is currently supported or will ever be supported by Oracle?
I know that Oracle uses SlrAgent to spawn an external process to run CLR Host. So, my question is really double-proned:
a) Can the Oracle CLR Host run on top of Mono?
b) Can SlrAgent be installed on a Linux version of Oracle?
Thank you.