A.1.3 Known Software Issues
The following are the known software issues and unsupported usage in the Oracle Database ODBC driver:
-
The
SQLSetStmtOptionSQL_QUERY_TIMEOUTdoes not work if the database server is running on Windows NT. As a workaround, settingBREAK_POLL_SKIP=1in the server'ssqlnet.orafile solves the problem. By default, this is set to 100, and the database would not check for a time-out set by the ODBC application. -
SQLBindParameter, when used to bind a buffer asSQL_PARAM_INPUT_OUTPUTand having a PL/SQL procedure withIN OUTparameter, and if the parameter is not changed in the procedure, then the driver does not returnSQL_NULL_DATAinStrLen_or_IndPtr. -
The Oracle Database ODBC driver does not support the usage of
Keysetcursors with theCASEclause in a SQLSELECTquery.
Parent topic: Appendix: Unsupported Features and Known Issues