Description of problem: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2665 Dialects for Oracle9i and Oracle10g have been separated. The Hibernate Reference Guide, Chapter 3, Section 4.1 currently states: Oracle 9i/Oracle10g- org.hibernate.dialect.Oracle9Dialect The version of Hibernate in JBEAP 4.2.0 will have the fix identified in the above jira therefore the documentation needs to reflect this as well. Oracle 9i - org.hibernate.dialect.Oracle9iDialect Oracle 10g - org.hibernate.dialect.Oracle10gDialect
This should be included in the final doc set for 4.2.0.GA
This affects Appendix of Server configuration Guide too
Server Config Guide and Hibernate Reference Guide fixed and being pushed through. QA to verify.