check Oracle server stuck in the status of Checking
check Oracle server stuck in the status of Checking
We are having this issue; all 10 of our 'check Oracle server' test getting stuck in the status of Checking.
When this happens I have to stop and restart the HM. This will run usually for a day without problems but the next day they will be stuck again.
We are on version 4.52, I have reviewed the earlier reports of this issue in the earlier version where the fix was to insert "DoNotUse_SqlFetchAbsolute=1" in the hostmon.ini file. Our file already have this statement.
Please help to resolve this issue.
When this happens I have to stop and restart the HM. This will run usually for a day without problems but the next day they will be stuck again.
We are on version 4.52, I have reviewed the earlier reports of this issue in the earlier version where the fix was to insert "DoNotUse_SqlFetchAbsolute=1" in the hostmon.ini file. Our file already have this statement.
Please help to resolve this issue.
H'm, interesting question... There should be some readme file, configuration utility or manual, CD or floppy... How you installed the library? Or it was installed long long time ago?
I want to know version because I want to find some information about problems/solutions related to this version of the oracle library. Probably you have contacts and can ask Oracle support team about this problem directly?
Regards
Alex
I want to know version because I want to find some information about problems/solutions related to this version of the oracle library. Probably you have contacts and can ask Oracle support team about this problem directly?
Regards
Alex
Both test methods (Oracle and ODBC Query) doesn't have any loops that can hung thread. Must be some error in oracle library...
Actually we found workaround for one bug in the oracle library:
Of course there could be some other problem...
Regards
Alex
Actually we found workaround for one bug in the oracle library:
Have you enabled this option? Option located on Miscellaneous page in the Options dialogDo not use SQLFetchAbsolute command option
Not every ODBC driver supports SQL_FETCH_ABSOLUTE command. HostMonitor tries to use this command and if driver returns error, HostMonitor use cycle with SQL_FETCH_NEXT command.
It works fine with most ODBC drivers. However ODBC driver which comes with Oracle client v.8 (and may be some other drivers) has bug in error handler. This bug can cause ODBC driver to crash.
That's why this option was implemented. Use it if you experience problem with ODBC driver.
Of course there could be some other problem...
Regards
Alex