i get the following error message from install.php...
DB Error: connect failed
[nativecode=ORA-12514: TNS:listener could not resolve SERVICE_NAME given in connect descriptor ] ** Array
i have done the following:
1) installed the oracle 8i client libraries on the php server.
2) modified the php.ini to load the oracle extensions
3) copied the oracle extension dll's to the winnt/system32 directory.
my configuration is IIS5 on WIN2K using php CGI and not ISAPI.
any suggestions?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i get the following error message from install.php...
DB Error: connect failed
[nativecode=ORA-12514: TNS:listener could not resolve SERVICE_NAME given in connect descriptor ] ** Array
i have done the following:
1) installed the oracle 8i client libraries on the php server.
2) modified the php.ini to load the oracle extensions
3) copied the oracle extension dll's to the winnt/system32 directory.
my configuration is IIS5 on WIN2K using php CGI and not ISAPI.
any suggestions?
I'm not very familiar with setting up oracle, but I believe you may have to set up your tnsnames.ora file.