0

I have Azure web app in PHP8 and want connect to Oracle database 12C from php code. From documentation, I found below blog it says that we need to have Oracle Instant Client but I am not finding the steps to install. And in this blog they mentioned php version upto 5.6 but I am using PHP 8 version.

https://learn.microsoft.com/en-us/archive/blogs/azureossds/access-oracle-databases-from-azure-web-apps-using-oci8-drivers-with-php

Any leads on this to install Oracle instant client?

Pand005
  • 1,095
  • 3
  • 23
  • 53
  • Check related questions on Stackoverflow. If you still have problems, then update your question with technical details about what you have installed and the outcome – Christopher Jones Aug 20 '21 at 04:39

1 Answers1

1

Currently, we can not install oracle instant client on Azure Web App. Need to leverage the Azure VM to install oracle client.

As Christopher Jones mentioned Please refer the below links for related issues:

. Web App with Oracle Instant Client | MSDN

.Azure Web App, PHP 7.4, OCI8 (Oracle Instant Client 12.2.0.1.0)| SO THREAD

. Enable PHP Extension (php_odbc.dll) on Azure | SO THREAD.

. Does Azure PHP 7 web app have Oracle drivers| SO THREAD .

. Azure Web App (.NET) connecting to Oracle Database without installing client | SO THREAD .

AjayKumarGhose
  • 4,257
  • 2
  • 4
  • 15