|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-04-14 09:55 UTC] tony2001@php.net
[2007-04-17 05:55 UTC] scottsdev at gmail dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 04 07:00:01 2025 UTC |
Description: ------------ Hello, I have following configuration. -- PHP 4.3.9 -- Redhat Enterprise Linux4 -- I am getting following error: Fatal error: Call to undefined function: ocilogon() in /home/www/test/php_ora/ora_conn_test.php on line 3 If I want to enable php to connect Oracle. What is the requirements and what are the steps of installation to make my server ready to work. For example: Should I have installed any oracle client on linux ??? should I have any OCI Modules/libarary seperately installed from somewhere? Should I have set any ENVIRONMENT VARIABLES ALREADY SET ... ? How to make OCILOGON and all other OCI* related function to work.. ? Thanks & Regards, J. Scott Reproduce code: --------------- $conn = ocilogon("scott", "tiger", ""); Actual result: -------------- Fatal error: Call to undefined function: ocilogon() in /home/www/test/php_ora/ora_conn_test.php on line 3