OCI8 is the driver used to connect various programming languages to an Oracle database
OCI8 (Oracle Instant Client) is the open source C library used to facilitate connections with all Oracle databases at or above version 9.2.
Many programming languages offer a compiled version of this
PHP
Available via PECL(also offers the Windows DLL). Some Linux package manager libraries (like remi for Enterprise Linux(RHEL, CentOS)) also offer a pre-compiled version.
Ruby
Can be compiled, although some projects offer gems