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

2001-07-10 Thread Parisi Giuliano
von Parisi Giuliano > > Gesendet: Dienstag, 10. Juli 2001 17:49 > > An: Sebastian Stadtlich > > Cc: 'Php-General (E-Mail) > > Betreff: Re: AW: [PHP] Access to oracle db > > > > > > HI, > > I use this PHP call to open an Oracle db conn

AW: AW: [PHP] Access to oracle db

2001-07-10 Thread Sebastian Stadtlich
rungliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im > Auftrag von Parisi Giuliano > Gesendet: Dienstag, 10. Juli 2001 17:49 > An: Sebastian Stadtlich > Cc: 'Php-General (E-Mail) > Betreff: Re: AW: [PHP] Access to oracle db > > > HI, > I

Re: AW: [PHP] Access to oracle db

2001-07-10 Thread Parisi Giuliano
HI, I use this PHP call to open an Oracle db connection: ora_logon("sr_tst@ORATEST" , "sr_tst") where user=password=sr_tst and service name is ORATEST . My tnsnames.ora contains: ORATEST = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (Host = offida) (Port

AW: [PHP] Access to oracle db

2001-07-10 Thread Sebastian Stadtlich
hi did you specify the third 'optional' parameter? OCILogon (string username, string password [, string db]) db should be your tnsname on windows i could not make it without that parameter. it should be set as enviroment variable ORACLE_SID, but that did not work for me on win( it does on linux