Skip to main content

All Questions

Tagged with
0 votes
1 answer
280 views

Connecting to Oracle Autonomous Database with PHP and OCI8

I'm using Oracle Cloud Infrastructure. I have a VM instance with Ubuntu-22.04-Minimal. Apache, PHP, and OCI8 are all installed and working. When I try to connect to the database I get: Warning: ...
Harley's user avatar
  • 101
0 votes
1 answer
247 views

Modular Dependency in my Docker "dnf module enabled -y php:7.4 php-oci8"

So I'm running a command dnf module enabled -y php:7.4 php-oci8 but I'm getting a Modular Dependency Problem, this was not an issue before. Problem: module php-oci8:21c:8060020221011134100:34611983....
Vincent Dapiton's user avatar
6 votes
1 answer
31k views

Howto install Oracle OCI8 instantclient on Ubuntu 18.04

I want to share some information about my OCI8 installation to access Oracle databases. If you got errors like "PHP Startup: Unable to load dynamic library 'oci8.so'" or "checking Oracle Instant ...
FixFaier's user avatar
  • 301
0 votes
1 answer
5k views

OCI8 installation issue in Centos 7

I installed PHP 5.6 and Apache 2.4, and oci8 module on my fresh Centos 7 system. The oci8 module is working on terminal, but it's not working in Apache and not showing in phpinfo. I tried to disable ...
Roy Wang's user avatar
0 votes
1 answer
2k views

Why Zabbix still says "At least one of MySQL, PostgreSQL, Oracle, SQLite3 or IBM DB2 should be supported."?

At begin of setup, Zabbix shows the following error: At least one of MySQL, PostgreSQL, Oracle, SQLite3 or IBM DB2 should be supported. I already have a site working, and this have connections to a ...
rulo4's user avatar
  • 11
0 votes
1 answer
790 views

pear/MDB2_Driver_oci8 requires PHP extension "oci8"

I got this Error: unable to find package 'MDB2_Driver_oci8' file 'MDB2/Driver/oci8.php' so I tried to install it with pear install MDB2_Driver_oci8-1.4.1 but following Error is showing up pear/...
SystemCookie's user avatar
1 vote
1 answer
249 views

Oracle SQLConnect: 1033 via UnixODBC

Here is the full error: PHP Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[08004] SQLConnect: 1033 [unixODBC][Oracle][ODBC][Ora]ORA-01033: ORACLE initialization or shutdown in ...
lilott8's user avatar
  • 496
0 votes
1 answer
155 views

Jmeter gets Apache lost db connection

I have a web app that makes to many ajax requests (update data with a grid). When I use JMeter to make a stress test with 20 threads and 10 loops, my web application canno't connect to the database (...
Galled's user avatar
  • 109
0 votes
1 answer
3k views

Trying to install pdo_oci via PECL fails asking for PDO extension

I'm using Linux Mint 11 (based on Ubuntu 11.04) and I need to use PHP with Oracle through PDO, a requirement of the framework we will work with. I've installed various PDO extensions using the normal ...
igorsantos07's user avatar
1 vote
0 answers
719 views

Oracle Instant Client DSN via unixODBC

I've got the Oracle Instant Client installed on a SuSE webserver and I'm attempting to connect to an Oracle Database with PHP via unixODBC. The connection seems to be working properly, after issuing ...
Brad Westness's user avatar
2 votes
1 answer
5k views

Oracle 11g + Nginx + php-fpm

I am trying to setup php/nginx to connect to an oracle database. Everything is on a single server (testing) I installed nginx and set it up just fine it works. I setup php and php-fpm and that works ...
Luma's user avatar
  • 1,470
5 votes
3 answers
27k views

Setup Oracle instant client on CentOS/RHEL Linux - for PHP and Perl

I'm trying to setup a CentOS 5.5/64 bit VM to access a remote Oracle database with PHP and Perl scripts. (I have no experience with Oracle, have only programmed and administrated some PostgreSQl and ...
Alexander Farber's user avatar
1 vote
1 answer
343 views

PHP/Oracle Connectivity randomly "drops out"

Here's the current situation - I have two web servers (for now named A and B) and two database servers (named C and D). The web servers are quite old, and are running an early version of Apache 2 + ...
dotmike's user avatar
  • 73
0 votes
3 answers
4k views

Cannot connect to oracle using oci_connect() on reboot

I am trying to setup a local development box. The box's on Linux Mint. Installed apache, php and mysql without any problem, then I proceeded to install Oracle Xpress Edition as my newest project ...
Andreas Wong's user avatar
3 votes
6 answers
758 views

Setting up a web server on a VM

Running: Windows Vista Ultimate x64 I'm a web developer, using mainly PHP and MySQL, and I've decided that using XAMPP doesn't cut it any more (I want to play with the Oracle database system, and ...
Daniel S's user avatar
  • 415