[PHP] error connecting to oracle.

2002-10-28 Thread Subodh Gupta
Hi all, I get the following error while trying to connect to oracle. Please help me. Fatal error: Call to undefined function: ora_logon() in c:\program files\apache group\apache\htdocs\one.php on line 5 Subodh Gupta Tata Consultancy Services. -- PHP General Mailing List

RE: [PHP] error connecting to oracle.

2002-10-28 Thread Faisal Abdullah
;seepz.tcs.co.in] Sent: Monday, October 28, 2002 5:18 PM To: [EMAIL PROTECTED] Subject: [PHP] error connecting to oracle. Hi all, I get the following error while trying to connect to oracle. Please help me. Fatal error: Call to undefined function: ora_logon() in c:\program files\apache group

RE: [PHP] error connecting to oracle.

2002-10-28 Thread Subodh Gupta
] ix.com.mycc: Subject: RE: [PHP] error connecting to oracle. 28/10/2002

RE: [PHP] error connecting to oracle.

2002-10-28 Thread Faisal Abdullah
// change this to whatever your extention directory is. Regards, Faisal -Original Message- From: Subodh Gupta [mailto:Subodh.Gupta;seepz.tcs.co.in] Sent: Monday, October 28, 2002 5:35 PM To: Faisal Abdullah; [EMAIL PROTECTED] Subject: RE: [PHP] error connecting to oracle. I checked up

RE: [PHP] error connecting to oracle.

2002-10-28 Thread Gerald Roehrbein/Pctdmn
Hello, at Solaris and Windows NT it's first necessary to install the Oracle Client software and then to configure PHP properly the way it is documented! I've done until know only three PHP installations with Oracle support but all three installations where very simple! Remember you have to

RE: [PHP] error connecting to oracle.

2002-10-28 Thread Faisal Abdullah
: Faisal Abdullah [mailto:faisal;magnifix.com.my] Sent: Monday, October 28, 2002 6:13 PM To: Subodh Gupta; [EMAIL PROTECTED] Subject: RE: [PHP] error connecting to oracle. Where was it listed? In the 'configure command' section? Or the 'configuration' section? If its available in the 'configure

RE: [PHP] error connecting to oracle.

2002-10-28 Thread Subodh Gupta
] ix.com.mycc: Subject: RE: [PHP] error connecting to oracle. 28/10/2002

RE: [PHP] error connecting to oracle.

2002-10-28 Thread Faisal Abdullah
- From: Subodh Gupta [mailto:Subodh.Gupta;seepz.tcs.co.in] Sent: Monday, October 28, 2002 5:56 PM To: Faisal Abdullah; [EMAIL PROTECTED] Subject: RE: [PHP] error connecting to oracle. There is no entry of oracle in any section. The rest of things which you have pointed out are already

FW: [PHP] error connecting to oracle.

2002-10-28 Thread Faisal Abdullah
-Original Message- From: Gerald Roehrbein/Pctdmn [mailto:groehrbein;bigfoot.com] Sent: Monday, October 28, 2002 10:50 AM To: Subodh Gupta Cc: [EMAIL PROTECTED] Subject: RE: [PHP] error connecting to oracle. Hello, at Solaris and Windows NT it's first necessary

RE: [PHP] error connecting to oracle.

2002-10-28 Thread Subodh Gupta
], faisal@magnif[EMAIL PROTECTED] ix.com.mycc: Subject: RE: [PHP] error connecting to oracle

Re: [PHP] error connecting to oracle.

2002-10-28 Thread Maxim Maletsky
] ix.com.mycc: Subject: RE: [PHP] error connecting to oracle. 28/10/2002

RE: [PHP] error connecting to oracle.

2002-10-28 Thread Ford, Mike [LSS]
-Original Message- From: Faisal Abdullah [mailto:faisal;magnifix.com.my] Sent: 28 October 2002 09:51 To: Subodh Gupta; [EMAIL PROTECTED] Subject: RE: [PHP] error connecting to oracle. -Original Message- From: Subodh Gupta [mailto:Subodh.Gupta;seepz.tcs.co.in] Sent: Monday

Re: [PHP] error connecting to oracle.

2002-10-28 Thread Maxim Maletsky
When one uncomments oci8 extension in PHP.INI, then restarts apache, you get an error on Apache's start-up which will mean your dll is not forund, or there are no oci.h lib (wrong $ORACLE_HOME dir, or there is no client at all... whichever) but, if no errors on Apache start were given to you, just

Re: [PHP] error connecting to oracle.

2002-10-28 Thread Maxim Maletsky
Ford, Mike [LSS] [EMAIL PROTECTED] wrote... : Look out! You've got your Oracle libraries in a twist. The oci8 library supports the OCI* functions; the oracle library supports the ora_* functions. OCI is generally considered to be a better interface, and should probably be