Category archive

ORACLE

Explore every article in ORACLE, with preserved WordPress-friendly URLs.

1 article

ORACLE

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 […]

Jun 3, 2009

Read article