Creative, Informative and Entertaining Stuff for everyone

Sunday September 5th 2010

Categories

Archives

Calender

September 2010
S M T W T F S
« Jul    
 1234
567891011
12131415161718
19202122232425
2627282930  

‘ORACLE’ Archives

How to establish oracle database connection in php

First of all you need to check whether "oci8" support is enabled or not, if not you have to enable that you can check this in your phpinfo file. Once this is done. Now in you test.php file You have to explicitly set the ORACLE_HOME and LD_LIBRARY_PATH path. This information will be available in you phpinfo file. The "$dbstr" variable [...]