$adminuser="aaaa";
$adminpassword="bbbb" ;
$server_name=" (DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = xxx)(PORT = 1521))
(CONNECT_DATA = (SID = ORCL))
)
";
$conn=OCILogon($adminuser,$adminpassword,$server_name);
Bill wrote:
Dear Camelia
I had the same problem when upgrading
(this happens also with my IIS4)
I managed to solve giving null
for login, like
OCILogon("scott","tiger","")
,but this is working only
when your web-server resides
at the same machine with your
database server.
With php3 I didn't have this problem.
I'm working to find any solution
for this (versions of Oracle Net etc.).
If you have found anything
for this problem, please post a mail.
Thanks for reading this e-mail