Forum Moderators: coopster

Message Too Old, No Replies

Connect to Remote Oracle Database Using PHP

Connect to Remote Oracle Database Using PHP

         

Stay123

4:51 pm on Feb 7, 2008 (gmt 0)

10+ Year Member



I want to connect to remote oracle database using PHP from my domain (www.abc.com) is it possible or not if yes can any one tell me how can I do this.

Thanks in Advance!

whoisgregg

5:21 pm on Feb 7, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I don't know how off-hand, but I can point you toward the documentation [php.net], specifically the oci_connect() [php.net]. I suspect the bit about "the name of the entry in tnsnames.ora" is talking about defining remote connections.

Added Some of the comments on the oci_connect page might be helpful as well. :)