Database monitoring is not working for oracle DB. once item configured, I can found the request to oracle via odbc just hanged at below step:
-----------------------------
[ODBC][15921][1410415995.302177][SQLConnect.c][3727]
Entry:
Connection = 0x11561e0
Server Name = [ORA_T][length = 5 (SQL_NTS)]
User Name = [][length = 0 (SQL_NTS)]
Authentication = [][length = 0 (SQL_NTS)]
UNICODE Using encoding ASCII 'UTF-8' and UNICODE 'UCS-2LE'
----------------------------
and connect to oracle via isql is working well. anyone have related experience on this? thanks very much
-----------------------------
[ODBC][15921][1410415995.302177][SQLConnect.c][3727]
Entry:
Connection = 0x11561e0
Server Name = [ORA_T][length = 5 (SQL_NTS)]
User Name = [][length = 0 (SQL_NTS)]
Authentication = [][length = 0 (SQL_NTS)]
UNICODE Using encoding ASCII 'UTF-8' and UNICODE 'UCS-2LE'
----------------------------
and connect to oracle via isql is working well. anyone have related experience on this? thanks very much
Comment