[Sqlalchemy-tickets] Issue #3554: zxjdbc driver url is 404 (zzzeek/sqlalchemy)
Brought to you by:
zzzeek
|
From: John V. <iss...@bi...> - 2015-10-19 05:21:05
|
New issue 3554: zxjdbc driver url is 404 https://bitbucket.org/zzzeek/sqlalchemy/issues/3554/zxjdbc-driver-url-is-404 John Vandenberg: http://docs.sqlalchemy.org/en/rel_1_0/dialects/oracle.html#module-sqlalchemy.dialects.oracle.zxjdbc links to http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html. the trailing '.' is a problem. without the period, it redirects to http://www.oracle.com/technetwork/database/application-development/index-099369.html that page suggests the drivers are now at http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html while on the topic, would be worth checking whether the needed features come with the instantclient jdbc driver available at http://www.oracle.com/technetwork/topics/linuxsoft-082809.html |