Error added: 2008-09-18T11:53:51Z
In your persistence unit add: properties < property < name="hibernate.dialect" value="org.hibernate.dialect.Oracle9Dialect > < properties >
i meet a same error....
wqe
In your persistence unit add: <properties><property name="hibernate.dialect" value="org.hibernate.dialect.Oracle9Dialect"/></properties>
I have found the issue. In my case, I was trying to connect to Oracle 11g via hiberbate and JPA. Hibernate was not understanding the 11. Changed to 10g and solved the issue.
If you know the answer, please add your own solution below.
If you don't know, but find out later, please come back and share your answer - there will be other people
struggling with this too.
If you want to be notified via email when this is solved, enter your email address here: