php-install | 2003092
Date: 09/25/03
- Next message: Michael Mauch: "[PHP-INSTALL] Re: RH9 Pro, oracle, php"
- Previous message: Postmaster <email protected>: "[PHP-INSTALL] Undelivered mail returned from staff.cs.su.oz.au"
- Next in thread: Michael Mauch: "[PHP-INSTALL] Re: RH9 Pro, oracle, php"
- Reply: Michael Mauch: "[PHP-INSTALL] Re: RH9 Pro, oracle, php"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Davide Bianchi <davideyeahsure <email protected>> wrote in message news:<bksf5c$5c9pe$3 <email protected>>...
> fintan <fintan.macmahon <email protected>> wrote:
> > the installation finishes and asks do I want to set up a net service
> > name it hangs
>
> The installation of the Net Service is just the configuration of the
> tnsnames.ora file in /whereve/oracle/network/admin the file is simple
> enough to be done by hands.
>
> Davide
Then the Client should be complete. Then why am I getting sqlplus/php
errors. Just out of curiousity what is the minimun needed to get php
working. I know you need the Oracle Call Interface. Do you need the
rest? I've tried different things like
putenv("ORACLE_HOME=/opt/oracle/product/9.2.0");
putenv("ORACLE_SID=DATABASE");
putenv("LD_LIBRARY_PATH=/opt/oracle/product/9.2.0/lib");
and
$ora = "DATABASE.OPW.IE = (DESCRIPTION =(ADDRESS_LIST = (ADDRESS =
(PROTOCOL = TCP)(HOST = server.opw.ie)(PORT = 1521)))(CONNECT_DATA =
(SERVICE_NAME = DATABASE)))";
but all with the same errors. Is there something I'm missing.
fintan.
- Next message: Michael Mauch: "[PHP-INSTALL] Re: RH9 Pro, oracle, php"
- Previous message: Postmaster <email protected>: "[PHP-INSTALL] Undelivered mail returned from staff.cs.su.oz.au"
- Next in thread: Michael Mauch: "[PHP-INSTALL] Re: RH9 Pro, oracle, php"
- Reply: Michael Mauch: "[PHP-INSTALL] Re: RH9 Pro, oracle, php"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

