Skip to Main Content

DevOps, CI/CD and Automation

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
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,727 views