0

So far I am using WAMP server with oracle successfully past one year,but unfortunately it stopped working and displaying an error like this Fatal error: Call to undefined function oci_connect(). I verified all DLL files and connection I dint do any modification for past one year and verified all related link Fatal error: Call to undefined function oci_connect().How can I fix this error.kind give some solution.

I have refer and verified lots of reference links. But everything is perfect. Past 1 year it was working perfectly, but today morning it will not work and shown the above error here, How can I solve this?

Community
  • 1
  • 1
Pravin
  • 441
  • 2
  • 8
  • 26

2 Answers2

0

May be dll was crashed. Can you update the required dlls?

Otherwise reinstall the Oracle?

It will work..

Arun Rama Balan.G
  • 188
  • 1
  • 6
  • 24
0

Please check your PHP version first. it must be not latest one also your wamp server is around 2.2.

Please add require oracle extension from here.

Add

php_oci8_11g.dll

In php.ini and enable extension.

Its working for me. Still have issue let me know.

JayminLimbachiya
  • 971
  • 1
  • 13
  • 19