What's the adverse effect of setting this Param (CFGEnableOLEAutomation) to TRUE on Server?
When I tried to connect to Siebel (Data Control) using .Net code, I was getting error code 4122 (No Error message), upon looking-up, I got information from this OSC thread to set an AOM Param CFGEnableOLEAutomation to TRUE to overcome this Error. Rightly so, the issue was rectified and I was able to connect instantiating a new session.
There aren't any information about this Parameter in any of the Oracle documentations. Hence I would like to know, what's the adverse effect of setting this Param to TRUE? (This Param doesn't come into picture for Java Databean) Is this Param only meant to enable disable accessing of Siebel using .Net or VBA?