Hi Alex,

I replaced

all:
  propel:
    class:          sfPropelDatabase
    param:
       phptype: oracle
       host:   172.20.110.67
       database: SESAME_REMOTE
       username: system
       password: sesame

with:

all:
  propel:
    class:          sfPropelDatabase
    param:
       dsn: oracle:// system:[email protected]:1521/SESAME.BD

knowning that my tnsnames is :

*SESAME_REMOTE =*

*  (DESCRIPTION =*

*    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.20.110.67)(PORT = 1521))*

*    (CONNECT_DATA =*

*      (SERVER = DEDICATED)*

*      (SERVICE_NAME = SESAME.BD)*

* *

*    **)*

*  )*
But still dosent work, any idea?

Thanks for help


Ghizlane,


2009/4/25 Alexandru-Emil Lupu <[email protected]>

> hi!
> try to replace this
> all:
>   propel:
>     class:          sfPropelDatabase
>     param:
>        phptype: oracle
>        host:   172.20.110.67
>        database: SESAME_REMOTE
>        username: system
>        password: sesame
> with a DSN
> Alecs
>
> On Fri, Apr 24, 2009 at 6:54 PM, Eno <[email protected]> wrote:
>
>>
>> On Fri, 24 Apr 2009, Ghizlane Zinbi wrote:
>>
>> > I try it, i have the following response
>> >
>> > Connected to:
>> > Oracle9i Release 9.2.0.1.0 - Production
>> > JServer Release 9.2.0.1.0 - Production
>> >
>> > Seems it s connect
>>
>> But can you do anything? Run queries? Look at table structures?
>>
>>
>>
>> --
>>
>>
>>
>>
>>
>
>
> --
> I am on twitter: http://twitter.com/alecslupu
> I am on linkedIn: http://www.linkedin.com/in/alecslupu
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to