Re: AW: AW: [PHP] Access to oracle db

2001-07-10 Thread Parisi Giuliano
Hi, I use Oracle client 8.1.x. I've folloved your suggestion but PHP interpreter returned the same error. It's as PHP interpreter doesn't find tnsnames.ora (if I rename tnsnames.ora to tnsnames.ora doesn't change, error is always the same). sqlplus executed with parameter sr_tst/sr_tst@ORATEST

AW: AW: [PHP] Access to oracle db

2001-07-10 Thread Sebastian Stadtlich
which oracle version do you use? if it is 8.x then you should use the OCI-Functions not ora if it is not 8.X then i can't help. ( and you should upgrade :-] ) the tnsnames.ora looks ok try ocilogon("sr_tst" , "sr_tst","ORATEST"); sebastian > -Ursprungliche Nachricht- > Von: [EMAIL PROT