Bugs item #2722093, was opened at 2009-03-30 15:18 Message generated for change (Tracker Item Submitted) made by davidgoddard You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=119984&aid=2722093&group_id=19984
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: DBMS Group: 1.5.1 Status: Open Resolution: None Priority: 5 Private: No Submitted By: David Goddard (davidgoddard) Assigned to: Nobody/Anonymous (nobody) Summary: Oracle JDBC connection string wrong in dspace.cfg Initial Comment: The JDBC connection string for Oracle is incorrect in dspace.cfg file in 1.5.1 and in the current documentation It reads db.url = jdbc.oracle.thin:@//host:port/dspace when it should be (notice the colons) db.url = jdbc:oracle:thin:@//host:port/dspace Also on http://www.dspace.org/1_5_1Documentation/ch03.html#N105CA http://www.dspace.org/index.php/Architecture/technology/system-docs/install.html If unfixed, when trying to run $ ant fresh_install You get [java] java.sql.SQLException: No suitable driver found for jdbc.oracle.thin ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=119984&aid=2722093&group_id=19984 ------------------------------------------------------------------------------ _______________________________________________ Dspace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-devel
