ObjectStore Classes and Methods
ObjectStore provides you with the following static functions of the objectstore class:
objectstore::disable_ope_auto_start(os_boolean always_disabled=0)If you add this function to your application, you cannot start automatic tracing by using OS_OPE_TRACE = auto. This protects your application from being traced unintentionally.
However, you can override the disabling by specifying the following environment variable:
OS_ALLOW_OPE_AUTO_START = 1(For details on this environment variable refer to Defining the Control Data.)
objectstore::disable_ope_auto_start(os_boolean always_disabled=1)If you add this function to your application, you cannot start automatic tracing by using OS_OPE_TRACE = auto and you cannot override the disabling by an environment variable.