Skip to Main Content

DevOps, CI/CD and Automation

Announcement

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!

Connect to Remote Oracle database

Arun PrasathJul 26 2013 — edited Aug 1 2013

Hi all,

I want to connect to remote oracle database in PHP. I've googled a lot but couldn't find any solution.

Can any one guide me with step by step process please???

I tried with this code

$con = oci_connect('username', 'password', '//server ip:port/service name');

but it's throwing "Call to undefined function oci_connect()" error.

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 29 2013
Added on Jul 26 2013
7 comments
5,823 views