Beta 4 (Release Candidate) is available

Marco Kalter

Administrator
Staff member
Direct Oracle Access 4.0 Beta 4 is now available at:

http://www.allroundautomations.com/registered/doabeta.html

Beta 4 is a Release Candidate, and includes the following enhancements and fixes:
  • TOracleDataSet would sometimes not post primary key fields when connected to a TDataSetProvider
  • QBE Color is no longer set for fields that are not Queryable
  • DisableMonitor and EnableMonitor function added to disable/enable the Oracle Monitor
  • Connecting a session from an Oracle pool with StatementCache would cause ORA-24437

------------------
Marco Kalter
Allround Automations
 
Hi Marco,

thanks for the feature to enable/disable monitoring. A first short test says, that it works fine.

greetings,
Ulrich
 
Hi Marco,

some idea for improvement of enable / disable monitor:
Now we have a global method to enable / disable monitoring and a local method on session level to send strings to monitor. Is it possible to add also a method to TOracleSession for enable / disable monitoring? Especially for server applications this makes sense for me when one application creates more then one session.

What do you think ?

And a second questions: it seems that the monitored application and the monitor have to run on the same machine. Is there a possibility to send the data to a monitor on a different machine (I did not found anything on it in the documentation). If not: this would be a nice feature for a future version cause normally I have access to the server to start the application but I
 
Back
Top