When running the following query in the Cross Connection Query Editor while connecting to an Oracle database via ODBC:
Select DATETIME, PYMT, NODE, NAME
From PRIME
Where 1=1
And DATETIME >= '4-OCT-2012'
And NODE = 'RAC123'
Receives the following error:
[Oracle][ODBC][Ora]Optional feature not implemented
=====
Another example query:
ODBC Generic connection limitation.
Connect using native Oracle Client software (TNS connection type) and try the query again.
The DATETIME will automatically be surrounded by single quote marks to work, i.e. 'DATETIME'.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center