FreeRadius and OCI Stored Procedures
Posted by hatim
These days I am working on adding the support of oracle stored procedures to freeradius. Earlier I compiled and configured freeradius CVS on my machine. Oracle drivers were also built during the compile (correct ORACLE_HOME varaible needs to be set , which in my case was '/xe/app/oracle/product/10.2.0/server/' under the oracle base directory). A good piece of stored procedure code should be generic enough to handle multiple parameters. (more on this later)