Issue with DG4ODBC connection to Vertica select cout not returning rows
(Doc ID 2254090.1)
Last updated on MAY 11, 2022
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.4 to 11.2.0.4 [Release 11.2]Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Backup Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
Using version 11.2.0.4 of DG4ODBC to connect Veridata (DVT), running on an OEL6 Linux x86_64 bit platform:
select count(USER_ID) from VDW_DVXVIEWS.VW_TBUSER_LOGIN@composite_dvt;
returns 0 rows found
where as
select count(*) from VDW_DVXVIEWS.VW_TBUSER_LOGIN@composite_dvt
returns 297 rows found
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |