Hey Pedro,

I can't really help you with the issue itself, but can you check if a
connection to the Oracle DB is actually made when you request your page
by looking at the Oracle logs or something similar? Too bad the error
message isn't printed out correctly by Symfony.

Cheers,
Georg

Pedro Casado schrieb:
> Im running symfony 1.0.13
> Ive just installed Oracle from a rpm on a Fedora 7.
> Everything is ok. Ive created an user and its logging in on the schema
> throught console without problems.
> 
> Im now testing..
> My schema.yml:
> 
> propel:
>   cliente:
>     id:
>     nome:  varchar(200)
> 
> 
> propel.ini
> 
> propel.database            = oracle
> propel.database.createUrl  = oracle://user:passlocalhost/
> propel.database.url        = oracle://user:[EMAIL PROTECTED]/xe
> propel.disableIdentifierQuoting = true
> 
> databases.yml (without tabs)
> 
> all:
>   propel:
>     class:          sfPropelDatabase
>     param:
>       dsn:  oracle://user:[EMAIL PROTECTED]/xe
> 
> 
> symfony propel-build-sql -> OK
> symfony-propel-build-model -> OK
> symfony-propel-insert-sql -> OK
> symfony propel-generate-crud frontend cliente Cliente -> OK
> symfony cc
> 
> When i access domain/frontend_dev.php/cliente im having:
> 
> [PropelException]
> [wrapped: connect failed [User Info: Array]]
> 
> Why propel-insert-sql works and this doesnt? The connection string are
> the same, isnt it ? Ive also tried others syntaxs for databases.yml but
> no success.
> 
> -- 
> Pedro Casado
> 
> > 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
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