1

I tried to find folder with PHP INI and i cant find an extension with (php_oci8_12c) However when i tried to check the folder inside PHP desktop app i found that it has php_oci8_12c.dll, And i tried to insert extension=php_oci8_12c in PHP INI but didn't work. is it possible that i can connect oracle database thru phpdesktop-chrome-57.0-rc-php-7.1.3?

An error was encountered performing the requested operation: Fatal error: Uncaught Error: Call to undefined function oci_connect()

Thanks in advance.

Álvaro González
  • 142,137
  • 41
  • 261
  • 360
  • I don't know how PHP Desktop works but php_oci8_12c.dll is not a standalone library. It also requires an Oracle client library available, such as Oracle Instant Client. – Álvaro González Jan 27 '21 at 15:38
  • what is the best i can do sir? my data is from oracle iam usung a million of data that;s why i cant covert it to sql. is there any way to configure it? – Jade Malabay Jan 27 '21 at 23:43
  • but in xampp it works perfectly sir. also using oracle database. thanks – Jade Malabay Jan 28 '21 at 03:02
  • If you already have a working OCI8 set-up for another PHP interpreter I suggest you edit the details into the question since that's quite relevant. I can't provide you with information regarding PHP Desktop because it's a piece of software I'm not familiar with. – Álvaro González Jan 28 '21 at 07:34

0 Answers0