installation oracle 9ias release 2 and php 2004-07-26 - By Magni Fabrizio
You need to download and recompile the php module against the apache provided by the oracle installation.
Once I did it following note# 259215.1 from metalink. It went smoothly.
Fabrizio
> -- --Original Message-- -- > From: Miguel Lopes [mailto:miguel_3011@(protected)] > Sent: 26 July, 2004 15:17 > To: Karl Esau; Antonio P�rez Belmonte > Cc: suse-oracle@(protected) > Subject: Re: [suse-oracle] installation oracle 9ias release 2 and php > > > hi I'm running Oracle9ias release 2 on suse 8 it is working > fine but I > would also like to install php how can I do this .. > > thanks > > Miguel Lopes > -- -- Original Message -- -- > From: "Karl Esau" <karl-heinz.esau@(protected)> > To: "Antonio P�rez Belmonte" <aperez@(protected)> > Cc: <suse-oracle@(protected)> > Sent: Monday, July 26, 2004 12:33 PM > Subject: Re: [suse-oracle] installation oracle 9i release 2 > > > > hi Antonio, > > > > I am running SLES8/SP3 with Oracle 9iR2 - have a look at these > > tiny tnsnames.ora below. > > > > further you should check, whether you have enough permissions > > when invoking 'dbstart' as user oracle and whether your environ- > > ment settings are OK. > > > > so first forget '/etc/init.d/oracle' - but try this directly as > > user oracle: > > > > sqlplus << EOF > > connect / as sysdba > > startup > > EOF > > > > > > Antonio P�rez Belmonte schrieb: > > > Hi, > > > I have installed oracle 9i on SLES8 with SP3. The > installation were > > > satisfactorily. But when I start the BD with > "/etc/init.d/oracle start" > > > script, the following error hapens: > > > ORA-12162 (See ORA-12162.ora-code.com):TNS:Service name is incorrectly specified > > > > > > I'am sure that my tnsnames is correct, because it work > good in another > > > server. > > > Can You help Me? > > > > > > [1st sample:] > > > > SMGL.LOEWE.DE = > > (DESCRIPTION = > > (ADDRESS_LIST = > > (ADDRESS = (PROTOCOL = TCP)(HOST = > smgl.loewe.de)(PORT = 1521)) > > ) > > (CONNECT_DATA = > > (SERVICE_NAME = SMGL) > > ) > > ) > > > > > > SMGL = > > (DESCRIPTION = > > (ADDRESS_LIST = > > (ADDRESS = (PROTOCOL = TCP)(HOST = > smgl.loewe.de)(PORT = 1521)) > > ) > > (CONNECT_DATA = > > (SERVICE_NAME = SMGL) > > ) > > ) > > > > [2nd sample:] > > > > MIRI.LOEWE.DE = > > (DESCRIPTION = > > (ADDRESS_LIST = > > (ADDRESS = (PROTOCOL = TCP)(HOST = > LOS31916.loewe.de)(PORT = 1521)) > > ) > > (CONNECT_DATA = > > (SERVER = DEDICATED) > > (SERVICE_NAME = miri) > > ) > > ) > > > > > > -- > > mit freundlichen Gr��en / best regards > > > > Karl Esau > > > > Loewe Opta GmbH > > Production Data Management > > Industriestra�e 11 > > D-96317 Kronach > > Telefon +49 9261 99-731 > > Telefax +49 9261 99-323 > > e-mail: karl-heinz.esau@(protected) > > > > -- > > To unsubscribe, email: suse-oracle-unsubscribe@(protected) > > For additional commands, email: suse-oracle-help@(protected) > > Please see http://www.suse.com/oracle/ before posting > > > > > > > -- > To unsubscribe, email: suse-oracle-unsubscribe@(protected) > For additional commands, email: suse-oracle-help@(protected) > Please see http://www.suse.com/oracle/ before posting > >
|
|