I've got a Symfony 2.1 installation with Doctrine versus an Oracle 11g database, using oci8 provider.
The mapping works correctly, but whenever I try to do a:
$ php app/console doctrine:schema:validate
or a
$ php app/console doctrine:schema:update
the program "hangs" without any visible message. The same configuration with a PostgreSQL database works perfectly.
Any clue?
Thanks a lot.