How fast is ODBC?

According to Oracle, their ODBC driver, on average, runs about 3% slower than native Oracle access.

My experience, however, is that ODBC can be extremely slow!!!

Oracle ODBC performance depends on driver

>> According to Oracle, their ODBC driver, on average, runs about 3% slower than native Oracle access.

My experience, however, is that ODBC can be extremely slow!!!
----------------------------------------
ODBC is a programming interface, not an implementation. Performance depends on the implementation of the interface. There are several types of ODBC drivers for Oracle. Here's a white paper with benchmarks comparing OCI and ODBC performance:

http://www.datadirect.com/techres/odbc/docs/wp_odbcvsoci.pdf