Hi all,
here is the situation:
Oracle DBs, PB 2017 or PB 2021, Win 10 64 Bit.
On our main window we had tabs with tabpages. On tabpages are some datawindows with SELECTs over DBLinks and in selectionchanged event of tabpages Embedded SQLs over DBLinks.
Behaviour during a maintenance period of one database: The period was overriched and for some unexplained reasons our application couldn't start again and hung on these SELECTs over DBLinks.
At this maintenance moment when we comment these SELECTs over DBLinks, the application run again.
As I remeber well, on construct the datawindows and maybe embedded SQL are checked, is that right? How can I explain what happened since the DbLinks are not responding, a Timeout maybe, when yes how long? How can it be better handled to avoid a hang of the application?
Hope that I exposed the situation and problem good. Need explainations, hints or better implementations guidelines?
Thanks in advance.