<?xml version='1.0' encoding='utf-8' ?>
<connection-customization class='genericodbc' enabled='true' version='1.0'>
<vendor name='oracle' />
<driver name='Devart ODBC Driver for Oracle' />
<customizations>
<customization name='CAP_QUERY_TOPSTYLE_ROWNUM' value='no' />
<customization name='CAP_QUERY_TOP_N' value='no' />
<customization name='CAP_QUERY_TOPSTYLE_LIMIT' value='no' />
<customization name='CAP_QUERY_TOPSTYLE_TOP' value='yes' />
<customization name='CAP_SELECT_TOP_INTO' value='no' />
</customizations>
</connection-customization>
The iODBC driver manager incorrectly handles the SQL_WCHAR and SQL_WVARCHAR ODBC data types. To work with these data types in Tableau, define an additional capability:
<?xml version='1.0' encoding='utf-8' ?>
<connection-customization class='genericodbc' enabled='true' version='1.0'>
<vendor name='Oracle' />
<driver name='Devart ODBC Driver for Oracle' />
<customizations>
<customization name='CAP_ODBC_BIND_SUPPRESS_WIDE_CHAR' value='yes' />
</customizations>
</connection-customization>