OCILOGON [message #389996] |
Wed, 04 March 2009 08:44 |
kboarder
Messages: 1 Registered: March 2009
|
Junior Member |
|
|
HI There. When running Apache using PHP, I get this error "Call to undefined function OCILOGON". I am trying to log into an Oracle DB but having no luck. I removed comments on php_oracle and php_oci8 from php.ini but this is still not working. I am using Oracle 9i /Windows XP/ Apache 2.0/PHP 5.2.8.
Any ideas?
Thanks in advance.
.
|
|
|
Re: OCILOGON [message #397491 is a reply to message #389996] |
Sat, 11 April 2009 07:49 |
smasif
Messages: 3 Registered: August 2007 Location: Riyadh
|
Junior Member |
|
|
Hi,
I think your PHP is not configured for Oracle, Do as follows:
Step: 1
Create new php file i.e "info.php" with the following code
<?
phpinfo();
?>
Step: 2
browse info.php i.e "http://localhost/info.php"
and thouroughly check the result and try to find "Oci8 Section" if it's there its mean you have configured it correctly.
Thanks & Regards
Asif
|
|
|