Mobile app version of vmapp.org
Login or Join
Megan663

: Connecting oci8 to Apache & PHP We're building a Debian server to host a website which is built on PHP. It connects to an Oracle database. I need to connect the PHP to the Oracle database

@Megan663

Posted in: #Apache2 #Linux #Php

We're building a Debian server to host a website which is built on PHP. It connects to an Oracle database. I need to connect the PHP to the Oracle database using oci8. However, some of the steps I've seen online require the use of oracle-xe-client package. I cannot find this package at the moment. Any help or advice about the process is appreciated!

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Megan663

1 Comments

Sorted by latest first Latest Oldest Best

 

@Ogunnowo487

Are you using these directions? Because they don't mention oracle-xe-client. Otherwise that package can be found here.

Otherwise, both PDO and ODBC have drivers for Oracle, albeit the ones for PDO are experimental.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme