0

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

Rajan
  • 196
  • 1
  • 1
  • 9

1 Answers1

1

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

Nelson
  • 49,283
  • 8
  • 68
  • 81