Top "Oci8" questions

OCI8 is the driver used to connect various programming languages to an Oracle database

Unable to load dynamic library 'oci8.so' (PHP 7.2)

Since the update of PHP 7.1 to PHP 7.2 I can't install oci8. I have this error: root@3ab6027c8d95:/var/…

php docker oci8
How do I require a specific version of a ruby gem?

Specifically, the ruby-oci8 gem. I have both 1.0.7 and 2.0.4 installed. I want 1.0.7. I can just require oci8, but I don't get …

ruby version gem oci8
can not load oci8 -> Fatal error: Call to undefined function oci_connect()

I want to connect to my oracle database, but i have a problem with function oci_connect. i have tried …

php oracle oracle-call-interface oci8
How to enable oci in xampp 5.6.3?

I am facing some issue while starting Apache server via XAMPP. I have installed XAMPP Version 5.6.3. When I start the …

php dll xampp oci8
how to install oracle instant client for xampp

I have XAMPP for Windows 1.7.3 installed. I'm using Zend Framework and need to use the pdo_oci8 extension. I've enabled …

php oracle-call-interface oci8
PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_oci8_12c.dll' - The specified procedure could not be found

we face a big problem to connect oracle server in php What i done Setp 1: Install Windows 7 32bit Step 2 : install …

php oracle apache oracle11g oci8
How to sort by numbers first with Oracle SQL query?

I have this table with a 'title' field which is varchar2 and I want to select all rows and sort …

php sql oracle sql-order-by oci8
How to execute a stored procedure using OCI8 in PHP

Can someone help me on how to call the stored procedure in oracle by php? I have the sample of …

php oracle stored-procedures oci8
oci_connect() works only from command line

OK, so I have this terrible problem with oci, apache, php and suse. First off, versions: PHP 5.3.15 (cli) Apache/2.2.22 (Linux/…

php oracle10g suse apache2.2 oci8
How to connect to Oracle in go

I gather there are two ways to connect to Oracle DB in Go (on windows): github.com/tgulacsi/goracle github.…

windows oracle go cx-oracle oci8