[mailto:[EMAIL PROTECTED]
Sent: Monday, November 24, 2008 5:54 PM
To: Fortuno, Adam
Cc: php-db@lists.php.net
Subject: Re: [PHP-DB] Unable to Login to Oracle 9i-R2 Database Using PHP
5.2.5
> Rick, when I delve into the php_info() shmaz, I see this snipet - see
> below. I'm not sure if I
2008 21:40
To: php-db@lists.php.net
Subject: [PHP-DB] Unable to Login to Oracle 9i-R2 Database Using PHP
5.2.5
All:
I'm running PHP in ISAPI mode with IIS accessing (or attempting to
access) an Oracle 9i database on a RedHat box. Here are the versions of
everything:
Web Server: IIS v5.1
PHP:
Rick, when I delve into the php_info() shmaz, I see this snipet - see
below. I'm not sure if I should be looking for something else or not.
Try doing this from a web page. Maybe it has a different php.ini or
something.
Anything in the IIS error log (probably goes to the windows logs) ?
--
error.
What am I missing here?
Cheers,
A-
-Original Message-
From: Chris [mailto:[EMAIL PROTECTED]
Sent: Monday, November 24, 2008 4:56 PM
To: Fortuno, Adam
Cc: php-db@lists.php.net
Subject: Re: [PHP-DB] Unable to Login to Oracle 9i-R2 Database Using PHP
5.2.5
> //Return the d
//Return the database connection
OCILogon($username, $passwd, $db);
I receive an error stating, "Fatal error: Call to undefined function
OCILogon() in C:\Documents and Settings\afortuno\My
Documents\Dev\DBAIntranet\ghr_resources\transaction_report\adam.php on
line 7"
The error message coul
All:
I'm running PHP in ISAPI mode with IIS accessing (or attempting to
access) an Oracle 9i database on a RedHat box. Here are the versions of
everything:
Web Server: IIS v5.1
PHP: 5.2.5
Database: ORACLE v9i-R2
I am attempting to load a page with the following code:
//Database credentials
$use