Opened 12 years ago
Closed 12 years ago
#944 closed defect (fixed)
Upgrade outdated oracle jdbc drivers
Reported by: | ianwallen | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | v2.8.0 RC1 |
Component: | General | Version: | |
Keywords: | Cc: |
Description
The current oracle jdbc drivers (ojdbc-14.jar) needs to be updated in order to resolve an issue with the installation of a fresh new database in oracle. (ORA-00917: missing comma)(See the following thread http://osgeo-org.1560.n6.nabble.com/loc-ara-default-sql-generates-ORA-00917-missing-comma-tc4978971.html)
Current version
Implementation-Version: Oracle JDBC Driver version - "10.2.0.3.0" Implementation-Vendor: Oracle Corporation Implementation-Time: Fri Sep 29 09:43:24 2006
Suggested new version. http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-10201-088211.html Implementation-Version: Oracle JDBC Driver version - "10.2.0.5.0" Implementation-Vendor: Oracle Corporation Implementation-Time: Thu Apr 8 03:40:31 2010
Change History (4)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Milestone: | v2.7.0 → v2.8.0 RC0 |
---|---|
Priority: | critical → blocker |
Adding this as a blocker to the 2.8 release since there may be a legal issues.
comment:3 by , 12 years ago
Milestone: | v2.8.0 RC0 → v2.8.0 RC1 |
---|
comment:4 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Removed dependency from pom files 2.8.x commit d99bbe3a99a4555bdd83d469f2961fb6153e0389
After doing a little research it seems like the oracle jdbc drivers cannot legally be included with the distribution. (I'm no lawyer so I don't know for sure.)
It is event mentioned in the geonetwork documentation from http://www.geonetwork-opensource.org/manuals/trunk/users/quickstartguide/installing/index.html in the "JDBC Drivers" section
So maybe, we need to remove the old JDBC drivers instead of upgrading it.... :(