Bug 581818
Summary: | Database: No option available in 'Database Type' selection box to install 'Oracle 11g' | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Other] RHQ Project | Reporter: | Rajan Timaniya <rtimaniy> | ||||||
Component: | Database | Assignee: | John Sanda <jsanda> | ||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Corey Welton <cwelton> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | urgent | ||||||||
Version: | 3.0.0 | ||||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | All | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | 2.4 | Doc Type: | Bug Fix | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2010-08-12 16:57:28 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: | |||||||||
Bug Depends On: | |||||||||
Bug Blocks: | 565628, 577907 | ||||||||
Attachments: |
|
Description
Rajan Timaniya
2010-04-13 10:54:31 UTC
Do we actually have any implementation differences between 10 and 11 on the backend? If not we should just change the label to say Oracle10/11 I'm not aware of any impl differences to so the label in the installer should be updated to be "Oracle 10/11" The option label in the database type dropdown has been changed to Oracle 10/11. commit hash: c74e03dfeac5dfdb6ea6e868ac645144e6cf0b64 Description of problem: JON installation don't have option for 'Oracle 10/11' in 'Database Type' selection box. Version-Release number of selected component (if applicable): JON build# 160 - Revision: 10620 http://hudson-qe.rhq.rdu.redhat.com:8080/job/jon/160/ How reproducible: Always Steps to Reproduce: 1) Start JON Server and open JON installation screen 2) Select 'Oracle' in 'Database Type' Actual results: 1) JON installation don't have option for 'Oracle' in 'Database Type' selection box. 2) 'Database Type' selection is 'Oracle' then also JON installation screen shows postgres values for following parameter: Database Connection URL Database JDBC Driver Class Database XA DataSource Class Expected results: 1) JON installation should have option for 'Oracle 10/11' in 'Database Type' selection box. 2) If 'Database Type' selection is 'Oracle' then JON installation screen should shows oracle values for following parameter: Database Connection URL Database JDBC Driver Class Database XA DataSource Class Additional info: Please refer attached screenshot. Created attachment 415633 [details]
screenshot
I talked with Charles and Ian and made the decision to change the label to just 'Oracle' since the db properties are the same for 10g and 11g. And Ian pointed out that this is consistent with other database types where we leave off the version number. I just pushed a commit to update the javascript for showing oracle valuess for db connection url, driver class, and xa data source class when the oracle db type is selected. commit hash: 9ddd31c129230f1c6a0a86dad741387beb0bf955 Verified on JON build #169 - Revision: 10621 1) JON installation has option for 'Oracle' in 'Database Type' selection box. 2) If 'Database Type' selection is 'Oracle' then JON installation screen shows oracle values for following parameter: Database Connection URL Database JDBC Driver Class Database XA DataSource Class Mass-closure of verified bugs against JON. |