Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 243431

Summary: SQL Dialects documented for Oracle 9i and 10g need to be changed
Product: [JBoss] JBoss Enterprise Application Platform 4 Reporter: Shelly McGowan <smcgowan>
Component: doc-Hibernate_Reference_GuideAssignee: Joshua Wulf <jwulf>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: high    
Version: 4.2.0CC: fnasser, lcarlon, steve.ebersole
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-08-04 01:19:07 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Shelly McGowan 2007-06-08 17:22:24 UTC
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

Comment 1 Shelly McGowan 2007-06-15 00:36:29 UTC
This should be included in the final doc set for 4.2.0.GA

Comment 2 Shelly McGowan 2007-06-18 14:48:36 UTC
This affects Appendix of Server configuration Guide too

Comment 3 Joshua Wulf 2007-06-22 08:29:42 UTC
Server Config Guide and Hibernate Reference Guide fixed and being pushed
through. QA to verify.