You cannot. Doctrine is built on top of PDO.

On Thu, Dec 2, 2010 at 18:08, Vikos <make.webp...@gmail.com> wrote:
> Hi Guys!
>
> I need to use Oracel 10g XE in my current project (Symfony 1.4 &
> doctrine 1.2).
>
> I configured it well to use pdo_oci.. but the it has lot bugs...
> especially in CLOB handling [insert, update].
>
> Please help me to reconfigure the doctrine to use OCI8 instead of
> PDO!!
>
>
> database.yml (for pdo_oci)
>
>    class: sfDoctrineDatabase
>    param:
>      dsn:      oci8:dbname=192.168.0.133/XE;charset=AL32UTF8
>      username: ###
>      password: ###
>
> The tried one for oci:
>    class: sfDoctrineDatabase
>    phptype: oci8
>    param:
>      dsn:      oracle:dbname=//192.168.0.133:1521/XE;charset=AL32UTF8
>
> If I use 'oracle:......' in dsn the doctrine says  "unable to
> connect"..
> and if I use 'oci8:....." -> "Couldn't locate driver named oci8"
>
> Environment : Win7 64 bi, apache2, php 5.3.1 (installed in wamp).
>
>
> Thanks!!!!
>
> Vikos
>
> --
> 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 symfony-users@googlegroups.com
> To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en
>

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to