Hello,
I have a TOracleSession component (DOA 3.4.4) and try to connect to a database (9.2.0.4 server on Linux) every 60 seconds by doing:
Connected := False;
(here changing database name, login and password
which can be different from previous parameters)
Connected := True;
When the database...