When trying to connect to an Oracle ORACLE database the following error appears:
TNS: listener was not given SERVICE_NAME in CONNECT_DATA
I have already set up php.ini and include the following lines:
extension=php_oci8.dll
extension=php_oci8_11g.dll
extension=php_oracle.dll
Note: My connection file is as follows:
$conexao = oci_connect('usuario', 'senha', 'nome_do_banco');