Symfony 1.4.8 Doctrine Oracle not connection problem. Database.yml
all:
  doctrine:
    class: sfDoctrineDatabase
    phptype: oci8
    param:
      dsn:      oracle:host=192.168.0.105:1521;dbname=oracle
      username: test
      password: test
Error:  Use of undefined constant OCI_COMMIT_ON_SUCCESS - assumed
'OCI_COMMIT_ON_SUCCESS"

--------------------------------
AND--------------------------------------------------------------------------------------------------------------
all:
  doctrine:
    class: sfDoctrineDatabase
    param:
      dsn:      oci:host=192.168.0.105:1521;dbname=oracle
      username: test
      password: test
Error:  "Couldn't locate driver named oci"    help me? send
[email protected]

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

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