clue / docker-adminer

Adminer docker image, a full-featured database management tool for the web
66 stars 38 forks source link

Support Oracle DB (OCI8, PDO_OCI) #15

Open Quentinvarquet opened 8 years ago

Quentinvarquet commented 8 years ago

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 :)

shantanuo commented 8 years ago

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!

kusmierz commented 8 years ago

see davidgaya/docker-apache-php-oci

clue commented 8 years ago

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.

cytopia commented 5 years ago

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

muhammad-asn commented 2 years ago

Is there any update on this particular issue?