ATT:Steve Werby Thanks, I really appreciate your help. I recompiled php with oci8, install oracle client utilities and now works perfectly. Osmin Lazo -----Original Message----- From: Steve Werby [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 11:24 PM To: [EMAIL PROTECTED] Subject: Re: [cobalt-developers] (no subject) <[EMAIL PROTECTED]> wrote: > Does anybody know if php is configured to access oracle databases from a > Raq4? No, Oracle support is not configured into PHP on the Cobalts. To see what is configured in PHP create a file called phpinfo.php (can be any name, but easy to remember for future use) and put this and only this in it and then view from your browser: <?php phpinfo(); ?> > If is not, how ? > Fatal error: Call to undefined function: ora_logon() > any help is much appreciated. Recompile PHP from source, which you can grab from www.php.net. I've never compiled PHP with Oracle support on a RaQ, but I believe there are instructions on ftp.cobalt.net or ftp.cobaltnet.com if you can find them. And a search of the list archives for "oracle" might give you what you need. -- Steve Werby President, Befriend Internet Services LLC http://www.befriend.com/ _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers
