"ODBC error [Oracle] - ORA-22275: invalid LOB locator specified" error when upgrading to vCenter Server service 6.0
book
Article ID: 301638
calendar_today
Updated On:
Products
VMware vCenter Server
Issue/Introduction
Symptoms:
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options, you observe these symptoms:
vCenter Server service stops and fails.
In the vpxd.log file, you see entries similar to:
2016-04-04T13:05:16.255-05:00 error vpxd[19264] [Originator@6876 sub=Default opID=CollectRemoteStats-35c314b3] [VdbStatement] Execute result code: -1 2016-04-04T13:05:16.255-05:00 warning vpxd[19264] [Originator@6876 sub=Default opID=CollectRemoteStats-35c314b3] [VdbStatement] SQL execution failed: INSERT INTO VPX_SDRS_STATS_VM (VM_ID, QUANTILES, SPACE_STATS) VALUES (?, ?, ?) 2016-04-04T13:05:16.255-05:00 warning vpxd[19264] [Originator@6876 sub=Default opID=CollectRemoteStats-35c314b3] [VdbStatement] Execution elapsed time: 2085 ms 2016-04-04T13:05:16.255-05:00 warning vpxd[19264] [Originator@6876 sub=Default opID=CollectRemoteStats-35c314b3] [VdbStatement] Statement diagnostic data from driver is HY000:0:22275:[Oracle][ODBC][Ora]ORA-22275: invalid LOB locator specified --> ?? ?? ?? ?? ?? ?? ?? 2016-04-04T13:05:16.255-05:00 error vpxd[19264] [Originator@6876 sub=Default opID=CollectRemoteStats-35c314b3] [Vdb::IsRecoverableErrorCode] Unable to recover from HY000:22275 2016-04-04T13:05:16.255-05:00 error vpxd[19264] [Originator@6876 sub=Default opID=CollectRemoteStats-35c314b3] [VdbStatement] SQLError was thrown: "ODBC error: (HY000) - [Oracle][ODBC][Ora]ORA-22275: invalid LOB locator specified --> " is returned when executing SQL statement "INSERT INTO VPX_SDRS_STATS_VM (VM_ID, QUANTILES, SPACE_STATS) VALUES (?, ?, ?)" 2016-04-04T13:05:16.256-05:00 warning vpxd[19264] [Originator@6876 sub=drmLogger opID=CollectRemoteStats-35c314b3] [VpxDrmStatsManager::SaveToDb] Failed with "ODBC error: (HY000) - [Oracle][ODBC][Ora]ORA-22275: invalid LOB locator specified --> " is returned when executing SQL statement "INSERT INTO VPX_SDRS_STATS_VM (VM_ID, QUANTILES, SPACE_STATS) VALUES (?, ?, ?)"
The errors above are causing the backtrace below which is essentially a vpxd crash (vCenter Server Service)...