Top "Oci8" questions

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

PHP oci8 won't install through pecl: "fatal error: oci8_dtrace_gen.h"

I am trying to connect my fedora 25 webserver - php to Oracle db. To do this I need to pecl …

php pdo lamp oci8 fedora-25
How do I install OCI8 to an existing PHP?

According to this (Installing OCI8 from PECL, automated), all I have to do is type in pecl oci8 install. But …

php linux oci8
The localhost page isn’t working

I am using IIS 7 with oci8 with php and when I am writing $connection= oci_connect('username', 'password', 'localhost/XE'); …

php iis-7 oci8
php-oci8 encoding issue

Similar questions have been asked, but the regular solutions do not work for me. Probably I am missing something. I …

php oracle character-encoding apache2 oci8
OCI8 php extension installation on windows server

I have specific problem with making OCI8 work on my server installation. First setup: Win 2008 Server 32bit ZendServer for PHP …

php windows-server-2008-r2 php-5.3 oci8
Ruby cannot see NLS_LANG environmental variable

I'm running a ruby script on CentOS, and installed ruby via rvm (1.9.3). I've set the NLS_LANG variable in .bash_…

ruby bash oci8
Dealing with eacute and other special characters using Oracle, PHP and Oci8

Hi I am trying to store names into an Oracle database and fetch them back using PHP and oci8. However, …

php oracle utf-8 character-encoding oci8
How to install the OCI8 PHP extension on Mac OS X 10.8 Mountain Lion

I need to use the OCI8 module for PHP on Mountain Lion which will use the oracle instant client, which …

php osx-mountain-lion apache2.2 oci8
Using PHP/oci8 to Connect to Oracle Remote DB - Unsure how to use listener

Overall goal of my project is to connect to a Oracle database that is on another server, to query it …

php oracle oci8
oci_connect Blank Page in PHP

UPDATE (5/21/2010) SUCCESS! So after MUCH $head->desk()'ing, I've solved it. Remember kids, be wary of the instant client …

php oracle pecl oci8