docker-adminer icon indicating copy to clipboard operation
docker-adminer copied to clipboard

Support Oracle DB (OCI8, PDO_OCI)

Open Quentinvarquet opened this issue 10 years ago • 5 comments

Hello,

I'm using your image since a long time. I only tried with mysql and postgresql and it works well.

I just tried on an oracle database and I have this message :

None of the supported PHP extensions (OCI8, PDO_OCI) are available.

Do you know why ?

Thank you :)

Quentinvarquet avatar Feb 03 '16 14:02 Quentinvarquet

This can be achieved using this container...

https://hub.docker.com/r/lukaszkinder/apache-php-oci8-pdo_oci/

I do not know how to merge these 2 containers though!

shantanuo avatar Apr 04 '16 08:04 shantanuo

If anybody feels like filing a PR I'm happy to review! :+1:

Unfortunately I do not have access to an Oracle database, so there's not much else I can do on my part.

clue avatar May 04 '16 09:05 clue

FYI: Seems that instantclient 18.3 is now available without the need to accept a license and can therefore be distributed with Docker images: https://yum.oracle.com/repo/OracleLinux/OL7/oracle/instantclient/x86_64/

In case of Debian as a base image, you can use alien to install rpm packages. I am doing something similar here: https://github.com/cytopia/devilbox/blob/5cc0b548c61822768f9988758866b72990337d3d/cfg/php-startup-7.1/03-oracle-oci8-and-pdo_oci.sh-example#L18

cytopia avatar Dec 30 '18 17:12 cytopia

Is there any update on this particular issue?

muhammad-asn avatar Jul 28 '22 09:07 muhammad-asn