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
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
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
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
4 matches
Mail list logo