Re: [Hibernate] Problem in running Hibernate tests against oracle 9i

2004-12-29 Thread Max Rydahl Andersen
On Wed, 29 Dec 2004 18:55:33 +0530, Tarun Bansal <[EMAIL PROTECTED]> wrote: Have you set the dialect to Oracle9Dialect ? /max Hi, I am trying to build Hibernate 2.1 on windows 2000 using the database as Oracle 9i. The Hibernate2.jar has been successfully build. But all the tests are failing. The

[Hibernate] Problem in running Hibernate tests against oracle 9i

2004-12-29 Thread Tarun Bansal
Hi, I am trying to build Hibernate 2.1 on windows 2000 using the database as Oracle 9i. The Hibernate2.jar has been successfully build. But all the tests are failing. The main reason for failing the test cases is that the SQL create queries fired by the tests are not compatible with the oracle 9i.