jschmied
Member²
I get a ORA-03113 when do:
WFlowEvent := TOracleEvent.Create(nil);
WFlowEvent.Session := OracleSession1;
WFlowEvent.ObjectNames := 'wflow_alert';
WFlowEvent.ObjectType := otAlert;
WFlowEvent.Synchronized := FALSE;
WFlowEvent.OnEvent := WFlowEventEvent;
WFlowEvent.OnStart := WFlowEventStart;
WFlowEvent.OnStop := WFlowEventStop;
...
WFlowEvent.Start();
....
WFlowEvent.Stop();
WFlowEvent := TOracleEvent.Create(nil);
WFlowEvent.Session := OracleSession1;
WFlowEvent.ObjectNames := 'wflow_alert';
WFlowEvent.ObjectType := otAlert;
WFlowEvent.Synchronized := FALSE;
WFlowEvent.OnEvent := WFlowEventEvent;
WFlowEvent.OnStart := WFlowEventStart;
WFlowEvent.OnStop := WFlowEventStop;
...
WFlowEvent.Start();
....
WFlowEvent.Stop();