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 is shut down I get ORA-01089
message first and after a minute there's ORA-12500
message and after another minute again ORA-12500. Then the database is stared and the fourth attempt to connect freezes the application. If I kill the application and start it again it works fine. What can cause the component to freeze?
Thank you for any answer in advance.
Best regards,
lupik
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 is shut down I get ORA-01089
message first and after a minute there's ORA-12500
message and after another minute again ORA-12500. Then the database is stared and the fourth attempt to connect freezes the application. If I kill the application and start it again it works fine. What can cause the component to freeze?
Thank you for any answer in advance.
Best regards,
lupik