[horde] Horde with Oracle

Jan Schneider jan at horde.org
Fri Feb 6 13:34:15 UTC 2009


Zitat von "Gottschalk, David" <dgottsc at emory.edu>:

> I've tried about 10 different variations of a Oracle EZconnect  
> parameter, with no luck.
>
> I installed the full client, and am able to make a connection with  
> that. I am even able to write a PHP page to connect to the oracle  
> database, and that works; however, I cannot get it to connect using  
> Horde.
>
> Is there some magic trick I am missing?

Not really. But good to know that it already works with PHP at all. A  
working Oracle configuration looks like:

$conf['sql']['persistent'] = true;
$conf['sql']['username'] = 'user';
$conf['sql']['password'] = 'password';
$conf['sql']['database'] = '//servername:1530/database';
$conf['sql']['charset'] = 'iso-8859-1';
$conf['sql']['phptype'] = 'oci8';

> -----Original Message-----
> From: horde-bounces at lists.horde.org  
> [mailto:horde-bounces at lists.horde.org] On Behalf Of Jan Schneider
> Sent: Thursday, February 05, 2009 9:02 PM
> To: horde at lists.horde.org
> Subject: Re: [horde] Horde with Oracle
>
> Zitat von "Gottschalk, David" <dgottsc at emory.edu>:
>
>> Does anyone have any experience making Horde/IMP work using a Oracle
>> database connection?
>>
>>
>>
>> I am trying to do this right now, but cannot get it to connect properly.
>
> And what *did* you try?
>
> Jan.
>
> --
> Do you need professional PHP or Horde consulting?
> http://horde.org/consulting/
>
> --
> Horde mailing list - Join the hunt: http://horde.org/bounties/#horde
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>
> This e-mail message (including any attachments) is for the sole use of
> the intended recipient(s) and may contain confidential and privileged
> information.  If the reader of this message is not the intended
> recipient, you are hereby notified that any dissemination, distribution
> or copying of this message (including any attachments) is strictly
> prohibited.
>
> If you have received this message in error, please contact
> the sender by reply e-mail message and destroy all copies of the
> original message (including attachments).
>



Jan.

-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/



More information about the horde mailing list