OracleLogon->Execute(), Oracle Monitor

m.rup

Member²
Hi,

I recently bought DOA tools 4.1 basic for BCB 4.0 and there are two questions:

1. When I call OracleLogon->Execute() the first time after a interruption of the database connection (killed the session for testing purposes) the connection is enabled automatically without a Log on dialog visible, that means the application is running as if nothing happened. The second and all further times when I kill the session the Log on dialog appears as expected. Is this a bug or a feature?

2. When I select the Monitor in the newly created menu item Oracle there is an error message about needing a properly installed version available. Shouldn't there be a monitor light shipped with the basic version?

Many thanks in advance

Martin
 
1. When I call OracleLogon->Execute() the first time after a interruption of the database connection (killed the session for testing purposes) the connection is enabled automatically without a Log on dialog visible
Perhaps the ldAuto option is included in the Options property ("ldAuto - Causes the execute procedure to log on without showing a dialog if both username and password are specified for the Session")?
2. When I select the Monitor in the newly created menu item Oracle there is an error message about needing a properly installed version available. Shouldn't there be a monitor light shipped with the basic version?
Either both Direct Oracle Access and the Oracle Monitor need to be registered, or they both need to be a trial version. In any other case you will get this error.
 
Thank's Marco.

Perhaps the ldAuto option is included in the Options property ("ldAuto - Causes the execute procedure to log on without showing a dialog if both username and password are specified for the Session")?
Yes, that was it.

Either both Direct Oracle Access and the Oracle Monitor need to be registered, or they both need to be a trial version. In any other case you will get this error.
Isn't there a free lite version of the monitor included in the Standard edition? If not, where can I get it? On your download page I can only find Oracle Monitor Pro 2.1.

Best regards

Martin
 
The registered download page contains an "Oracle Monitor 2.1.1" download item. Depending on your product code, this will be the Lite or Pro version after installation.
 
Back
Top