Rajan
Rajan

Reputation: 196

Oracle module for PHP in Linux

Is there any method for direct access to remotely hosted Oracle Database without installing oracle in my computer.

I already had the host name, database name, username and password of the remotely hosted Oracle database. I am using Red Hat Enterprise Linux Server release 5 (Tikanga) and no Oracle yet install.

Your help would be precious. Thank you in advance

Upvotes: 0

Views: 240

Answers (1)

You just need to install the oci8 PHP extension, see here for a tutorial.

Upvotes: 1

Related Questions