php-crud-api icon indicating copy to clipboard operation
php-crud-api copied to clipboard

Support for oracle database?

Open 309525902 opened this issue 6 years ago • 7 comments

I am very happy to see such a good product, I want to know when your code can support the oracle database.

309525902 avatar Nov 02 '18 08:11 309525902

Thank you for your compliments. Oracle database is an expensive paid product. Are you willing to contribute to the effort of building support for it? If you do, then please send me an email.

mevdschee avatar Nov 02 '18 12:11 mevdschee

Hi, can you outline the effort that would be required to write an oracle driver ? Thanks

simevo avatar Feb 07 '20 07:02 simevo

I looked into installing Oracle 18c XE in the CentOS 8 docker instance. It requires binaries from:

https://www.oracle.com/database/technologies/xe-downloads.html

Install files are several gigabytes. They seem to be designed for Oracle Linux 7.

mevdschee avatar Jan 18 '21 08:01 mevdschee

I tried installing Oracle 18c on CentOS 7 in a docker container. It installs fine, but now I need to configure it. Does anyone have any experience in (automatic) installation and configuration of Oracle?

mevdschee avatar Jan 24 '21 09:01 mevdschee

@simevo We need to:

  • have automatic installation of oracle in a docker container
  • port the fixtures to the oracle sql variant
  • adjust the driver to the oracle sql variant

I'm stuck at the first step. Help with any of these steps is appreciated.

mevdschee avatar Jan 24 '21 09:01 mevdschee

I know this is a low priority issue, but here you can find a docker xe install for testing: https://hub.docker.com/r/gvenzl/oracle-xe

muzzol avatar May 02 '22 08:05 muzzol

I know this is a low priority issue, but here you can find a docker xe install for testing:

That is a great docker instance, used by jOOQ, which tells me a lot. I will have to adjust the test script to be able to use it, but that can be done.

mevdschee avatar May 02 '22 09:05 mevdschee