For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
anybody can help to connect with Oracle database using PHP Code
Hi, Setup Oracle Instant client (put it on path): https://www.oracle.com/database/technologies/instant-client/downloads.html Download the OCI extension from pear packages : https://pecl.php.net/package/oci8 Connect to DB : https://www.php.net/manual/en/function.oci-connect.php Hope this helps.