Scriptcase with Oracle

Hi all,

Is there anyone here using oracle as their database to develop application? We always face issue when we do development instance installation. Any of you have a proper document on all the steps to follow for a Linux installation.

Best Regards,
Natesh

Is the problem solved?
For my development i am using oracle for a long time.

Not on Linux, but we are using Oracle on Windows. In general, it’s always a matter of installing the right OCI client and a correct configuration of TNS names. But if you have been using Oracle for a long time, you probably know this already.

Installing on Linux, you can look at https://gist.github.com/hewerthomn/81eea2935051eb2500941a9309bca703 (Howto install OCI8 on Ubuntu 16.04)
The example uses instantclient-basic-linux.x64-12.1.0.2.0.zip and instantclient-sdk-linux.x64-12.1.0.2.0.zip.
But it works also with 12.2 and may be with the newest 18.3 client.

For my part i am using docker and have enhanced laradock to build PHP Container with OCI8 and SAP NWRFCSDK.

Best regards
Anton