How do I change system properties?
I am using Oracle Reports in-process server (version 12.2.1.4). I was trying to figure out why one instance was behaving differently. I created a diagnostic image from the console and found some values in the "system-properties.xml" which were different from the others. The highlighted values were the ones which were different. How do I go about checking on these values and potentially changing them in an instance?
<property>
<key>org.omg.CORBA.ORBSingletonClass</key>
<val>com.sun.corba.se.impl.orb.ORBSingleton</val>
<val>weblogic.corba.orb.ORB</val>
</property>
<property>
<key>org.omg.CORBA.ORBClass</key>
<val>com.sun.corba.se.impl.orb.ORBImpl</val>