Check out some similar questions!
Connect with remote oracle database from PHP
[ 5 Answers ]
Hi, I need to connect to a remote oracle database from a PHP script. Do I need to install any drivers or packages to connect with the remote database? When I use below code <?php if ($c = oci_connect("username", "passwd", "remote server IP")) { echo "Successfully connected to Oracle.";
Creation day of oracle database
[ 1 Answers ]
How to find out when Oracle database was created by writing a sql? Thank you Sam View more questions Search
Add your answer here.
|