CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 31 Jul 2025 20:07:41 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090605163739
location: https://web.archive.org/web/20090605163739/https://wiki.python.org/moin/Oracle
server-timing: captures_list;dur=1.022335, exclusion.robots;dur=0.075804, exclusion.robots.policy;dur=0.055123, esindex;dur=0.026267, cdx.remote;dur=1008.480746, LoadShardBlock;dur=343.189256, PetaboxLoader3.datanode;dur=81.175059, PetaboxLoader3.resolve;dur=204.892429
x-app-server: wwwb-app210
x-ts: 302
x-tr: 1398
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app210; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 31 Jul 2025 20:07:41 GMT
content-type: text/html; charset=utf-8
x-archive-orig-date: Fri, 05 Jun 2009 16:37:38 GMT
x-archive-orig-server: Apache/2.2.9 (Debian) mod_fastcgi/2.4.6 mod_python/3.3.1 Python/2.5.2 mod_wsgi/2.3
x-archive-orig-vary: Cookie,User-Agent,Accept-Language
x-archive-orig-content-length: 14634
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Fri, 05 Jun 2009 16:37:39 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 08 Nov 2005 04:08:26 GMT", ; rel="prev memento"; datetime="Mon, 08 Dec 2008 13:51:02 GMT", ; rel="memento"; datetime="Fri, 05 Jun 2009 16:37:39 GMT", ; rel="next memento"; datetime="Wed, 22 Jul 2009 07:34:07 GMT", ; rel="last memento"; datetime="Thu, 06 Mar 2025 10:17:40 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_10_20090605081604_crawl101-c/51_10_20090605163732_crawl103.arc.gz
server-timing: captures_list;dur=0.497270, exclusion.robots;dur=0.020888, exclusion.robots.policy;dur=0.010015, esindex;dur=0.008523, cdx.remote;dur=22.872165, LoadShardBlock;dur=77.753870, PetaboxLoader3.datanode;dur=87.808935, load_resource;dur=184.870260, PetaboxLoader3.resolve;dur=142.436858
x-app-server: wwwb-app210
x-ts: 200
x-tr: 336
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Oracle - PythonInfo Wiki
Oracle
- URL
- FAQ
- Wiki
- Wikipedia
- 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
cx_Oracle
- URL
- licence
- platforms
- Unix, win32
- Python versions
- 2.2 - 2.5
- Oracle versions
- 8i - 11g
- Last release
- 5.0.2 (May 21, 2009)
DCOracle2
- URL
- licence
- ZPL
- platforms
- Unix, win32
- Python versions
- Last release
- 1.3beta (Feb 10, 2003)
DCOracle2 targets Oracle 8i and up.
There also is DCOracle (https://www.zope.org/Products/DCOracle/) for the older Oracle 7 and 8 versions, but this is unmaintained.
mxODBC
- URL
- Licence
- eGenix Commercial License
- Platforms
- Windows, Linux, MacOS X, FreeBSD, Solaris, AIX
- Python versions
- 2.1 - 2.6
mxODBC is compatible with the Oracle ODBC drivers on Windows and Unix, such as the ones included in the Oracle Instance Client.
pyodbc
- URL
- License
- MIT
- Platforms
- Windows, Linux, MacOS X, FreeBSD, Solaris, Any (source provided)
- Python versions
- 2.4 - 2.6
Actively maintained Open Source project.
Precompiled binaries are available for Windows. RedHat Enterprise Linux, Centos, and Fedora have precompiled RPMs available in their Extras repositories.
Supported Python Applications
Web Links
EditText (last edited 2009-05-28 17:20:24 by tkbn103153)