this is a german Web-Mirror of PYTHON.ORG powered by Domainunion AG

Differences between revisions 25 and 28 (spanning 3 versions)
Revision 25 as of 2008-02-18 17:44:28
Size: 2326
Comment:
Revision 28 as of 2008-11-15 14:01:27
Size: 2339
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
  license:: commercial/proprietary; free for development from [https://www.oracle.com/technology//index.html Oracle Technology Network]; [https://www.oracle.com/technology/software/products/database/xe/index.html Oracle XE] is free for production and development (and an excellent option all-around)   license:: commercial/proprietary; free for development from [[https://www.oracle.com/technology//index.html|Oracle Technology Network]]; [[https://www.oracle.com/technology/software/products/database/xe/index.html|Oracle XE]] is free for production and development (and an excellent option all-around)
Line 35: Line 35:
  URL:: https://www.computronix.com/utilities.shtml
  licence:: [https://www.computronix.com/download/License(cxOracle).txt BSD like]
  URL:: https://cx-oracle.sourceforge.net/
  licence:: [[https://www.computronix.com/download/License(cxOracle).txt|BSD like]]
Line 38: Line 38:
  Python versions:: 2.2 - 2.4
  Oracle versions:: 8i - 10g
  Python versions:: 2.2 - 2.5
  Oracle versions:: 8i - 11g
Line 48: Line 48:
mxODBC is compatible with the Oracle ODBC drivers on Windows and Unix, such as the ones included in the [https://www.oracle.com/technology/tech/oci/instantclient/index.html Oracle Instance Client]. mxODBC is compatible with the Oracle ODBC drivers on Windows and Unix, such as the ones included in the [[https://www.oracle.com/technology/tech/oci/instantclient/index.html|Oracle Instance Client]].
Line 54: Line 54:
 * ["Zope"]
 * an Oracle (DCOracle and DCOracle2) driver exists for ["PyDO"] (Python Data Objects)
 * [[Zope]]
 * an Oracle (DCOracle and DCOracle2) driver exists for [[PyDO]] (Python Data Objects)
Line 59: Line 59:
[https://www.orafaq.com/forum Oracle Forum] [[https://www.orafaq.com/forum|Oracle Forum]]
Line 61: Line 61:
Oracle Wiki's: [https://www.orafaq.com/wiki English] [https://www.oracle-10g.de/oracle-wiki German] Oracle Wiki's: [[https://www.orafaq.com/wiki|English]] [[https://www.oracle-10g.de/oracle-wiki|German]]
Line 63: Line 63:
Oracle Documentation: [https://www.oracle-doku.de/oracle_10g_documentation/index.htm 10g] [https://www.oracle-doku.de/oracle_9i_documentation/index.htm 9i] [https://www.oracle-doku.de/oracle_8i_documentation/index.htm 8i] [https://www.oracle-doku.de/oracle_7_documentation/index.htm 7] Oracle Documentation: [[https://www.oracle-doku.de/oracle_10g_documentation/index.htm|10g]] [[https://www.oracle-doku.de/oracle_9i_documentation/index.htm|9i]] [[https://www.oracle-doku.de/oracle_8i_documentation/index.htm|8i]] [[https://www.oracle-doku.de/oracle_7_documentation/index.htm|7]]

Oracle

URL

https://www.oracle.com/index.html

FAQ

https://www.orafaq.com/

Wiki

https://www.orawiki.com/

Wikipedia

https://en.wikipedia.org/wiki/Oracle_database

license

commercial/proprietary; free for development from Oracle Technology Network; Oracle XE is free for production and development (and an excellent option all-around)

platforms
Unix, Linux, win32, win64

Pros

  • Reputation for being capable of handling large scale databases
  • Typically the database system others compare themselves to

Cons

  • Requires bloated Oracle client installation on any machine that the app will run on
  • Frequently the subject of migration discussions (to alternatives), usually for reasons of cost


DB API 2.0 Drivers

DCOracle2

URL

https://www.zope.org/Members/matt/dco2

licence
ZPL
platforms
Unix, win32
Python versions

cx_Oracle

URL

https://cx-oracle.sourceforge.net/

licence

BSD like

platforms
Unix, win32
Python versions
2.2 - 2.5
Oracle versions
8i - 11g

mxODBC

URL

https://www.egenix.com/products/python/mxODBC/

Licence
eGenix Commercial License
Platforms
Windows, Linux, MacOS X, FreeBSD, Solaris, AIX
Python versions
2.1 - 2.5

mxODBC is compatible with the Oracle ODBC drivers on Windows and Unix, such as the ones included in the Oracle Instance Client.


Supported Python Applications

  • Zope

  • an Oracle (DCOracle and DCOracle2) driver exists for PyDO (Python Data Objects)

Oracle Forum

Oracle Wiki's: English German

Oracle Documentation: 10g 9i 8i 7

Oracle (last edited 2017-08-07 18:24:13 by MaximilianFuxjaeger)

Unable to edit the page? See the FrontPage for instructions.