Suitability of Python for a Big Application?

Doug Hellmann doughellmann at home.com
Mon Dec 13 07:27:17 EST 1999


Boudewijn Rempt wrote:
> 
> If you really need to use a variety of databases, then you probably
> can't rely on stored procedures/packages to do the server-side work,
> because there isn't a database where those work in the same way. And
> even so, support for, say Oracle packages, is skimpy outside Oracles
> own tools. I'm going to install Oracle next week to try whether they
> can be accessed from Python, though.

Get the DCOracle package distributed by Digital Creations from
www.zope.org.  It provides excellent access to Oracle 8.

Doug



More information about the Python-list mailing list