Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
crickets chirping – Jeromy French Jan 24 at 21:03

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.