programming faqs interview questions tech technical educational freshers guide preparation interviews hr telephonic
try another color:
try another fontsize: 60% 70% 80% 90%
Programming FAQs

How does one configure PHP to use Oracle?

step1: Install Oracle Client

step1: Install Oracle Client or Server

Step2: Open php.ini file and uncomment below two statements
;extension = php_oci8.dll
;extension = php_oracle.dll

(or)

step2: compile php with below options

--with-oracle=/path/to/oracle/home/dir
--with-oci8=/path/to/oracle/home/dir