[MDEV-27755] Getting an error 'driver not capable' connect engine when reading Oracle datetime fields Created: 2022-02-06 Updated: 2022-04-12 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Connect |
| Affects Version/s: | 10.6.5 |
| Fix Version/s: | 10.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Adrian | Assignee: | Michael Widenius |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows 10 |
||
| Description |
|
I have installed the connect engine and created a table that refers to a table in an Oracle DB : When I try to SELECT * from this table, I get the following error : SQL Error (1296): Got error 174 'SQLExecDirect:[Oracle][ODBC][Ora] Driver not capable' from CONNECT. If I remove the datetime field from the table, it all works. |